mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
Bug#26379 - Combination of FLUSH TABLE and REPAIR TABLE
corrupts a MERGE table
Post-pushbuild fix for a Valgrind warning.
mysql-test/r/merge.result:
Bug#26379 - Combination of FLUSH TABLE and REPAIR TABLE
corrupts a MERGE table
Fixed test result.
mysql-test/t/merge.test:
Bug#26379 - Combination of FLUSH TABLE and REPAIR TABLE
corrupts a MERGE table
Removed unnecessary statements from test.
sql/sql_trigger.cc:
Bug#26379 - Combination of FLUSH TABLE and REPAIR TABLE
corrupts a MERGE table
Fixed usage of db and table_name for
close_data_files_and_morph_locks().
This commit is contained in:
@@ -1279,8 +1279,6 @@ CHECK TABLE t1 EXTENDED;
|
||||
#
|
||||
# Not using FLUSH TABLES before REPAIR.
|
||||
LOCK TABLES t2 WRITE, t1 WRITE;
|
||||
SELECT * FROM t2;
|
||||
LOCK TABLES t2 WRITE, t1 WRITE;
|
||||
REPAIR TABLE t1;
|
||||
CHECK TABLE t1;
|
||||
REPAIR TABLE t1;
|
||||
|
||||
Reference in New Issue
Block a user