mirror of
https://github.com/MariaDB/server.git
synced 2025-10-27 05:56:07 +03:00
workaround (bug #9613: Some read-only variables are selectable, others are not).
This commit is contained in:
@@ -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
|
||||
#
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user