Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
6b684c58
Commit
6b684c58
authored
Oct 14, 2009
by
Alexander Nozdrin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix test results after the latest merge.
parent
c30d924d
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
51 additions
and
51 deletions
+51
-51
mysql-test/r/func_str.result
mysql-test/r/func_str.result
+2
-2
mysql-test/r/signal.result
mysql-test/r/signal.result
+19
-19
mysql-test/r/signal_demo3.result
mysql-test/r/signal_demo3.result
+30
-30
No files found.
mysql-test/r/func_str.result
View file @
6b684c58
...
...
@@ -2566,7 +2566,7 @@ SELECT format(12345678901234567890.123, 3, NULL);
format(12345678901234567890.123, 3, NULL)
12,345,678,901,234,567,890.123
Warnings:
Warning 164
7
Unknown locale: 'NULL'
Warning 164
9
Unknown locale: 'NULL'
SELECT format(12345678901234567890.123, 3, 'ar_AE');
format(12345678901234567890.123, 3, 'ar_AE')
12,345,678,901,234,567,890.123
...
...
@@ -2686,5 +2686,5 @@ SELECT format(123, 1, 'Non-existent-locale');
format(123, 1, 'Non-existent-locale')
123.0
Warnings:
Warning 164
7
Unknown locale: 'Non-existent-locale'
Warning 164
9
Unknown locale: 'Non-existent-locale'
End of 5.4 tests
mysql-test/r/signal.result
View file @
6b684c58
...
...
@@ -580,7 +580,7 @@ SIGNAL foo;
ERROR 42000: Undefined CONDITION: foo
SIGNAL SQLSTATE '01000';
Warnings:
Warning 164
0
Unhandled user-defined warning condition
Warning 164
2
Unhandled user-defined warning condition
SIGNAL SQLSTATE '02000';
ERROR 02000: Unhandled user-defined not found condition
SIGNAL SQLSTATE '23000';
...
...
@@ -694,7 +694,7 @@ SIGNAL warn;
end $$
call test_signal() $$
Warnings:
Warning 164
0
Unhandled user-defined warning condition
Warning 164
2
Unhandled user-defined warning condition
drop procedure test_signal $$
create procedure test_signal()
begin
...
...
@@ -704,7 +704,7 @@ SIGNAL warn;
end $$
call test_signal() $$
Warnings:
Warning 164
0
Unhandled user-defined warning condition
Warning 164
2
Unhandled user-defined warning condition
drop procedure test_signal $$
create procedure test_signal()
begin
...
...
@@ -853,7 +853,7 @@ SIGNAL warn SET MESSAGE_TEXT = "Something bad happened";
end $$
call test_signal() $$
Warnings:
Warning 164
0
Something bad happened
Warning 164
2
Something bad happened
drop procedure test_signal $$
create procedure test_signal()
begin
...
...
@@ -878,7 +878,7 @@ SIGNAL something SET MESSAGE_TEXT = _utf8 "This is a UTF8 text";
end $$
call test_signal() $$
Warnings:
Warning 164
0
This is a UTF8 text
Warning 164
2
This is a UTF8 text
drop procedure test_signal $$
create procedure test_signal()
begin
...
...
@@ -887,7 +887,7 @@ SIGNAL something SET MESSAGE_TEXT = "";
end $$
call test_signal() $$
Warnings:
Warning 164
0
Warning 164
2
drop procedure test_signal $$
create procedure test_signal()
begin
...
...
@@ -896,10 +896,10 @@ SIGNAL warn SET MESSAGE_TEXT = "á a";
end $$
call test_signal() $$
Warnings:
Warning 164
0
á a
Warning 164
2
á a
show warnings $$
Level Code Message
Warning 164
0
á a
Warning 164
2
á a
drop procedure test_signal $$
#
# Test SET complex expressions
...
...
@@ -1162,17 +1162,17 @@ MYSQL_ERRNO = 10000;
end $$
call test_signal() $$
Warnings:
Warning 164
5
Data truncated for condition item 'CLASS_ORIGIN'
Warning 164
5
Data truncated for condition item 'SUBCLASS_ORIGIN'
Warning 164
5
Data truncated for condition item 'CONSTRAINT_CATALOG'
Warning 164
5
Data truncated for condition item 'CONSTRAINT_SCHEMA'
Warning 164
5
Data truncated for condition item 'CONSTRAINT_NAME'
Warning 164
5
Data truncated for condition item 'CATALOG_NAME'
Warning 164
5
Data truncated for condition item 'SCHEMA_NAME'
Warning 164
5
Data truncated for condition item 'TABLE_NAME'
Warning 164
5
Data truncated for condition item 'COLUMN_NAME'
Warning 164
5
Data truncated for condition item 'CURSOR_NAME'
Warning 164
5
Data truncated for condition item 'MESSAGE_TEXT'
Warning 164
7
Data truncated for condition item 'CLASS_ORIGIN'
Warning 164
7
Data truncated for condition item 'SUBCLASS_ORIGIN'
Warning 164
7
Data truncated for condition item 'CONSTRAINT_CATALOG'
Warning 164
7
Data truncated for condition item 'CONSTRAINT_SCHEMA'
Warning 164
7
Data truncated for condition item 'CONSTRAINT_NAME'
Warning 164
7
Data truncated for condition item 'CATALOG_NAME'
Warning 164
7
Data truncated for condition item 'SCHEMA_NAME'
Warning 164
7
Data truncated for condition item 'TABLE_NAME'
Warning 164
7
Data truncated for condition item 'COLUMN_NAME'
Warning 164
7
Data truncated for condition item 'CURSOR_NAME'
Warning 164
7
Data truncated for condition item 'MESSAGE_TEXT'
Warning 10000 11111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111112222222222222222222288888888
drop procedure test_signal $$
create procedure test_signal()
...
...
mysql-test/r/signal_demo3.result
View file @
6b684c58
...
...
@@ -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 164
2
Oops in proc_9
Error 164
2
Oops in proc_8
Error 164
2
Oops in proc_7
Error 164
2
Oops in proc_6
Error 164
2
Oops in proc_5
Error 164
2
Oops in proc_4
Error 164
2
Oops in proc_3
Error 164
2
Oops in proc_2
Error 164
2
Oops in proc_1
Error 164
4
Oops in proc_9
Error 164
4
Oops in proc_8
Error 164
4
Oops in proc_7
Error 164
4
Oops in proc_6
Error 164
4
Oops in proc_5
Error 164
4
Oops in proc_4
Error 164
4
Oops in proc_3
Error 164
4
Oops in proc_2
Error 164
4
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 164
2
Oops in proc_5
Error 164
2
Oops in proc_4
Error 164
2
Oops in proc_3
Error 164
2
Oops in proc_2
Error 164
2
Oops in proc_1
Error 164
4
Oops in proc_5
Error 164
4
Oops in proc_4
Error 164
4
Oops in proc_3
Error 164
4
Oops in proc_2
Error 164
4
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 164
2
Oops in proc_7
Error 164
2
Oops in proc_6
Error 164
2
Oops in proc_5
Error 164
2
Oops in proc_4
Error 164
2
Oops in proc_3
Error 164
2
Oops in proc_2
Error 164
2
Oops in proc_1
Error 164
4
Oops in proc_7
Error 164
4
Oops in proc_6
Error 164
4
Oops in proc_5
Error 164
4
Oops in proc_4
Error 164
4
Oops in proc_3
Error 164
4
Oops in proc_2
Error 164
4
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 164
2
Oops in proc_9
Error 164
2
Oops in proc_8
Error 164
2
Oops in proc_7
Error 164
2
Oops in proc_6
Error 164
2
Oops in proc_5
Error 164
2
Oops in proc_4
Error 164
2
Oops in proc_3
Error 164
2
Oops in proc_2
Error 164
2
Oops in proc_1
Error 164
4
Oops in proc_9
Error 164
4
Oops in proc_8
Error 164
4
Oops in proc_7
Error 164
4
Oops in proc_6
Error 164
4
Oops in proc_5
Error 164
4
Oops in proc_4
Error 164
4
Oops in proc_3
Error 164
4
Oops in proc_2
Error 164
4
Oops in proc_1
drop database demo;
SET @@global.max_error_count = @start_global_value;
SELECT @@global.max_error_count;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment