mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
select @@smth=@@sys_str_var crash fixed
mysql-test/r/variables.result: new test mysql-test/t/ctype_utf8.test: typos fixed mysql-test/t/variables.test: new test sql/mysqld.cc: sys_str_var->value must be not NULL sql/set_var.cc: initialize sys_str_var->value from a constructor sql/set_var.h: initialize sys_str_var->value from a constructor
This commit is contained in:
@ -270,6 +270,9 @@ select 1;
|
||||
--error 1238
|
||||
select @@session.key_buffer_size;
|
||||
|
||||
--error 1229
|
||||
set ft_boolean_syntax = @@init_connect;
|
||||
|
||||
#
|
||||
# swap
|
||||
#
|
||||
|
Reference in New Issue
Block a user