mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
Lots of portability fixes.
Fixed shutdown on HPUX. Fixed bug in query cache.
This commit is contained in:
@ -23,14 +23,7 @@
|
||||
#define RAID_DEFAULT_CHUNKSIZE 256*1024 /* 256kB */
|
||||
|
||||
extern const char *raid_type_string[];
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
const char *my_raid_type(int raid_type);
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
#define my_raid_type(raid_type) raid_type_string[(int)(raid_type)]
|
||||
|
||||
#if defined(USE_RAID) && !defined(DONT_USE_RAID)
|
||||
|
||||
|
Reference in New Issue
Block a user