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:
unknown 2002-08-23 02:48:52 +03:00
commit b6a4515785
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