mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Merge 10.3 into 10.4
In main.index_merge_myisam we remove the test that was added in commita2d24def8c
because it duplicates the test case that was added in commit5af12e4635
.
This commit is contained in:
@ -2358,21 +2358,21 @@ DECLARE céèçà foo CONDITION FOR SQLSTATE '12345';
|
||||
SIGNAL céèçà SET MYSQL_ERRNO = 1000;
|
||||
end $$
|
||||
ERROR 42000: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '<27>èçà foo CONDITION FOR SQLSTATE '12345';
|
||||
SIGNAL céèçà SET ' at line 3
|
||||
SIGNAL céèçà S...' at line 3
|
||||
create procedure test_signal()
|
||||
begin
|
||||
DECLARE "céèçà" CONDITION FOR SQLSTATE '12345';
|
||||
SIGNAL "céèçà" SET MYSQL_ERRNO = 1000;
|
||||
end $$
|
||||
ERROR 42000: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '"céèçà" CONDITION FOR SQLSTATE '12345';
|
||||
SIGNAL "céèçà" S' at line 3
|
||||
SIGNAL "céèçà...' at line 3
|
||||
create procedure test_signal()
|
||||
begin
|
||||
DECLARE 'céèçà' CONDITION FOR SQLSTATE '12345';
|
||||
SIGNAL 'céèçà' SET MYSQL_ERRNO = 1000;
|
||||
end $$
|
||||
ERROR 42000: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near ''céèçà' CONDITION FOR SQLSTATE '12345';
|
||||
SIGNAL 'céèçà' S' at line 3
|
||||
SIGNAL 'céèçà...' at line 3
|
||||
create procedure test_signal()
|
||||
begin
|
||||
DECLARE `céèçà` CONDITION FOR SQLSTATE '12345';
|
||||
|
Reference in New Issue
Block a user