mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
Query cache.
Remove some warnings
This commit is contained in:
@ -27,7 +27,7 @@ char *sep; /* "" white, "c" single char, "ab" [ab]+ */
|
||||
continue;
|
||||
p--;
|
||||
trimtrail = 1;
|
||||
sep = " \t"; /* note, code below knows this is 2 long */
|
||||
sep = (char*) " \t"; /* note, code below knows this is 2 long */
|
||||
sepc = ' ';
|
||||
} else
|
||||
trimtrail = 0;
|
||||
|
Reference in New Issue
Block a user