1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

Bug #13179 partition info in mysqldump makes it hard to use dump in different sized cluster

This commit is contained in:
unknown
2005-09-14 17:30:23 +02:00
parent b165734aad
commit 4ab6caf6fb
8 changed files with 46 additions and 7 deletions

View File

@@ -82,5 +82,11 @@ select * from t1 where a=1 and b in (1,6,10,21) order by b;
DELETE from t1 WHERE b = 6;
DELETE from t1 WHERE a = 6;
#
# Test that explicit partition info _is_ shown in show create table
# result _should_ contain (PARTITION x1 ... etc)
#
show create table t1;
drop table t1;