mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
0.1: SQL-level System Versioning
This commit is contained in:
committed by
Aleksey Midenkov
parent
14bdfa8541
commit
be6f2d302c
@@ -97,8 +97,8 @@ SET @@session.old_passwords = ONN;
|
||||
ERROR 42000: Variable 'old_passwords' can't be set to the value of 'ONN'
|
||||
SET @@session.old_passwords = ONF;
|
||||
ERROR 42000: Variable 'old_passwords' can't be set to the value of 'ONF'
|
||||
SET @@session.old_passwords = OF;
|
||||
ERROR 42000: Variable 'old_passwords' can't be set to the value of 'OF'
|
||||
SET @@session.old_passwords = OFFF;
|
||||
ERROR 42000: Variable 'old_passwords' can't be set to the value of 'OFFF'
|
||||
SET @@session.old_passwords = 'OFN';
|
||||
ERROR 42000: Variable 'old_passwords' can't be set to the value of 'OFN'
|
||||
SET @@session.old_passwords = -2;
|
||||
|
Reference in New Issue
Block a user