mirror of
https://github.com/MariaDB/server.git
synced 2025-01-30 02:30:06 +01:00
fix failing large_tests.maria_recover_encrypted
update results
This commit is contained in:
parent
926e38c6b9
commit
a74846354e
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ CALL proc_insert_many();
|
||||||
UNLOCK TABLES;
|
UNLOCK TABLES;
|
||||||
SET debug_dbug="d,crash_shutdown";
|
SET debug_dbug="d,crash_shutdown";
|
||||||
shutdown;
|
shutdown;
|
||||||
ERROR HY000: Lost connection to MySQL server during query
|
ERROR HY000: Lost connection to server during query
|
||||||
SELECT * FROM t1 ORDER BY 1 DESC LIMIT 10;
|
SELECT * FROM t1 ORDER BY 1 DESC LIMIT 10;
|
||||||
field1 field2 field3
|
field1 field2 field3
|
||||||
1069999 2069999 3069999
|
1069999 2069999 3069999
|
||||||
|
|
Loading…
Add table
Reference in a new issue