mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Portability fixes
Docs/manual.texi: Changelog client/mysqlbinlog.cc: Portability fix myisam/ft_test1.c: Portability fix sql/log_event.cc: Portability fix
This commit is contained in:
@ -21,9 +21,8 @@
|
||||
#include <m_string.h>
|
||||
#include <my_sys.h>
|
||||
#include <getopt.h>
|
||||
#include <my_pthread.h>
|
||||
#include <thr_alarm.h>
|
||||
#include <mysql.h>
|
||||
#include <time.h>
|
||||
#include "log_event.h"
|
||||
|
||||
#define CLIENT_CAPABILITIES (CLIENT_LONG_PASSWORD | CLIENT_LONG_FLAG | CLIENT_LOCAL_FILES)
|
||||
@ -113,7 +112,7 @@ static void die(const char* fmt, ...)
|
||||
|
||||
static void print_version()
|
||||
{
|
||||
printf("%s Ver 1.5 for %s at %s\n",my_progname,SYSTEM_TYPE, MACHINE_TYPE);
|
||||
printf("%s Ver 1.6 for %s at %s\n",my_progname,SYSTEM_TYPE, MACHINE_TYPE);
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user