1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

Portabilityfix in mysqladmin.c

Fix when using --localstatedir
Cleaned up mysql.server
This commit is contained in:
monty@hundin.mysql.fi
2002-08-23 02:48:52 +03:00
parent a6fac7c9fd
commit c7499a1039
6 changed files with 31 additions and 11 deletions

View File

@@ -22,6 +22,7 @@
#ifdef THREAD
#include <my_pthread.h> /* because of signal() */
#endif
#include <sys/stat.h>
#define ADMIN_VERSION "8.37"
#define MAX_MYSQL_VAR 128