1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

After merge fixes

Cleanup of mi_print_error() handling
Deleted 'merge' directory
This commit is contained in:
monty@mysql.com
2004-12-31 03:47:56 +02:00
parent 34d5331cee
commit 5e03ebbcad
38 changed files with 89 additions and 838 deletions

View File

@ -4835,7 +4835,7 @@ bool mysql_drop_user(THD *thd, List <LEX_USER> &list)
rw_unlock(&LOCK_grant);
close_thread_tables(thd);
if (result)
my_error(ER_CANNOT_USER, MYF(0), "DROP USER", wrong_users.c_ptr());
my_error(ER_CANNOT_USER, MYF(0), "DROP USER", wrong_users.c_ptr_safe());
DBUG_RETURN(result);
}