mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Fixed bug in multi-table-delete code
This commit is contained in:
@ -1,14 +1,22 @@
|
||||
id1 t
|
||||
1 3
|
||||
2 2
|
||||
id2 t
|
||||
1 3
|
||||
1 2
|
||||
1 1
|
||||
id3 t
|
||||
2 3
|
||||
2 2
|
||||
2 1
|
||||
1 3
|
||||
1 2
|
||||
1 1
|
||||
Table Op Msg_type Msg_text
|
||||
test.t1 check status OK
|
||||
test.t2 check status OK
|
||||
test.t3 check status OK
|
||||
count(*)
|
||||
0
|
||||
count(*)
|
||||
0
|
||||
count(*)
|
||||
0
|
||||
count(*)
|
||||
0
|
||||
count(*)
|
||||
0
|
||||
count(*)
|
||||
0
|
||||
count(*)
|
||||
0
|
||||
count(*)
|
||||
0
|
||||
count(*)
|
||||
0
|
||||
|
Reference in New Issue
Block a user