diff options
author | gkodinov/kgeorge@magare.gmz <> | 2007-07-28 08:42:43 +0300 |
---|---|---|
committer | gkodinov/kgeorge@magare.gmz <> | 2007-07-28 08:42:43 +0300 |
commit | 51f8aa9615b46a37131686000fa64f841cc731dd (patch) | |
tree | 34912af8590d4d7c2239ee92ce682bd68e01ba46 /mysql-test/t/show_check.test | |
parent | 642b0c00ed99334a5540839c0e6598d7a26c8ac7 (diff) | |
download | mariadb-git-51f8aa9615b46a37131686000fa64f841cc731dd.tar.gz |
show_check.result:
Addendum to thr fix for bug 30000:
show procedure/function code defined only in debug builds
show_check.test:
Addendum to thr fix for bug 30000:
show procedure/function code defined only in debug builds
Diffstat (limited to 'mysql-test/t/show_check.test')
-rw-r--r-- | mysql-test/t/show_check.test | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mysql-test/t/show_check.test b/mysql-test/t/show_check.test index 89eac15ccfc..5856803d390 100644 --- a/mysql-test/t/show_check.test +++ b/mysql-test/t/show_check.test @@ -601,8 +601,6 @@ show create procedure p1; show create function f1; show create trigger tr1; show procedure status; -show procedure code p1; -show function code f1; show create event e1; --enable_result_log |