mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
Merge 10.4 into 10.5
This commit is contained in:
@@ -401,5 +401,10 @@ SET DEBUG_SYNC='now SIGNAL emptied';
|
||||
connection con2;
|
||||
disconnect con2;
|
||||
connection default;
|
||||
ALTER TABLE t1 DROP c;
|
||||
INSERT INTO t1 VALUES (2),(3),(4);
|
||||
CHECK TABLE t1;
|
||||
Table Op Msg_type Msg_text
|
||||
test.t1 check status OK
|
||||
DROP TABLE t1;
|
||||
SET DEBUG_SYNC=RESET;
|
||||
|
||||
Reference in New Issue
Block a user