Skip to content

Commit

Permalink
Fix main.type_timestamp: Change 10.10 in "End of 10.10 tests" to 10.5
Browse files Browse the repository at this point in the history
  • Loading branch information
spetrunia committed Dec 20, 2023
1 parent 1299555 commit 2b8c59f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mysql-test/main/type_timestamp.result
Original file line number Diff line number Diff line change
Expand Up @@ -1368,5 +1368,5 @@ t1 CREATE TABLE `t1` (
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci
drop table t1;
#
# End of 10.10 tests
# End of 10.5 tests
#
2 changes: 1 addition & 1 deletion mysql-test/main/type_timestamp.test
Original file line number Diff line number Diff line change
Expand Up @@ -921,5 +921,5 @@ show create table t1;
drop table t1;

--echo #
--echo # End of 10.10 tests
--echo # End of 10.5 tests
--echo #

0 comments on commit 2b8c59f

Please sign in to comment.