summaryrefslogtreecommitdiff
path: root/mysql-test/t/func_encrypt.test
diff options
context:
space:
mode:
authortonu@volk.internalnet <>2001-11-26 17:04:43 +0200
committertonu@volk.internalnet <>2001-11-26 17:04:43 +0200
commit214ca6e7d91566f5f6ebe19f16c9fd3f1e04633e (patch)
tree862c5b75df91c58ca973e25151c2859d35a2e030 /mysql-test/t/func_encrypt.test
parent877b6a4922003e4b7f1c3b9aa8194dd21441b2d6 (diff)
downloadmariadb-git-214ca6e7d91566f5f6ebe19f16c9fd3f1e04633e.tar.gz
func_encrypt.test Drop table uncommented again
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;