mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 12:32:27 +01:00
3c97d24f74
Couple of small fixes following buildbot testing.
11 lines
259 B
Text
11 lines
259 B
Text
--source include/not_embedded.inc
|
|
|
|
--error ER_INCORRECT_GLOBAL_LOCAL_VAR
|
|
SELECT @@global.last_gtid;
|
|
|
|
--error ER_INCORRECT_GLOBAL_LOCAL_VAR
|
|
SET GLOBAL last_gtid= 10;
|
|
--error ER_INCORRECT_GLOBAL_LOCAL_VAR
|
|
SET SESSION last_gtid= 20;
|
|
|
|
SELECT @@session.last_gtid;
|