1
0
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:
Sergei Golubchik
2022-06-18 23:23:28 +02:00
parent 90c3b2835d
commit fe8b99dd5c
9 changed files with 266 additions and 18 deletions

View File

@ -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;