diff options
Diffstat (limited to 'mysql-test/t/variables.test')
-rw-r--r-- | mysql-test/t/variables.test | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/mysql-test/t/variables.test b/mysql-test/t/variables.test index b8a12323cf9..f888541f17a 100644 --- a/mysql-test/t/variables.test +++ b/mysql-test/t/variables.test @@ -379,3 +379,12 @@ SHOW VARIABLES LIKE 'MYISAM_DATA_POINTER_SIZE'; SET GLOBAL table_cache=-1; SHOW VARIABLES LIKE 'table_cache'; SET GLOBAL table_cache=DEFAULT; + +# End of 4.1 tests + +# +# Bug #9613: @@have_innodb +# + +--replace_column 1 # +select @@have_innodb; |