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
@ -66,7 +66,7 @@ SET @@session.innodb_table_locks = TR
|
||||
ERROR 42000: Variable 'innodb_table_locks' can't be set to the value of 'TR<54>E'
|
||||
SET @@session.innodb_table_locks = <20>N;
|
||||
ERROR 42000: Variable 'innodb_table_locks' can't be set to the value of '<27>N'
|
||||
SET @@session.innodb_table_locks = OF;
|
||||
SET @@session.innodb_table_locks = OFF;
|
||||
SELECT @@session.innodb_table_locks;
|
||||
@@session.innodb_table_locks
|
||||
0
|
||||
@ -84,7 +84,7 @@ SET @@global.innodb_table_locks = TR
|
||||
ERROR 42000: Variable 'innodb_table_locks' can't be set to the value of 'TR<54>E'
|
||||
SET @@global.innodb_table_locks = QN;
|
||||
ERROR 42000: Variable 'innodb_table_locks' can't be set to the value of 'QN'
|
||||
SET @@global.innodb_table_locks = OF;
|
||||
SET @@global.innodb_table_locks = OFF;
|
||||
SELECT @@global.innodb_table_locks;
|
||||
@@global.innodb_table_locks
|
||||
0
|
||||
|
Reference in New Issue
Block a user