1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

select @@smth=@@sys_str_var crash fixed

This commit is contained in:
serg@serg.mylan
2004-03-20 14:36:00 +01:00
parent 13946359c6
commit 581996393a
6 changed files with 23 additions and 11 deletions

View File

@ -382,6 +382,8 @@ select 1;
1
select @@session.key_buffer_size;
ERROR HY000: Variable 'key_buffer_size' is a GLOBAL variable
set ft_boolean_syntax = @@init_connect;
ERROR HY000: Variable 'ft_boolean_syntax' is a GLOBAL variable and should be set with SET GLOBAL
select @@global.max_user_connections,@@local.max_join_size;
@@global.max_user_connections @@session.max_join_size
100 200