mirror of
https://github.com/MariaDB/server.git
synced 2025-01-27 09:14:17 +01:00
Removed test for MDEV-23842 as the results are not stable
This commit is contained in:
parent
e8a54a376a
commit
552bb1af7b
2 changed files with 0 additions and 27 deletions
|
@ -22,19 +22,3 @@ i
|
||||||
1
|
1
|
||||||
UNLOCK TABLES;
|
UNLOCK TABLES;
|
||||||
DROP TABLE t1;
|
DROP TABLE t1;
|
||||||
#
|
|
||||||
# MDEV-23824 SIGSEGV in end_io_cache on REPAIR LOCAL TABLE for Aria table
|
|
||||||
#
|
|
||||||
CREATE TABLE t1 (i INT) ENGINE=Aria;
|
|
||||||
INSERT INTO t1 VALUES (1);
|
|
||||||
SET max_session_mem_used=50000;
|
|
||||||
REPAIR LOCAL TABLE t1 USE_FRM;
|
|
||||||
Table Op Msg_type Msg_text
|
|
||||||
t1 repair error Failed to open partially repaired table
|
|
||||||
Warnings:
|
|
||||||
Error 1290 The MariaDB server is running with the --max-thread-mem-used=50000 option so it cannot execute this statement
|
|
||||||
REPAIR LOCAL TABLE t1;
|
|
||||||
Table Op Msg_type Msg_text
|
|
||||||
test.t1 repair Error The MariaDB server is running with the --max-thread-mem-used=50000 option so it cannot execute this statement
|
|
||||||
test.t1 repair error Corrupt
|
|
||||||
DROP TABLE t1;
|
|
||||||
|
|
|
@ -28,14 +28,3 @@ SELECT * FROM INFORMATION_SCHEMA.TABLES;
|
||||||
SELECT * FROM t1;
|
SELECT * FROM t1;
|
||||||
UNLOCK TABLES;
|
UNLOCK TABLES;
|
||||||
DROP TABLE t1;
|
DROP TABLE t1;
|
||||||
|
|
||||||
--echo #
|
|
||||||
--echo # MDEV-23824 SIGSEGV in end_io_cache on REPAIR LOCAL TABLE for Aria table
|
|
||||||
--echo #
|
|
||||||
|
|
||||||
CREATE TABLE t1 (i INT) ENGINE=Aria;
|
|
||||||
INSERT INTO t1 VALUES (1);
|
|
||||||
SET max_session_mem_used=50000;
|
|
||||||
REPAIR LOCAL TABLE t1 USE_FRM;
|
|
||||||
REPAIR LOCAL TABLE t1;
|
|
||||||
DROP TABLE t1;
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue