1
0
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:
unknown
2007-05-24 19:47:58 +03:00
parent 6356f5631c
commit 635728a6e6
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);
}