mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
SHOW VARIABLES LIKE ... are now case insensitive
Fixed stack overflow checking with crash-me with gcc 3.0.4 Using @@unknown_variable doesn't hang client anymore Added @@VERSION variable
This commit is contained in:
@ -23,3 +23,11 @@ c_id c_name c_country
|
||||
c_id c_name c_country
|
||||
1 Bozo USA
|
||||
4 Mr. Floppy GB
|
||||
@@VERSION=version()
|
||||
1
|
||||
last_insert_id(345)
|
||||
345
|
||||
@@IDENTITY last_insert_id()
|
||||
345 345
|
||||
@@IDENTITY
|
||||
345
|
||||
|
Reference in New Issue
Block a user