mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Merged from main 5.1
This commit is contained in:
@ -2060,7 +2060,7 @@ TABLE *table_cache_insert_placeholder(THD *thd, const char *key,
|
||||
|
||||
if (my_hash_insert(&open_cache, (uchar*)table))
|
||||
{
|
||||
my_free((gptr) table, MYF(0));
|
||||
my_free((uchar*) table, MYF(0));
|
||||
DBUG_RETURN(NULL);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user