diff options
author | tonu@volk.internalnet <> | 2001-11-26 17:04:43 +0200 |
---|---|---|
committer | tonu@volk.internalnet <> | 2001-11-26 17:04:43 +0200 |
commit | 214ca6e7d91566f5f6ebe19f16c9fd3f1e04633e (patch) | |
tree | 862c5b75df91c58ca973e25151c2859d35a2e030 /mysql-test/t/func_encrypt.test | |
parent | 877b6a4922003e4b7f1c3b9aa8194dd21441b2d6 (diff) | |
download | mariadb-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.test | 2 |
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; |