mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Merge abarkov@bk-internal.mysql.com:/home/bk/mysql-5.1-new
into mysql.com:/usr/home/bar/mysql-5.1-new.12448
This commit is contained in:
@ -745,3 +745,4 @@ if ($fixed_bug16370)
|
||||
--source include/partition_12.inc
|
||||
}
|
||||
DROP TABLE t1;
|
||||
DROP TABLE if exists t0_template;
|
||||
|
@ -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;
|
||||
|
@ -26,5 +26,6 @@ rpl_ndb_basic : Bug#16228
|
||||
rpl_sp : Bug #16456
|
||||
ndb_autodiscover : Needs to be fixed w.r.t binlog
|
||||
ndb_autodiscover2 : Needs to be fixed w.r.t binlog
|
||||
ndb_condition_pushdown: Bug #16596: Crash in mysql_unpack_partition
|
||||
ndb_index_ordered : Bug #16596: Crash in mysql_unpack_partition
|
||||
ndb_restore : Needs fixing
|
||||
system_mysql_db : Needs fixing
|
||||
system_mysql_db_fix : Needs fixing
|
||||
|
Reference in New Issue
Block a user