summaryrefslogtreecommitdiff
path: root/mysql-test/t/ndb_dd_alter.test
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/t/ndb_dd_alter.test')
-rw-r--r--mysql-test/t/ndb_dd_alter.test4
1 files changed, 4 insertions, 0 deletions
diff --git a/mysql-test/t/ndb_dd_alter.test b/mysql-test/t/ndb_dd_alter.test
index 4eb76fc1ad6..6a9bdb79f6f 100644
--- a/mysql-test/t/ndb_dd_alter.test
+++ b/mysql-test/t/ndb_dd_alter.test
@@ -156,8 +156,12 @@ enable_query_log;
SELECT * FROM test.t1 ORDER BY a1;
+SELECT * FROM information_schema.partitions WHERE table_name= 't1' AND partition_name = 'p0';
+
ALTER TABLE test.t1 ADD a2 FLOAT, ADD a3 DOUBLE;
+SELECT * FROM information_schema.partitions WHERE table_name= 't1' AND partition_name = 'p0';
+
let $1=20;
disable_query_log;
while ($1)