1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

Don't flush cur_log (relay log) on flush_relay_log_info becasue this crashes the server if cur_log is 'hot' and the io_thread has changed log file.

Updated project files for windows
Made rpl_change_master.test portable
Ensure that mutex are not freed if not initilized
This commit is contained in:
monty@mysql.com
2003-11-22 03:21:40 +02:00
parent d08945498e
commit d87494c5ac
18 changed files with 68 additions and 66 deletions

View File

@ -15,10 +15,6 @@
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
#include <my_global.h>
#if defined(__WIN__) || defined(_WIN32) || defined(_WIN64)
#include <winsock.h>
#include <odbcinst.h>
#endif
#include <my_sys.h>
#include <mysys_err.h>
#include <m_string.h>