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 /innobase | |
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 'innobase')
-rw-r--r-- | innobase/include/ut0ut.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/innobase/include/ut0ut.h b/innobase/include/ut0ut.h index e1813e763bd..4366b832ff6 100644 --- a/innobase/include/ut0ut.h +++ b/innobase/include/ut0ut.h @@ -11,7 +11,9 @@ Created 1/20/1994 Heikki Tuuri #include "univ.i" #include <time.h> +#ifndef MYSQL_SERVER #include <ctype.h> +#endif typedef time_t ib_time_t; |