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

mysql-5.5.37 selective merge

This commit is contained in:
Sergei Golubchik
2014-03-27 22:26:58 +01:00
1335 changed files with 3710 additions and 722 deletions

View File

@ -9,6 +9,7 @@ SELECT @@global.general_log_file;
mysqld.log
'#--------------------FN_DYNVARS_004_02------------------------#'
SET @@global.general_log_file = mytest.log;
ERROR 42000: Incorrect argument type to variable 'general_log_file'
SET @@global.general_log_file = 12;
ERROR 42000: Incorrect argument type to variable 'general_log_file'
'#----------------------FN_DYNVARS_004_03------------------------#'