Hi,
we just upgraded to 7.5.40 and we found some columns still not converted to utf8. This is a very minor problem but maybe disturbing for some else:
SELECT * FROM `COLUMNS` CWHERE (table_schema like 'our_server_com' or table_schema like 'other_server_com')and character_set_name like 'latin1'
I found it weird that the two resultsets differ. Other than that I'm very happy about the total conversion to utf8!!
/Erik