Commit 32202c30 authored by Marko Mäkelä's avatar Marko Mäkelä

Merge 10.5 into 10.6

parents c849952b dd13243b
......@@ -89,9 +89,9 @@ print_where(COND *cond,const char *info, enum_query_type query_type)
#ifdef EXTRA_DEBUG
/* This is for debugging purposes */
static my_bool print_cached_tables_callback(TDC_element *element,
void *arg __attribute__((unused)))
static my_bool print_cached_tables_callback(void *el, void*)
{
TDC_element *element= static_cast<TDC_element*>(el);
TABLE *entry;
mysql_mutex_lock(&element->LOCK_table_share);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment