summaryrefslogtreecommitdiff
path: root/mysql-test/r/ps.result
diff options
context:
space:
mode:
authorunknown <tsmith@ramayana.hindu.god>2007-08-02 02:22:31 -0600
committerunknown <tsmith@ramayana.hindu.god>2007-08-02 02:22:31 -0600
commitc7419debba007918f6317ccf844ae333031fcff5 (patch)
tree3c815f60241d30c32d0c3d887db177e83005e33a /mysql-test/r/ps.result
parent48eb7f8c857493ca7d30da4b78b279e4938f8c83 (diff)
downloadmariadb-git-c7419debba007918f6317ccf844ae333031fcff5.tar.gz
Post-merge fix. Update some test results, and add an InnoDB-only
compatibility hook, thd_mark_transaction_to_rollback(). mysql-test/r/ps.result: Post-merge fix. Changes for WL 3984 (Revise locking of mysql.general_log and mysql.slow_log) cause some test result differences. mysql-test/r/show_check.result: Post-merge fix. Changes for WL 3984 (Revise locking of mysql.general_log and mysql.slow_log) cause some test result differences. sql/sql_class.cc: Post-merge fix, add InnoDB compatibility hook (defined for InnoDB only), thd_mark_transaction_to_rollback(). storage/innobase/handler/ha_innodb.cc: Post-merge fix, add InnoDB compatibility hook (defined for InnoDB only), thd_mark_transaction_to_rollback(). storage/innobase/handler/ha_innodb.h: Post-merge fix, add InnoDB compatibility hook (defined for InnoDB only), thd_mark_transaction_to_rollback().
Diffstat (limited to 'mysql-test/r/ps.result')
-rw-r--r--mysql-test/r/ps.result21
1 files changed, 7 insertions, 14 deletions
diff --git a/mysql-test/r/ps.result b/mysql-test/r/ps.result
index 341a6b7cd43..edac68a88d6 100644
--- a/mysql-test/r/ps.result
+++ b/mysql-test/r/ps.result
@@ -1857,10 +1857,9 @@ select Host, Db from mysql.host limit 0;
Host Db
show open tables from mysql;
Database Table In_use Name_locked
+mysql user 0 0
mysql general_log 0 0
-mysql slow_log 0 0
mysql host 0 0
-mysql user 0 0
call proc_1();
show open tables from mysql;
Database Table In_use Name_locked
@@ -1871,10 +1870,9 @@ select Host, Db from mysql.host limit 0;
Host Db
show open tables from mysql;
Database Table In_use Name_locked
+mysql user 0 0
mysql general_log 0 0
-mysql slow_log 0 0
mysql host 0 0
-mysql user 0 0
call proc_1();
show open tables from mysql;
Database Table In_use Name_locked
@@ -1885,10 +1883,9 @@ select Host, Db from mysql.host limit 0;
Host Db
show open tables from mysql;
Database Table In_use Name_locked
+mysql user 0 0
mysql general_log 0 0
-mysql slow_log 0 0
mysql host 0 0
-mysql user 0 0
call proc_1();
show open tables from mysql;
Database Table In_use Name_locked
@@ -1899,10 +1896,9 @@ select Host, Db from mysql.host limit 0;
Host Db
show open tables from mysql;
Database Table In_use Name_locked
+mysql user 0 0
mysql general_log 0 0
-mysql slow_log 0 0
mysql host 0 0
-mysql user 0 0
flush tables;
create function func_1() returns int begin flush tables; return 1; end|
ERROR 0A000: FLUSH is not allowed in stored function or trigger
@@ -1932,10 +1928,9 @@ select Host, Db from mysql.host limit 0;
Host Db
show open tables from mysql;
Database Table In_use Name_locked
+mysql user 0 0
mysql general_log 0 0
-mysql slow_log 0 0
mysql host 0 0
-mysql user 0 0
execute abc;
show open tables from mysql;
Database Table In_use Name_locked
@@ -1946,10 +1941,9 @@ select Host, Db from mysql.host limit 0;
Host Db
show open tables from mysql;
Database Table In_use Name_locked
+mysql user 0 0
mysql general_log 0 0
-mysql slow_log 0 0
mysql host 0 0
-mysql user 0 0
execute abc;
show open tables from mysql;
Database Table In_use Name_locked
@@ -1960,10 +1954,9 @@ select Host, Db from mysql.host limit 0;
Host Db
show open tables from mysql;
Database Table In_use Name_locked
+mysql user 0 0
mysql general_log 0 0
-mysql slow_log 0 0
mysql host 0 0
-mysql user 0 0
flush tables;
deallocate prepare abc;
create procedure proc_1() flush logs;