mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Fix when using auto_increment and last_insert_id() in the same insert statement.
This commit is contained in:
15
mysql-test/r/rpl_insert_id.result
Normal file
15
mysql-test/r/rpl_insert_id.result
Normal file
@ -0,0 +1,15 @@
|
||||
a
|
||||
1
|
||||
2
|
||||
3
|
||||
4
|
||||
b c
|
||||
1 4
|
||||
a
|
||||
10
|
||||
11
|
||||
12
|
||||
13
|
||||
b c
|
||||
5 0
|
||||
6 11
|
Reference in New Issue
Block a user