diff options
author | Alexander Barkov <bar@mariadb.com> | 2022-09-14 08:00:56 +0400 |
---|---|---|
committer | Alexander Barkov <bar@mariadb.com> | 2022-09-14 08:00:56 +0400 |
commit | 289105e282fb5f7865bb7ddb6226149ac5bdf2b8 (patch) | |
tree | 82fda3cd94ee37a7403324ee67c50231e9da481b /mysql-test/suite/galera_sr | |
parent | 18795f55122b04cb5c9ea19498b720735b80714b (diff) | |
download | mariadb-git-289105e282fb5f7865bb7ddb6226149ac5bdf2b8.tar.gz |
A cleanup for MDEV-29446 Change SHOW CREATE TABLE to display default collation
Recording test results according to MDEV-29446 changes:
mysql-test/suite/galera/r/MDEV-25494.result
mysql-test/suite/galera/r/galera_ctas.result
mysql-test/suite/galera/r/galera_schema.result
mysql-test/suite/galera_3nodes/r/galera_wsrep_schema.result
mysql-test/suite/galera_sr/r/galera_sr_create_drop.result
Diffstat (limited to 'mysql-test/suite/galera_sr')
-rw-r--r-- | mysql-test/suite/galera_sr/r/galera_sr_create_drop.result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/suite/galera_sr/r/galera_sr_create_drop.result b/mysql-test/suite/galera_sr/r/galera_sr_create_drop.result index c8658f09ff0..5fa48e26edf 100644 --- a/mysql-test/suite/galera_sr/r/galera_sr_create_drop.result +++ b/mysql-test/suite/galera_sr/r/galera_sr_create_drop.result @@ -8,7 +8,7 @@ Table Create Table t1 CREATE TABLE `t1` ( `f1` int(11) NOT NULL, PRIMARY KEY (`f1`) -) ENGINE=InnoDB DEFAULT CHARSET=latin1 +) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci connection node_1; DROP TABLE t1; connection node_2; |