summaryrefslogtreecommitdiff
path: root/mysql-test/suite/versioning/r/online.result
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/suite/versioning/r/online.result')
-rw-r--r--mysql-test/suite/versioning/r/online.result2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/suite/versioning/r/online.result b/mysql-test/suite/versioning/r/online.result
index 62d62913428..b247ce49e18 100644
--- a/mysql-test/suite/versioning/r/online.result
+++ b/mysql-test/suite/versioning/r/online.result
@@ -107,7 +107,7 @@ t CREATE TABLE `t` (
`row_start` SYS_DATATYPE GENERATED ALWAYS AS ROW START INVISIBLE,
`row_end` SYS_DATATYPE GENERATED ALWAYS AS ROW END INVISIBLE,
PERIOD FOR SYSTEM_TIME (`row_start`, `row_end`)
-) ENGINE=InnoDB DEFAULT CHARSET=latin1 WITH SYSTEM VERSIONING
+) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci WITH SYSTEM VERSIONING
select count(*) from t for system_time all;
count(*)
1