1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

workaround (bug #9613: Some read-only variables are selectable, others are not).

This commit is contained in:
ramil@mysql.com
2005-08-26 13:23:32 +05:00
parent 6b4baf48a5
commit 120dd92b03
3 changed files with 20 additions and 0 deletions

View File

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