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

Changed accidently added tabs back into spaces.

Fixed a bug that came in merge.
This commit is contained in:
jani@a88-113-38-195.elisa-laajakaista.fi
2007-05-28 14:37:39 +03:00
parent fa21379abb
commit b035219762
5 changed files with 25 additions and 26 deletions

View File

@ -1866,7 +1866,6 @@ bool delayed_get_table(THD *thd, TABLE_LIST *table_list)
DBUG_RETURN((table_list->table == NULL));
end_create:
thd->fatal_error();
pthread_mutex_unlock(&LOCK_delayed_create);
DBUG_RETURN(thd->net.report_error);
}