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:
@ -63,7 +63,7 @@ void regex_end()
|
||||
{
|
||||
int i;
|
||||
for (i=0; i < CCLASS_LAST ; i++)
|
||||
free(cclasses[i].chars);
|
||||
free((char*) cclasses[i].chars);
|
||||
regex_inited=0;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user