1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

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.
This commit is contained in:
unknown
2005-08-26 13:23:32 +05:00
parent 7b8ab0e1cf
commit a8dbdbe927
3 changed files with 20 additions and 0 deletions

View File

@ -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;