mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Manual merge from mysql-trunk-merge.
Conflicts: - mysql-test/suite/rpl/r/rpl_binlog_grant.result - mysql-test/suite/rpl/r/rpl_sp.result - mysql-test/suite/rpl/t/rpl_binlog_grant.test - sql/sql_parse.cc - sql/sql_table.cc - sql/sql_test.cc
This commit is contained in:
@@ -22,13 +22,13 @@ VARIABLE_NAME VARIABLE_VALUE
|
||||
SQL_LOG_UPDATE ON
|
||||
set global sql_log_update=1;
|
||||
Warnings:
|
||||
Note 1315 The update log is deprecated and replaced by the binary log; SET SQL_LOG_UPDATE has been ignored
|
||||
Note 1315 The update log is deprecated and replaced by the binary log; SET SQL_LOG_UPDATE has been ignored. This option will be removed in MySQL 5.6.
|
||||
select @@global.sql_log_update;
|
||||
@@global.sql_log_update
|
||||
1
|
||||
set session sql_log_update=ON;
|
||||
Warnings:
|
||||
Note 1315 The update log is deprecated and replaced by the binary log; SET SQL_LOG_UPDATE has been ignored
|
||||
Note 1315 The update log is deprecated and replaced by the binary log; SET SQL_LOG_UPDATE has been ignored. This option will be removed in MySQL 5.6.
|
||||
select @@session.sql_log_update;
|
||||
@@session.sql_log_update
|
||||
1
|
||||
@@ -40,7 +40,7 @@ set global sql_log_update="foo";
|
||||
ERROR 42000: Variable 'sql_log_update' can't be set to the value of 'foo'
|
||||
SET @@global.sql_log_update = @start_global_value;
|
||||
Warnings:
|
||||
Note 1315 The update log is deprecated and replaced by the binary log; SET SQL_LOG_UPDATE has been ignored
|
||||
Note 1315 The update log is deprecated and replaced by the binary log; SET SQL_LOG_UPDATE has been ignored. This option will be removed in MySQL 5.6.
|
||||
SELECT @@global.sql_log_update;
|
||||
@@global.sql_log_update
|
||||
1
|
||||
|
Reference in New Issue
Block a user