1
0
mirror of https://github.com/MariaDB/server.git synced 2025-09-11 05:52:26 +03:00

Merged from main 5.1

This commit is contained in:
jani@linux-th5m.site
2007-05-24 19:47:58 +03:00
parent f1807e1f25
commit ee4d6b4fc0
15 changed files with 66 additions and 75 deletions

View File

@@ -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);
}