mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 11:27:39 +02:00
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:
parent
bfbc3252e1
commit
b1cb5b6ff0
23 changed files with 334 additions and 162 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue