mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 19:07:15 +02:00
Portabilityfix in mysqladmin.c
Fix when using --localstatedir Cleaned up mysql.server Build-tools/Do-compile: Remove test file timestamp2 Docs/manual.texi: Changelog client/mysqladmin.c: Portability fix scripts/make_binary_distribution.sh: Fix for mysql.server sql/mysqld.cc: Fix when using --localstatedir support-files/mysql.server.sh: More comments for usage of 'basedir'
This commit is contained in:
parent
0833663fff
commit
b6a4515785
6 changed files with 31 additions and 11 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue