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:
@ -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 */
|
||||
|
Reference in New Issue
Block a user