diff options
author | holyfoot/hf@mysql.com/hfmain.(none) <> | 2007-11-13 13:09:59 +0400 |
---|---|---|
committer | holyfoot/hf@mysql.com/hfmain.(none) <> | 2007-11-13 13:09:59 +0400 |
commit | 18f832a7084d357fb2fd4c4482129ee14f0c9e7f (patch) | |
tree | 64e928dcd500f0ca2361229714c5e70e64d1678f /.bzrignore | |
parent | 84159db8f7458ef7873a3e850f52d8f7cb54f9b9 (diff) | |
download | mariadb-git-18f832a7084d357fb2fd4c4482129ee14f0c9e7f.tar.gz |
Bug #31868 mysql_server_init crash when language path is not correctly set.
When mysql_server_init() interrupts on some error (wrong errmsg file
for example) in the middle of it's execution, it doesn't call
execute_ddl_log_recovery() so LOCK_gdl mutex isn't init-ed.
In this case we shouldn't execute release_ddl_log during cleanup
as it uses that mutex inside.
Diffstat (limited to '.bzrignore')
-rw-r--r-- | .bzrignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.bzrignore b/.bzrignore index e1ad5a89015..b3cdfeefb4f 100644 --- a/.bzrignore +++ b/.bzrignore @@ -3004,3 +3004,7 @@ win/vs71cache.txt win/vs8cache.txt zlib/*.ds? zlib/*.vcproj +libmysqld/scheduler.cc +libmysqld/sql_connect.cc +libmysqld/sql_tablespace.cc +libmysql_r/client_settings.h |