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/r/variables.result | |
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/r/variables.result')
-rw-r--r-- | mysql-test/r/variables.result | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mysql-test/r/variables.result b/mysql-test/r/variables.result index 14260cd04f9..efcc3d21144 100644 --- a/mysql-test/r/variables.result +++ b/mysql-test/r/variables.result @@ -491,3 +491,6 @@ SHOW VARIABLES LIKE 'table_cache'; Variable_name Value table_cache 1 SET GLOBAL table_cache=DEFAULT; +select @@have_innodb; +@@have_innodb +# |