7
Error : You can't use locks with log tables.
11
mysql.help_relation OK
14
mysql.ndb_binlog_index OK
16
Error : You can't use locks with log tables.
18
mysql.online_backup_progress
19
Error : You can't use locks with log tables.
26
Error : You can't use locks with log tables.
30
mysql.time_zone_leap_second OK
31
mysql.time_zone_name OK
32
mysql.time_zone_transition OK
33
mysql.time_zone_transition_type OK
35
Run it again - should say already completed
36
This installation of MySQL is already upgraded to VERSION, use --force if you still need to run mysql_upgrade
37
Force should run it regardless of wether it's been run before
43
Error : You can't use locks with log tables.
45
mysql.help_category OK
47
mysql.help_relation OK
50
mysql.ndb_binlog_index OK
52
Error : You can't use locks with log tables.
54
mysql.online_backup_progress
55
Error : You can't use locks with log tables.
62
Error : You can't use locks with log tables.
66
mysql.time_zone_leap_second OK
67
mysql.time_zone_name OK
68
mysql.time_zone_transition OK
69
mysql.time_zone_transition_type OK
71
CREATE USER mysqltest1@'%' IDENTIFIED by 'sakila';
72
GRANT ALL ON *.* TO mysqltest1@'%';
73
Run mysql_upgrade with password protected account
79
Error : You can't use locks with log tables.
81
mysql.help_category OK
83
mysql.help_relation OK
86
mysql.ndb_binlog_index OK
88
Error : You can't use locks with log tables.
90
mysql.online_backup_progress
91
Error : You can't use locks with log tables.
98
Error : You can't use locks with log tables.
102
mysql.time_zone_leap_second OK
103
mysql.time_zone_name OK
104
mysql.time_zone_transition OK
105
mysql.time_zone_transition_type OK
107
DROP USER mysqltest1@'%';
108
Run mysql_upgrade with a non existing server socket
109
mysqlcheck: Got error: 2005: Unknown MySQL server host 'not_existing_host' (errno) when trying to connect
110
FATAL ERROR: Upgrade failed
111
set GLOBAL sql_mode='STRICT_ALL_TABLES,ANSI_QUOTES,NO_ZERO_DATE';
112
mysql.columns_priv OK
117
Error : You can't use locks with log tables.
119
mysql.help_category OK
120
mysql.help_keyword OK
121
mysql.help_relation OK
124
mysql.ndb_binlog_index OK
126
Error : You can't use locks with log tables.
128
mysql.online_backup_progress
129
Error : You can't use locks with log tables.
136
Error : You can't use locks with log tables.
140
mysql.time_zone_leap_second OK
141
mysql.time_zone_name OK
142
mysql.time_zone_transition OK
143
mysql.time_zone_transition_type OK
145
set GLOBAL sql_mode=default;