mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
0.1: SQL-level System Versioning
This commit is contained in:
committed by
Aleksey Midenkov
parent
14bdfa8541
commit
be6f2d302c
@ -43,8 +43,8 @@ SET @@session.sql_big_selects = TR
|
||||
ERROR 42000: Variable 'sql_big_selects' can't be set to the value of 'TR<54>E'
|
||||
SET @@session.sql_big_selects = <20>N;
|
||||
ERROR 42000: Variable 'sql_big_selects' can't be set to the value of '<27>N'
|
||||
SET @@session.sql_big_selects = OF;
|
||||
ERROR 42000: Variable 'sql_big_selects' can't be set to the value of 'OF'
|
||||
SET @@session.sql_big_selects = OFFF;
|
||||
ERROR 42000: Variable 'sql_big_selects' can't be set to the value of 'OFFF'
|
||||
SET @@session.sql_big_selects = <20>FF;
|
||||
ERROR 42000: Variable 'sql_big_selects' can't be set to the value of '<27>FF'
|
||||
SET @@session.sql_big_selects = '<27>';
|
||||
|
Reference in New Issue
Block a user