mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 21:12:26 +01:00
warning number changed
This commit is contained in:
parent
afe2186e3b
commit
a6abfc4ebb
1 changed files with 1 additions and 1 deletions
|
@ -360,7 +360,7 @@ set sql_log_bin=1;
|
|||
set sql_log_off=1;
|
||||
set sql_log_update=1;
|
||||
Warnings:
|
||||
Note 1292 The update log is deprecated and replaced by the binary log. SET SQL_LOG_UPDATE has been ignored.
|
||||
Note 1296 The update log is deprecated and replaced by the binary log. SET SQL_LOG_UPDATE has been ignored.
|
||||
set sql_low_priority_updates=1;
|
||||
set sql_max_join_size=200;
|
||||
select @@sql_max_join_size,@@max_join_size;
|
||||
|
|
Loading…
Reference in a new issue