mirror of
https://github.com/MariaDB/server.git
synced 2026-05-08 08:04:29 +02:00
after merge fix
myisam/Makefile.am: put zlib at the end (libtool adds the whole bunch of dependencies right after that) sql/Makefile.am: put zlib at the end (libtool adds the whole bunch of dependencies right after that)
This commit is contained in:
parent
5f74f8d5fa
commit
0745a2b783
8 changed files with 11 additions and 10 deletions
|
|
@ -498,7 +498,7 @@ int mysql_alter_db(THD *thd, const char *db, HA_CREATE_INFO *create_info)
|
|||
VOID(pthread_mutex_lock(&LOCK_mysql_create_db));
|
||||
|
||||
// do not alter database if another thread is holding read lock
|
||||
if ((error=wait_if_global_read_lock(thd,0)))
|
||||
if ((error=wait_if_global_read_lock(thd,0,1)))
|
||||
goto exit2;
|
||||
|
||||
/* Check directory */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue