mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Changed my_strntoxxx functions to clear error number on start
Allow one to change ANSI_QUOTES mode per thread and on the fly
This commit is contained in:
@ -242,6 +242,7 @@ static void free_cache_entry(TABLE *table)
|
||||
DBUG_VOID_RETURN;
|
||||
}
|
||||
|
||||
/* Free resources allocated by filesort() and read_record() */
|
||||
|
||||
void free_io_cache(TABLE *table)
|
||||
{
|
||||
|
Reference in New Issue
Block a user