summaryrefslogtreecommitdiff
path: root/mysql-test/suite/compat/oracle/r/rpl_mariadb_date.result
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/suite/compat/oracle/r/rpl_mariadb_date.result')
-rw-r--r--mysql-test/suite/compat/oracle/r/rpl_mariadb_date.result8
1 files changed, 4 insertions, 4 deletions
diff --git a/mysql-test/suite/compat/oracle/r/rpl_mariadb_date.result b/mysql-test/suite/compat/oracle/r/rpl_mariadb_date.result
index 9aca6fa3542..55da2b743eb 100644
--- a/mysql-test/suite/compat/oracle/r/rpl_mariadb_date.result
+++ b/mysql-test/suite/compat/oracle/r/rpl_mariadb_date.result
@@ -33,12 +33,12 @@ SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`a` date DEFAULT NULL
-) ENGINE=MyISAM DEFAULT CHARSET=latin1
+) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci
SHOW CREATE TABLE t2;
Table Create Table
t2 CREATE TABLE `t2` (
`a` date DEFAULT NULL
-) ENGINE=MyISAM DEFAULT CHARSET=latin1
+) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci
SET SQL_MODE= ORACLE;
SHOW CREATE TABLE t1;
Table Create Table
@@ -64,12 +64,12 @@ SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`a` date DEFAULT NULL
-) ENGINE=MyISAM DEFAULT CHARSET=latin1
+) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci
SHOW CREATE TABLE t2;
Table Create Table
t2 CREATE TABLE `t2` (
`a` date DEFAULT NULL
-) ENGINE=MyISAM DEFAULT CHARSET=latin1
+) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci
SET SQL_MODE= ORACLE;
SHOW CREATE TABLE t1;
Table Create Table