@ -113,14 +113,13 @@ int main(int argc, char** argv) {
if(mysql_query(mysql_a,"update global_variables set variable_value='utf8mb4' where variable_name='mysql-default_charset'")){diag("Update to utf8mb4 failed: %s",mysql_error(mysql_a));returnexit_status();}
if(mysql_query(mysql_a,"load mysql variables to runtime")){diag("LOAD failed: %s",mysql_error(mysql_a));returnexit_status();}
if(mysql_query(mysql_a,"save mysql variables to disk")){diag("SAVE failed: %s",mysql_error(mysql_a));returnexit_status();}