1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-07 00:04:31 +03:00

Fix for bug#11775 Variable character_set_system does not exist (sometimes).

Variable character_set_system is selectable now
  More accurate error message results during 
  update of character_set_system and some other read only variables
This commit is contained in:
gluh@eagle.intranet.mysql.r18.ru
2005-09-07 15:38:09 +05:00
parent 03d10aeaca
commit 01afb3390b
4 changed files with 21 additions and 27 deletions

View File

@@ -545,3 +545,10 @@ select @@max_heap_table_size > 0;
select @@have_innodb;
@@have_innodb
#
select @@character_set_system;
@@character_set_system
utf8
set global character_set_system = latin1;
ERROR HY000: Variable 'character_set_system' is a read only variable
set @@global.version_compile_os='234';
ERROR HY000: Variable 'version_compile_os' is a read only variable