summaryrefslogtreecommitdiff
path: root/mysql-test/t/show_check.test
diff options
context:
space:
mode:
authorAndrei Elkin <aelkin@mysql.com>2009-12-01 21:07:18 +0200
committerAndrei Elkin <aelkin@mysql.com>2009-12-01 21:07:18 +0200
commit0eda48463ce9c60408515819f9d954fd48567d4f (patch)
tree39a60b9bbefbde5c02b040d381c8fd5d0c0dc0ea /mysql-test/t/show_check.test
parent3c11750e363da6e1017d5bc86e9e7e03b2c4e101 (diff)
parent80cb81069b43978da39ad99cf7d23fc52deb95d6 (diff)
downloadmariadb-git-0eda48463ce9c60408515819f9d954fd48567d4f.tar.gz
Manual resolving for the following files
Text conflict in mysql-test/collections/default.experimental Text conflict in mysql-test/r/show_check.result Text conflict in mysql-test/r/sp-code.result Text conflict in mysql-test/suite/binlog/r/binlog_tmp_table.result Text conflict in mysql-test/suite/rpl/t/disabled.def Text conflict in mysql-test/t/show_check.test Text conflict in mysys/my_delete.c Text conflict in sql/item.h Text conflict in sql/item_cmpfunc.h Text conflict in sql/log.cc Text conflict in sql/mysqld.cc Text conflict in sql/repl_failsafe.cc Text conflict in sql/slave.cc Text conflict in sql/sql_parse.cc Text conflict in sql/sql_table.cc Text conflict in sql/sql_yacc.yy Text conflict in storage/myisam/ha_myisam.cc Corrected results for stm_auto_increment_bug33029.reject 2009-12-01 20:01:49.000000000 +0300 <andrei> @@ -42,9 +42,6 @@ <andrei> RETURN i; <andrei> END// <andrei> CALL p1(); <andrei> -Warnings: <andrei> -Note 1592 Statement may not be safe to log in statement format. <andrei> -Note 1592 Statement may not be safe to log in statement format. There should be indeed no Note present because there is in fact autoincrement top-level query in sp() that triggers inserting in yet another auto-inc table. (todo: alert DaoGang to improve the test).
Diffstat (limited to 'mysql-test/t/show_check.test')
-rw-r--r--mysql-test/t/show_check.test14
1 files changed, 0 insertions, 14 deletions
diff --git a/mysql-test/t/show_check.test b/mysql-test/t/show_check.test
index 0e4af16dd1f..6e07f717db6 100644
--- a/mysql-test/t/show_check.test
+++ b/mysql-test/t/show_check.test
@@ -629,7 +629,6 @@ show plugins;
show columns in t1;
show slave hosts;
show keys in t1;
-show table types;
show storage engines;
show authors;
show contributors;
@@ -1008,11 +1007,6 @@ disconnect con4;
#
--disable_result_log
-show full plugin;
---enable_result_log
-show warnings;
---disable_result_log
-show plugin;
show plugins;
--enable_result_log
@@ -1180,14 +1174,6 @@ DROP TABLE t1;
DROP EVENT ev1;
#
-# Bug#30036 SHOW TABLE TYPES causes the debug client to crash
-#
---disable_result_log
-SHOW TABLE TYPES;
---enable_result_log
-
-
-#
# Bug#32710 SHOW INNODB STATUS requires SUPER
#