mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
tests -DDEFAULT_CHARSET=utf8 -DDEFAULT_COLLATION=utf8_general_ci
This fixes: MDEV-7693 MariaDB - mysql-test - SUITE:funcs_1 - funcs_1.is_tables_mysql is failing on TABLE_COLLATION /DATABASE_COLLATION MDEV-8487 mysql-test - main.information_schema 'xtradb' fails MDEV-8486 mysql-test - main.bootstrap fails
This commit is contained in:
@ -229,7 +229,7 @@ SET @cmd= "CREATE TABLE IF NOT EXISTS gtid_slave_pos (
|
||||
sub_id BIGINT UNSIGNED NOT NULL,
|
||||
server_id INT UNSIGNED NOT NULL,
|
||||
seq_no BIGINT UNSIGNED NOT NULL,
|
||||
PRIMARY KEY (domain_id, sub_id))
|
||||
PRIMARY KEY (domain_id, sub_id)) CHARSET=latin1
|
||||
COMMENT='Replication slave GTID position'";
|
||||
SET @str=CONCAT(@cmd, ' ENGINE=', @innodb_or_myisam);
|
||||
PREPARE stmt FROM @str;
|
||||
|
Reference in New Issue
Block a user