Portability fixes.

Let myisamchk generate a new checksum for compressed data.
Don't unconditionally force filenames to lower case on windows.
Update mysqltest to match 4.0 source (to get some of the new bug fixes into 3.23)
This commit is contained in:
monty@hundin.mysql.fi 2001-08-18 10:49:00 +03:00
commit b1cb5b6ff0
23 changed files with 334 additions and 162 deletions

View file

@ -20,7 +20,7 @@
#include <global.h>
#include <m_string.h>
#if !defined(HAVE_STRTOULL) && defined(HAVE_LONG_LONG)
#define UNSIGNED
#define LONGLONG
#define USE_UNSIGNED
#define USE_LONGLONG
#include "strto.c"
#endif