mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
Fixes for broken tree
mysql-test/r/partition_02myisam.result: Added to test result mysql-test/t/disabled.def: New definition of disabled test cases
This commit is contained in:
@@ -1722,3 +1722,4 @@ INSERT INTO t1 SELECT * FROM t0_template WHERE f1 BETWEEN 1 AND 100 - 1;
|
||||
ALTER TABLE t1 ADD PARTITION (PARTITION part2 VALUES LESS THAN (2147483647)
|
||||
(SUBPARTITION subpart21));
|
||||
DROP TABLE t1;
|
||||
DROP TABLE if exists t0_template;
|
||||
|
||||
Reference in New Issue
Block a user