summaryrefslogtreecommitdiff
path: root/mysql-test/t/ndb_partition_range.test
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/t/ndb_partition_range.test')
-rw-r--r--mysql-test/t/ndb_partition_range.test3
1 files changed, 3 insertions, 0 deletions
diff --git a/mysql-test/t/ndb_partition_range.test b/mysql-test/t/ndb_partition_range.test
index fb62fac044f..2eb324ccdcb 100644
--- a/mysql-test/t/ndb_partition_range.test
+++ b/mysql-test/t/ndb_partition_range.test
@@ -32,6 +32,9 @@ INSERT into t1 values (6, 1, 1);
INSERT into t1 values (10, 1, 1);
INSERT into t1 values (15, 1, 1);
+--replace_column 16 # 19 # 20 #
+select * from information_schema.partitions where table_name= 't1';
+
select * from t1 order by a;
select * from t1 where a=1 order by a;