mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
One more commit to do the merge of new 4.1 tree
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
select length(encrypt('foo', 'ff')) <> 0;
|
||||
length(encrypt('foo', 'ff')) <> 0
|
||||
1
|
||||
select password('test'),length(encrypt('test')),encrypt('test','aa');
|
||||
password('test') length(encrypt('test')) encrypt('test','aa')
|
||||
378b243e220ca493 13 aaqPiZY5xR5l.
|
||||
select old_password('test'),length(password("1")),length(encrypt('test')),encrypt('test','aa');
|
||||
old_password('test') length(password("1")) length(encrypt('test')) encrypt('test','aa')
|
||||
378b243e220ca493 45 13 aaqPiZY5xR5l.
|
||||
|
||||
Reference in New Issue
Block a user