mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
0.1: SQL-level System Versioning
This commit is contained in:
committed by
Aleksey Midenkov
parent
14bdfa8541
commit
be6f2d302c
@ -131,7 +131,7 @@ SET @@session.old_passwords = ONN;
|
||||
--Error ER_WRONG_VALUE_FOR_VAR
|
||||
SET @@session.old_passwords = ONF;
|
||||
--Error ER_WRONG_VALUE_FOR_VAR
|
||||
SET @@session.old_passwords = OF;
|
||||
SET @@session.old_passwords = OFFF;
|
||||
--Error ER_WRONG_VALUE_FOR_VAR
|
||||
SET @@session.old_passwords = 'OFN';
|
||||
--Error ER_WRONG_VALUE_FOR_VAR
|
||||
|
Reference in New Issue
Block a user