mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
MDEV-17470: Fix the test for --embedded
This commit is contained in:
@ -81,11 +81,8 @@ INSERT INTO t1 SELECT NULL, i FROM t1;
|
||||
INSERT INTO t1 SELECT NULL, i FROM t1;
|
||||
INSERT INTO t1 SELECT NULL, i FROM t1;
|
||||
LOCK TABLE t1 READ;
|
||||
SET max_statement_time= 1;
|
||||
ALTER TABLE t1 FORCE, ALGORITHM=COPY;
|
||||
ERROR 70100: Query execution was interrupted (max_statement_time exceeded)
|
||||
SET DEBUG_SYNC = 'now SIGNAL stop_waining';
|
||||
SET DEBUG_SYNC = 'now WAIT_FOR stop_waining';
|
||||
kill query @id;
|
||||
ERROR 70100: Query execution was interrupted
|
||||
UNLOCK TABLES;
|
||||
DROP TABLE t1;
|
||||
SET DEBUG_SYNC = 'RESET';
|
||||
|
Reference in New Issue
Block a user