1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

Ensure that libmysqlclient doesn't use raid

Fix problem with MyISAM and rows of length 65517-65520
This commit is contained in:
monty@hundin.mysql.fi
2001-09-04 01:25:34 +03:00
parent 3a3d1e28e5
commit 0b2af6bdfd
13 changed files with 172 additions and 110 deletions

View File

@ -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 */