diff options
author | unknown <gkodinov/kgeorge@magare.gmz> | 2007-07-28 08:42:43 +0300 |
---|---|---|
committer | unknown <gkodinov/kgeorge@magare.gmz> | 2007-07-28 08:42:43 +0300 |
commit | 9c79db318c689e97186170207f315b8accb296d9 (patch) | |
tree | 34912af8590d4d7c2239ee92ce682bd68e01ba46 /mysql-test/t/show_check.test | |
parent | baf24e69daf32141dda59b6d7fe817cc688b9f88 (diff) | |
download | mariadb-git-9c79db318c689e97186170207f315b8accb296d9.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
mysql-test/t/show_check.test:
Addendum to thr fix for bug 30000:
show procedure/function code defined only in debug builds
mysql-test/r/show_check.result:
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 |