diff options
author | monty@hundin.mysql.fi <> | 2001-08-18 10:49:00 +0300 |
---|---|---|
committer | monty@hundin.mysql.fi <> | 2001-08-18 10:49:00 +0300 |
commit | b1cb5b6ff02ef6b7aa869e4191adc645b318cec6 (patch) | |
tree | 6a8da232a534ba4330a0b544076af5db929af91b /strings/strtoul.c | |
parent | bfbc3252e18a17c12fa48a12f01a0223aed123af (diff) | |
download | mariadb-git-b1cb5b6ff02ef6b7aa869e4191adc645b318cec6.tar.gz |
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)
Diffstat (limited to 'strings/strtoul.c')
-rw-r--r-- | strings/strtoul.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/strings/strtoul.c b/strings/strtoul.c index bbfaa6ad22a..e49a9ebea6a 100644 --- a/strings/strtoul.c +++ b/strings/strtoul.c @@ -19,6 +19,6 @@ #include <global.h> #if !defined(MSDOS) && !defined(HAVE_STRTOUL) -#define UNSIGNED +#define USE_UNSIGNED #include "strto.c" #endif |