diff options
author | monty@hundin.mysql.fi <> | 2001-09-04 01:25:34 +0300 |
---|---|---|
committer | monty@hundin.mysql.fi <> | 2001-09-04 01:25:34 +0300 |
commit | 0b2af6bdfdea07361a53fcdb2b3123f7db7ad0b4 (patch) | |
tree | c0eafd444d485cadb6d63aa0e7039389526e282c /include | |
parent | 3a3d1e28e5c6966c4e8b740443869f9857a557b3 (diff) | |
download | mariadb-git-0b2af6bdfdea07361a53fcdb2b3123f7db7ad0b4.tar.gz |
Ensure that libmysqlclient doesn't use raid
Fix problem with MyISAM and rows of length 65517-65520
Diffstat (limited to 'include')
-rw-r--r-- | include/raid.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/raid.h b/include/raid.h index e7261bb4998..8cbd0f1a442 100644 --- a/include/raid.h +++ b/include/raid.h @@ -33,7 +33,7 @@ const char *my_raid_type(int raid_type); } #endif -#ifdef USE_RAID +#if defined(USE_RAID) && !defined(DONT_USE_RAID) #ifdef __GNUC__ #pragma interface /* gcc class implementation */ |