summaryrefslogtreecommitdiff
path: root/mysql-test/r/signal_demo3.result
diff options
context:
space:
mode:
authorAlexander Nozdrin <alik@sun.com>2009-10-14 15:36:55 +0400
committerAlexander Nozdrin <alik@sun.com>2009-10-14 15:36:55 +0400
commit6b684c5806e0728b42c5c0ab7ae9939ab9dfec93 (patch)
tree049b7373511d6970d58fb06d12c2cf4cdc532269 /mysql-test/r/signal_demo3.result
parentc30d924dd5485f24818264d8e533820bcf1bcba0 (diff)
downloadmariadb-git-6b684c5806e0728b42c5c0ab7ae9939ab9dfec93.tar.gz
Fix test results after the latest merge.
Diffstat (limited to 'mysql-test/r/signal_demo3.result')
-rw-r--r--mysql-test/r/signal_demo3.result60
1 files changed, 30 insertions, 30 deletions
diff --git a/mysql-test/r/signal_demo3.result b/mysql-test/r/signal_demo3.result
index fea41ec2ef9..aa769659e51 100644
--- a/mysql-test/r/signal_demo3.result
+++ b/mysql-test/r/signal_demo3.result
@@ -78,15 +78,15 @@ ERROR 45000: Oops in proc_1
show warnings;
Level Code Message
Error 1051 Unknown table 'oops_it_is_not_here'
-Error 1642 Oops in proc_9
-Error 1642 Oops in proc_8
-Error 1642 Oops in proc_7
-Error 1642 Oops in proc_6
-Error 1642 Oops in proc_5
-Error 1642 Oops in proc_4
-Error 1642 Oops in proc_3
-Error 1642 Oops in proc_2
-Error 1642 Oops in proc_1
+Error 1644 Oops in proc_9
+Error 1644 Oops in proc_8
+Error 1644 Oops in proc_7
+Error 1644 Oops in proc_6
+Error 1644 Oops in proc_5
+Error 1644 Oops in proc_4
+Error 1644 Oops in proc_3
+Error 1644 Oops in proc_2
+Error 1644 Oops in proc_1
SET @@session.max_error_count = 5;
SELECT @@session.max_error_count;
@@session.max_error_count
@@ -95,11 +95,11 @@ call proc_1();
ERROR 45000: Oops in proc_1
show warnings;
Level Code Message
-Error 1642 Oops in proc_5
-Error 1642 Oops in proc_4
-Error 1642 Oops in proc_3
-Error 1642 Oops in proc_2
-Error 1642 Oops in proc_1
+Error 1644 Oops in proc_5
+Error 1644 Oops in proc_4
+Error 1644 Oops in proc_3
+Error 1644 Oops in proc_2
+Error 1644 Oops in proc_1
SET @@session.max_error_count = 7;
SELECT @@session.max_error_count;
@@session.max_error_count
@@ -108,13 +108,13 @@ call proc_1();
ERROR 45000: Oops in proc_1
show warnings;
Level Code Message
-Error 1642 Oops in proc_7
-Error 1642 Oops in proc_6
-Error 1642 Oops in proc_5
-Error 1642 Oops in proc_4
-Error 1642 Oops in proc_3
-Error 1642 Oops in proc_2
-Error 1642 Oops in proc_1
+Error 1644 Oops in proc_7
+Error 1644 Oops in proc_6
+Error 1644 Oops in proc_5
+Error 1644 Oops in proc_4
+Error 1644 Oops in proc_3
+Error 1644 Oops in proc_2
+Error 1644 Oops in proc_1
SET @@session.max_error_count = 9;
SELECT @@session.max_error_count;
@@session.max_error_count
@@ -123,15 +123,15 @@ call proc_1();
ERROR 45000: Oops in proc_1
show warnings;
Level Code Message
-Error 1642 Oops in proc_9
-Error 1642 Oops in proc_8
-Error 1642 Oops in proc_7
-Error 1642 Oops in proc_6
-Error 1642 Oops in proc_5
-Error 1642 Oops in proc_4
-Error 1642 Oops in proc_3
-Error 1642 Oops in proc_2
-Error 1642 Oops in proc_1
+Error 1644 Oops in proc_9
+Error 1644 Oops in proc_8
+Error 1644 Oops in proc_7
+Error 1644 Oops in proc_6
+Error 1644 Oops in proc_5
+Error 1644 Oops in proc_4
+Error 1644 Oops in proc_3
+Error 1644 Oops in proc_2
+Error 1644 Oops in proc_1
drop database demo;
SET @@global.max_error_count = @start_global_value;
SELECT @@global.max_error_count;