diff options
Diffstat (limited to 'mysql-test/t')
-rw-r--r-- | mysql-test/t/maria.test | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mysql-test/t/maria.test b/mysql-test/t/maria.test index a98e2a8acf4..de4ba0220e4 100644 --- a/mysql-test/t/maria.test +++ b/mysql-test/t/maria.test @@ -1262,6 +1262,10 @@ update t1 set s1=2 where seq=1; check table t1 extended; drop table t1; +show variables like 'maria%'; +--replace_column 2 # +show status like 'maria%'; + # End of 5.2 tests --disable_result_log |