1
0
mirror of https://github.com/MariaDB/server.git synced 2025-10-31 15:50:51 +03:00
Files
mariadb/mysql-test/r
unknown dd6feec4f4 Bug#23170: LAST_INSERT_ID isn't reset to 0 in INSERT .. SELECT when no rows were
inserted.

The select_insert::send_eof() function now resets LAST_INSERT_ID variable if
no rows were inserted.


mysql-test/t/insert_select.test:
  Added a test case for bug#23170: LAST_INSERT_ID isn't reset to 0 in INSERT .. SELECT when no rows were inserted.
mysql-test/r/insert_select.result:
  Added a test case for bug#23170: LAST_INSERT_ID isn't reset to 0 in INSERT .. SELECT when no rows were inserted.
sql/sql_insert.cc:
  Bug#23170: LAST_INSERT_ID isn't reset to 0 in INSERT .. SELECT when no rows were
  inserted.The select_insert::send_eof() function now resets LAST_INSERT_ID variable if
  no rows were inserted.
2007-02-09 22:25:09 +03:00
..
2007-01-18 18:37:52 -07:00
2006-10-13 08:48:47 +02:00
2006-11-20 17:57:57 +04:00
2006-11-29 13:56:59 -05:00
2007-01-03 03:35:57 +04:00
2006-06-15 01:48:41 +04:00
2007-01-12 17:35:24 +03:00
2006-11-06 23:02:40 -05:00
2006-12-07 15:22:43 +04:00
2006-09-01 05:00:32 +02:00
2006-10-05 00:00:34 +02:00
2006-08-08 12:50:05 +05:00
2006-11-15 10:23:27 +01:00
2006-10-03 15:48:41 +02:00
2006-11-15 10:23:27 +01:00
2006-11-28 13:08:41 -05:00
2007-01-31 19:31:36 -08:00
2006-10-19 18:48:37 +05:00
2006-11-15 10:23:27 +01:00
2006-11-15 10:23:27 +01:00
2006-11-15 10:23:27 +01:00
2007-01-26 17:10:45 -08:00
2007-01-19 12:03:03 +01:00
2007-02-01 13:25:50 +02:00
2007-01-18 15:28:45 +04:00
2006-12-04 14:29:51 +02:00
2007-02-02 15:22:10 -08:00
2007-02-07 14:41:57 -08:00