diff options
author | unknown <tsmith/tim@siva.hindu.god> | 2006-10-11 23:35:52 -0600 |
---|---|---|
committer | unknown <tsmith/tim@siva.hindu.god> | 2006-10-11 23:35:52 -0600 |
commit | e9b7cc09e5ab9ee8d4b6a879a7ed2282f45c6f8a (patch) | |
tree | 324081b33e7446197a568ae0770ef4226659929e /mysql-test/r/show_check.result | |
parent | 0d833887e2cf72e99168649165fdd6dd94425b95 (diff) | |
download | mariadb-git-e9b7cc09e5ab9ee8d4b6a879a7ed2282f45c6f8a.tar.gz |
Revert patch for bug #19764, which did not work with prepared statements.
BitKeeper/deleted/.del-show_check-master.opt:
Delete: mysql-test/t/show_check-master.opt
Diffstat (limited to 'mysql-test/r/show_check.result')
-rw-r--r-- | mysql-test/r/show_check.result | 17 |
1 files changed, 1 insertions, 16 deletions
diff --git a/mysql-test/r/show_check.result b/mysql-test/r/show_check.result index 3c90af924e4..762019be313 100644 --- a/mysql-test/r/show_check.result +++ b/mysql-test/r/show_check.result @@ -630,19 +630,4 @@ SHOW TABLES FROM no_such_database; ERROR 42000: Unknown database 'no_such_database' SHOW COLUMNS FROM no_such_table; ERROR 42S02: Table 'test.no_such_table' doesn't exist -flush status; -show status like 'slow_queries'; -Variable_name Value -Slow_queries 0 -show tables; -Tables_in_test -show status like 'slow_queries'; -Variable_name Value -Slow_queries 0 -select 1 from information_schema.tables limit 1; -1 -1 -show status like 'slow_queries'; -Variable_name Value -Slow_queries 1 -End of 5.0 tests. +End of 5.0 tests |