mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
Query cache.
Remove some warnings
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
/* character-name table */
|
||||
static struct cname {
|
||||
char *name;
|
||||
char code;
|
||||
const char *name;
|
||||
const char code;
|
||||
} cnames[] = {
|
||||
{"NUL", '\0'},
|
||||
{"SOH", '\001'},
|
||||
|
||||
Reference in New Issue
Block a user