summaryrefslogtreecommitdiff
path: root/mysql-test/suite/maria/max_length.test
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/suite/maria/max_length.test')
-rw-r--r--mysql-test/suite/maria/max_length.test5
1 files changed, 5 insertions, 0 deletions
diff --git a/mysql-test/suite/maria/max_length.test b/mysql-test/suite/maria/max_length.test
index 2be3da8e1b0..fdfe2aae4ac 100644
--- a/mysql-test/suite/maria/max_length.test
+++ b/mysql-test/suite/maria/max_length.test
@@ -121,4 +121,9 @@ show create table t1;
insert into t1 select seq,seq from seq_1_to_10000000;
select count(*) from t1;
check table t1;
+--replace_column 12 # 13 # 14 #
+show table status like "t1";
+create index seq on t1(c1);
+--replace_column 12 # 13 # 14 #
+show table status like "t1";
drop table t1;