==============================================================================
|
|
TEST RESULT TIME (ms) or COMMENT
|
--------------------------------------------------------------------------
|
|
worker[1] Using MTR_BUILD_THREAD 300, with reserved ports 16000..16019
|
SET sql_mode="";
|
SET NAMES utf8mb4 COLLATE utf8mb4_unicode_ci;
|
#
|
# Changing character_set_client and collation_connection
|
# for the VIEW mysql.user to utf8mb4/utf8mb4_unicode_ci,
|
# to emulate that mysql.user was created by 'mysqld --bootstrap'
|
# using mysqld compiled with
|
# -DDEFAULT_CHARSET=utf8mb4 -DDEFAULT_COLLATION=utf8mb4_unicode_ci
|
#
|
SELECT CHARACTER_SET_CLIENT, COLLATION_CONNECTION
|
FROM INFORMATION_SCHEMA.VIEWS
|
WHERE TABLE_SCHEMA='mysql' AND TABLE_NAME='user';
|
CHARACTER_SET_CLIENT COLLATION_CONNECTION
|
utf8mb4 utf8mb4_unicode_ci
|
# Running mysql_upgrade
|
main.mysql_upgrade-20228 'innodb' [ fail ]
|
Test ended at 2019-09-05 13:35:37
|
|
CURRENT_TEST: main.mysql_upgrade-20228
|
mysqltest: At line 29: exec of '/home/bar/maria-git/server.10.4/client/mysql_upgrade --defaults-file=/home/bar/maria-git/server.10.4/mysql-test/var/my.cnf --default-character-set=utf8mb4 --force 2>&1' failed, error: 256, status: 1, errno: 11
|
Output from before failure:
|
Phase 1/7: Checking and upgrading mysql database
|
Processing databases
|
mysql
|
mysql.column_stats OK
|
mysql.columns_priv OK
|
mysql.db OK
|
mysql.event OK
|
mysql.func OK
|
mysql.global_priv OK
|
mysql.gtid_slave_pos OK
|
mysql.help_category OK
|
mysql.help_keyword OK
|
mysql.help_relation OK
|
mysql.help_topic OK
|
mysql.index_stats OK
|
mysql.innodb_index_stats OK
|
mysql.innodb_table_stats OK
|
mysql.plugin OK
|
mysql.proc OK
|
mysql.procs_priv OK
|
mysql.proxies_priv OK
|
mysql.roles_mapping OK
|
mysql.servers OK
|
mysql.table_stats OK
|
mysql.tables_priv OK
|
mysql.time_zone OK
|
mysql.time_zone_leap_second OK
|
mysql.time_zone_name OK
|
mysql.time_zone_transition OK
|
mysql.time_zone_transition_type OK
|
mysql.transaction_registry OK
|
Phase 2/7: Installing used storage engines... Skipped
|
Phase 3/7: Fixing views
|
mysql.user OK
|
Phase 4/7: Running 'mysql_fix_privilege_tables'
|
ERROR 1267 (HY000) at line 7: Illegal mix of collations (utf8mb4_unicode_ci,COERCIBLE) and (utf8mb4_general_ci,COERCIBLE) for operation 'like'
|
ERROR 1267 (HY000) at line 59: Illegal mix of collations (utf8mb4_unicode_ci,COERCIBLE) and (utf8mb4_general_ci,COERCIBLE) for operation 'like'
|
ERROR 1267 (HY000) at line 168: Illegal mix of collations (utf8mb4_unicode_ci,COERCIBLE) and (utf8mb4_general_ci,COERCIBLE) for operation 'like'
|
ERROR 1267 (HY000) at line 179: Illegal mix of collations (utf8mb4_unicode_ci,COERCIBLE) and (utf8mb4_general_ci,COERCIBLE) for operation 'like'
|
ERROR 1267 (HY000) at line 195: Illegal mix of collations (utf8mb4_unicode_ci,COERCIBLE) and (utf8mb4_general_ci,COERCIBLE) for operation 'like'
|
ERROR 1267 (HY000) at line 322: Illegal mix of collations (utf8mb4_unicode_ci,COERCIBLE) and (utf8mb4_general_ci,COERCIBLE) for operation 'like'
|
ERROR 1267 (HY000) at line 393: Illegal mix of collations (utf8mb4_unicode_ci,COERCIBLE) and (utf8mb4_general_ci,COERCIBLE) for operation 'like'
|
ERROR 1267 (HY000) at line 400: Illegal mix of collations (utf8mb4_unicode_ci,COERCIBLE) and (utf8mb4_general_ci,COERCIBLE) for operation 'like'
|
ERROR 1267 (HY000) at line 407: Illegal mix of collations (utf8mb4_unicode_ci,COERCIBLE) and (utf8mb4_general_ci,COERCIBLE) for operation 'like'
|
FATAL ERROR: Upgrade failed
|
|
- saving '/home/bar/maria-git/server.10.4/mysql-test/var/log/main.mysql_upgrade-20228-innodb/' to '/home/bar/maria-git/server.10.4/mysql-test/var/log/main.mysql_upgrade-20228-innodb/'
|
--------------------------------------------------------------------------
|
The servers were restarted 0 times
|
Spent 0.000 of 5 seconds executing testcases
|
|
Failure: Failed 1/1 tests, 0.00% were successful.
|