Details
-
Bug
-
Status: Confirmed (View Workflow)
-
Major
-
Resolution: Unresolved
-
5.5.58, 5.5(EOL), 10.0(EOL), 10.1(EOL), 10.2(EOL), 10.3(EOL), 10.4(EOL)
-
Windows 7, any
Description
If the following commands are executed then MariaDB server crashs:
CREATE DATABASE IF NOT EXISTS test_repair_table_error; |
|
CREATE TABLE IF NOT EXISTS test_repair_table_error.test_table( |
`ID` INT NOT NULL AUTO_INCREMENT, |
`Name` VARCHAR(50) NOT NULL DEFAULT '0', |
PRIMARY KEY (`ID`) |
) COLLATE='latin1_swedish_ci' ENGINE=aria; |
|
INSERT INTO test_repair_table_error.test_table (`Name`) VALUES ('testname'); |
|
-- Delete file table-file test_repair_table_error.test_table.mad
|
|
REPAIR TABLE test_repair_table_error.test_table; |
Attachments
Issue Links
- relates to
-
MDEV-23824 SIGSEGV in end_io_cache on REPAIR LOCAL TABLE for Aria table (on optimized builds)
- Closed