mirror of
https://github.com/MariaDB/server.git
synced 2025-11-25 17:25:02 +03:00
Merge 10.3 into 10.4
In main.index_merge_myisam we remove the test that was added in commita2d24def8cbecause it duplicates the test case that was added in commit5af12e4635.
This commit is contained in:
@@ -87,7 +87,7 @@ CREATE SEQUENCE `s2` (
|
||||
) ENGINE=InnoDB sequence=1;
|
||||
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 '(
|
||||
`next_not_cached_value` bigint(21) NOT NULL,
|
||||
`minimum_value` bigint(21) NOT NU' at line 1
|
||||
`minimum_value` bigint(21) NOT...' at line 1
|
||||
CREATE TABLE `s2` (
|
||||
`next_not_cached_value` bigint(21) NOT NULL,
|
||||
`minimum_value` bigint(21) NOT NULL,
|
||||
|
||||
Reference in New Issue
Block a user