mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
item.cc, insert_update.result:
After merge fix. mysql-test/r/insert_update.result: After merge fix. sql/item.cc: After merge fix.
This commit is contained in:
@ -315,7 +315,7 @@ INSERT IGNORE INTO t1 (f1) VALUES ("test1"),("test4")
|
||||
ON DUPLICATE KEY UPDATE id=LAST_INSERT_ID(id);
|
||||
SELECT LAST_INSERT_ID();
|
||||
LAST_INSERT_ID()
|
||||
1
|
||||
2
|
||||
SELECT * FROM t1;
|
||||
id f1
|
||||
1 test1
|
||||
|
Reference in New Issue
Block a user