Loading sql/sql_plugin.cc +1 −1 Original line number Diff line number Diff line Loading @@ -681,7 +681,7 @@ void plugin_load(void) if (simple_open_n_lock_tables(new_thd, &tables)) { DBUG_PRINT("error",("Can't open plugin table")); sql_print_error("Can't open the mysql.plugin table. Please run the mysql_install_db script to create it."); sql_print_error("Can't open the mysql.plugin table. Please run the mysql_upgrade script to create it."); goto end; } table= tables.table; Loading sql/sql_udf.cc +1 −1 Original line number Diff line number Diff line Loading @@ -146,7 +146,7 @@ void udf_init() if (simple_open_n_lock_tables(new_thd, &tables)) { DBUG_PRINT("error",("Can't open udf table")); sql_print_error("Can't open the mysql.func table. Please run the mysql_install_db script to create it."); sql_print_error("Can't open the mysql.func table. Please run the mysql_upgrade script to create it."); goto end; } Loading Loading
sql/sql_plugin.cc +1 −1 Original line number Diff line number Diff line Loading @@ -681,7 +681,7 @@ void plugin_load(void) if (simple_open_n_lock_tables(new_thd, &tables)) { DBUG_PRINT("error",("Can't open plugin table")); sql_print_error("Can't open the mysql.plugin table. Please run the mysql_install_db script to create it."); sql_print_error("Can't open the mysql.plugin table. Please run the mysql_upgrade script to create it."); goto end; } table= tables.table; Loading
sql/sql_udf.cc +1 −1 Original line number Diff line number Diff line Loading @@ -146,7 +146,7 @@ void udf_init() if (simple_open_n_lock_tables(new_thd, &tables)) { DBUG_PRINT("error",("Can't open udf table")); sql_print_error("Can't open the mysql.func table. Please run the mysql_install_db script to create it."); sql_print_error("Can't open the mysql.func table. Please run the mysql_upgrade script to create it."); goto end; } Loading