Commit ebcee2e5 authored by unknown's avatar unknown

func_encrypt.test Drop table uncommented again


mysql-test/t/func_encrypt.test:
  Drop table uncommented again
parent 310b2354
......@@ -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;
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment