diff options
author | unknown <ramil@mysql.com> | 2005-08-30 17:32:53 +0500 |
---|---|---|
committer | unknown <ramil@mysql.com> | 2005-08-30 17:32:53 +0500 |
commit | 2599491a6784458c54c561f9629ec45112767773 (patch) | |
tree | 3b6db3de05e12d704fde784742177f47d26a5f41 /mysql-test/t/variables.test | |
parent | 8a1a4996f46e237bf6b9faff68e2bc6948a53851 (diff) | |
parent | 8a06f4ecb9891ff1e497e55f5e933da91b9b1420 (diff) | |
download | mariadb-git-2599491a6784458c54c561f9629ec45112767773.tar.gz |
Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.1
into mysql.com:/usr/home/ram/work/4.1.b9613
Diffstat (limited to 'mysql-test/t/variables.test')
-rw-r--r-- | mysql-test/t/variables.test | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/mysql-test/t/variables.test b/mysql-test/t/variables.test index 7743b70d0cd..f888541f17a 100644 --- a/mysql-test/t/variables.test +++ b/mysql-test/t/variables.test @@ -381,3 +381,10 @@ 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; |