From b8eb9fd640fe3a390eb4d59b61e60ea3aceeaadf Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 13 Nov 2007 13:09:59 +0400 Subject: 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. BitKeeper/etc/ignore: Added libmysqld/scheduler.cc libmysqld/sql_connect.cc libmysqld/sql_tablespace.cc libmysql_r/client_settings.h to the ignore list libmysqld/lib_sql.cc: Bug #31868 mysql_server_init crash when language path is not correctly set. line moved to clean_up() sql/mysqld.cc: Bug #31868 mysql_server_init crash when language path is not correctly set. release_ddl_log() now can be called from common 'clean_up()' sql/sql_table.cc: Bug #31868 mysql_server_init crash when language path is not correctly set. do_release flag added to the global_ddl_log and the construcntor to set it's initial value. Also now release_ddl_log() checks for that flag. --- .bzrignore | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.bzrignore') 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 -- cgit v1.2.1 From 3b217ed9576bdfc7303c91bac32d417f1a11f103 Mon Sep 17 00:00:00 2001 From: unknown Date: Sat, 8 Dec 2007 23:54:07 +0200 Subject: BUG#32694 post-merge adjustment of EXPLAIN results for 5.1. BitKeeper/etc/ignore: Added ylwrap to the ignore list --- .bzrignore | 1 + 1 file changed, 1 insertion(+) (limited to '.bzrignore') diff --git a/.bzrignore b/.bzrignore index d30466a0a36..c5cb262d2bd 100644 --- a/.bzrignore +++ b/.bzrignore @@ -3008,3 +3008,4 @@ win/vs71cache.txt win/vs8cache.txt zlib/*.ds? zlib/*.vcproj +ylwrap -- cgit v1.2.1