1
0
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:
unknown
2004-03-20 14:36:00 +01:00
parent 5395e2e08a
commit eb3ded5665
6 changed files with 23 additions and 11 deletions

View File

@ -270,6 +270,9 @@ select 1;
--error 1238
select @@session.key_buffer_size;
--error 1229
set ft_boolean_syntax = @@init_connect;
#
# swap
#