mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
MDEV-4865 Change related to --log option/variable was merged partially
Complete the merge of magne.mahre@oracle.com-20101102115354-vxcaxminmzglzalk (WL#5185 Remove deprecated 5.1 features)
This commit is contained in:
@ -3,9 +3,7 @@
|
||||
SET @session_sql_big_selects = @@SESSION.sql_big_selects;
|
||||
SET @session_max_join_size = @@SESSION.max_join_size;
|
||||
SET @global_max_join_size = @@GLOBAL.max_join_size;
|
||||
SET SQL_MAX_JOIN_SIZE=9;
|
||||
Warnings:
|
||||
Warning 1287 '@@sql_max_join_size' is deprecated and will be removed in a future release. Please use '@@max_join_size' instead
|
||||
SET MAX_JOIN_SIZE=9;
|
||||
CREATE TEMPORARY TABLE t1(a varchar(20) not null, b varchar(20));
|
||||
CREATE TEMPORARY TABLE t2(a varchar(20) null, b varchar(20));
|
||||
INSERT INTO t1 VALUES('aa','bb');
|
||||
|
Reference in New Issue
Block a user