diff options
Diffstat (limited to 'sql/sql_base.cc')
-rw-r--r-- | sql/sql_base.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_base.cc b/sql/sql_base.cc index 3cf0432560d..c68b75cda3c 100644 --- a/sql/sql_base.cc +++ b/sql/sql_base.cc @@ -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); } |