mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
I committed the same changeset in my tree yesterday, but broke the tree since,
so I commit again in a fresh tree. Fix for bug#763 (Relay_log_space too big by 4 bytes), plus comments and DBUG_PRINT, and we don't start replication if --bootstrap.
This commit is contained in:
@@ -2250,7 +2250,7 @@ int mysql_grant (THD *thd, const char *db, List <LEX_USER> &list,
|
||||
if (!initialized)
|
||||
{
|
||||
send_error(&(thd->net), ER_UNKNOWN_COM_ERROR); /* purecov: tested */
|
||||
return 1; /* purecov: tested */
|
||||
DBUG_RETURN(1); /* purecov: tested */
|
||||
}
|
||||
|
||||
if (lower_case_table_names && db)
|
||||
|
||||
Reference in New Issue
Block a user