1
0
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:
monty@mashka.mysql.fi
2003-01-17 16:33:54 +02:00
parent eb22615ec7
commit 762cb225c9
6 changed files with 88 additions and 60 deletions

View File

@ -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)
{