mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
MDEV-27104 deprecate DES_ENCRYPT/DECRYPT functions
This commit is contained in:
@ -5,4 +5,6 @@ convert((SELECT des_decrypt(2,1) AS a FROM t1 WHERE @a:=1), signed) as d
|
||||
FROM t1 ;
|
||||
d
|
||||
2
|
||||
Warnings:
|
||||
Note 1287 'des_decrypt' is deprecated and will be removed in a future release
|
||||
DROP TABLE t1;
|
||||
|
Reference in New Issue
Block a user