1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

func_encrypt.test Drop table uncommented again

mysql-test/t/func_encrypt.test:
  Drop table uncommented again
This commit is contained in:
unknown
2001-11-26 17:04:43 +02:00
parent 310b23540f
commit ebcee2e59a

View File

@ -41,6 +41,6 @@ insert into x values (des_encrypt('jumped over the lazy brown dog','sabakala'));
insert into x values (des_encrypt('jumped over the lazy brown dog','sabakala'));
select * from x;
select des_decrypt(x,'sabakala') from x;
#drop table x;
drop table x;