From 2b8c59fffaaf33455d2a226ecc209b5763c2b7bf Mon Sep 17 00:00:00 2001 From: Sergei Petrunia Date: Wed, 20 Dec 2023 14:51:00 +0300 Subject: [PATCH] Fix main.type_timestamp: Change 10.10 in "End of 10.10 tests" to 10.5 --- mysql-test/main/type_timestamp.result | 2 +- mysql-test/main/type_timestamp.test | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mysql-test/main/type_timestamp.result b/mysql-test/main/type_timestamp.result index c78619fe585..f95a1d6ae39 100644 --- a/mysql-test/main/type_timestamp.result +++ b/mysql-test/main/type_timestamp.result @@ -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 # diff --git a/mysql-test/main/type_timestamp.test b/mysql-test/main/type_timestamp.test index abff4e69c22..526a0e69857 100644 --- a/mysql-test/main/type_timestamp.test +++ b/mysql-test/main/type_timestamp.test @@ -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 #