mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Merge branch '10.1' into 10.2
This commit is contained in:
@ -298,9 +298,9 @@ bool get_ev_num_info(EV_NUM_INFO *ev_info, NUM_INFO *info, const char *num)
|
||||
} // get_ev_num_info
|
||||
|
||||
|
||||
void free_string(String *s)
|
||||
void free_string(void* str, TREE_FREE, void*)
|
||||
{
|
||||
s->free();
|
||||
((String*)str)->free();
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user