diff options
author | unknown <ramil@mysql.com> | 2005-08-26 13:23:32 +0500 |
---|---|---|
committer | unknown <ramil@mysql.com> | 2005-08-26 13:23:32 +0500 |
commit | a8dbdbe9278d9bc128e3e8357d951301ec676132 (patch) | |
tree | 802cafaae67dc1c6f065a1c3ae608901f2c751fd /mysql-test/t/variables.test | |
parent | 7b8ab0e1cff25108f3b044189db879fd39073290 (diff) | |
download | mariadb-git-a8dbdbe9278d9bc128e3e8357d951301ec676132.tar.gz |
workaround (bug #9613: Some read-only variables are selectable, others are not).
sql/set_var.cc:
workaround (bug #9613: Some read-only variables are selectable, others are not).
sys_have_innodb variable added.
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; |