summaryrefslogtreecommitdiff
path: root/mysql-test/suite/sql_sequence/replication.result
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/suite/sql_sequence/replication.result')
-rw-r--r--mysql-test/suite/sql_sequence/replication.result2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/suite/sql_sequence/replication.result b/mysql-test/suite/sql_sequence/replication.result
index d5e5dcc75eb..7bf0eac8c47 100644
--- a/mysql-test/suite/sql_sequence/replication.result
+++ b/mysql-test/suite/sql_sequence/replication.result
@@ -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,