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

Post-merge fixes to fix test cases.

This commit is contained in:
Mats Kindahl
2008-10-29 18:38:18 +01:00
parent a7b0312c75
commit 450cc26b47
13 changed files with 69 additions and 34 deletions

View File

@@ -17,3 +17,5 @@ WHERE VARIABLE_NAME='log';
VARIABLE_VALUE
OFF
SET @@global.log= @start_log;
Warnings:
Warning 1287 The syntax '@@log' is deprecated and will be removed in MySQL 7.0. Please use '@@general_log' instead