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

Portability fix in mysqlbinlog.cc (include my_pthread.h)

Clean up 'unused argument' warnings

Add extern "C" { ... } in my_pthread.h
This commit is contained in:
tim@white.box
2001-08-21 19:14:04 -04:00
parent 96fb3dd329
commit c8e078263f
4 changed files with 15 additions and 5 deletions

View File

@ -21,6 +21,7 @@
#include <m_string.h>
#include <my_sys.h>
#include <getopt.h>
#include <my_pthread.h>
#include <thr_alarm.h>
#include <mysql.h>
#include "log_event.h"