Skip to content

Commit 2daacdd

Browse files
committed
Update versioning.alter after typo fix
1 parent abbff37 commit 2daacdd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mysql-test/suite/versioning/r/alter.result

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -528,9 +528,9 @@ ERROR HY000: Table `t` is already system-versioned
528528
#
529529
use mysql;
530530
create or replace table t (x int) with system versioning;
531-
ERROR HY000: System versioning tables in the `mysql` database are not suported
531+
ERROR HY000: System versioning tables in the `mysql` database are not supported
532532
alter table user add system versioning;
533-
ERROR HY000: System versioning tables in the `mysql` database are not suported
533+
ERROR HY000: System versioning tables in the `mysql` database are not supported
534534
use test;
535535
# MDEV-15956 Strange ER_UNSUPPORTED_ACTION_ON_GENERATED_COLUMN upon ALTER on versioning column
536536
create or replace table t1 (i int, j int as (i), s timestamp(6) as row start, e timestamp(6) as row end, period for system_time(s,e)) with system versioning;

0 commit comments

Comments
 (0)