Updating embedded libmysql to version 3.23.48

This commit is contained in:
Zak Greant 2002-06-07 15:07:55 +00:00
parent fcd6d2b5cd
commit 9daec6d227
47 changed files with 514 additions and 635 deletions

View file

@ -19,7 +19,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 */