mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +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:
@ -102,7 +102,7 @@ ERROR 42000: You have an error in your SQL syntax; check the manual that corresp
|
||||
BEGIN
|
||||
var1:='';
|
||||
insert into t1 values (1);
|
||||
SELE' at line 10
|
||||
S...' at line 10
|
||||
drop table t1;
|
||||
#
|
||||
# Condition after handler declaration
|
||||
@ -130,7 +130,7 @@ $$
|
||||
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 'divide_by_zero CONDITION FOR SQLSTATE '22012';
|
||||
BEGIN
|
||||
var1:='';
|
||||
insert into t1 va' at line 11
|
||||
insert into t1...' at line 11
|
||||
drop table t1;
|
||||
#
|
||||
# Variable after handler declaration
|
||||
@ -158,7 +158,7 @@ $$
|
||||
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 'divide_by_zero CONDITION FOR SQLSTATE '22012';
|
||||
BEGIN
|
||||
var1:='';
|
||||
insert into t1 va' at line 11
|
||||
insert into t1...' at line 11
|
||||
drop table t1;
|
||||
#
|
||||
# Variable after cursor (inner block)
|
||||
|
@ -776,7 +776,7 @@ FETCH c INTO a, b;
|
||||
EXIT WHEN c%NOTFOUND;
|
||||
SELECT a, b;
|
||||
END LOOP;
|
||||
CLOSE ' at line 5
|
||||
CLO...' at line 5
|
||||
DROP TABLE t1;
|
||||
#
|
||||
# MDEV-10577 sql_mode=ORACLE: %TYPE in variable declarations
|
||||
|
Reference in New Issue
Block a user