summaryrefslogtreecommitdiff
path: root/mysql-test/t/func_encrypt.test
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/t/func_encrypt.test')
-rw-r--r--mysql-test/t/func_encrypt.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/func_encrypt.test b/mysql-test/t/func_encrypt.test
index ac4ab55b4dd..9c59281328c 100644
--- a/mysql-test/t/func_encrypt.test
+++ b/mysql-test/t/func_encrypt.test
@@ -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;