mirror of
https://github.com/MariaDB/server.git
synced 2025-07-20 10:24:14 +03:00
Fixed access privilege bug in query cache.
Change tests to use database 'mysqltest' instead of 'foo' Add option to not print access denied messages to check_table_access()
This commit is contained in:
@ -22,8 +22,10 @@
|
||||
#define RAID_DEFAULT_CHUNKS 4
|
||||
#define RAID_DEFAULT_CHUNKSIZE 256*1024 /* 256kB */
|
||||
|
||||
extern const char *raid_type_string[];
|
||||
C_MODE_START
|
||||
#define my_raid_type(raid_type) raid_type_string[(int)(raid_type)]
|
||||
extern const char *raid_type_string[];
|
||||
C_MODE_END
|
||||
|
||||
#if defined(USE_RAID) && !defined(DONT_USE_RAID)
|
||||
|
||||
|
Reference in New Issue
Block a user