Skip to content

Commit 32202c3

Browse files
committed
Merge 10.5 into 10.6
2 parents c849952 + dd13243 commit 32202c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sql/sql_test.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,9 @@ print_where(COND *cond,const char *info, enum_query_type query_type)
8989

9090
#ifdef EXTRA_DEBUG
9191
/* This is for debugging purposes */
92-
static my_bool print_cached_tables_callback(TDC_element *element,
93-
void *arg __attribute__((unused)))
92+
static my_bool print_cached_tables_callback(void *el, void*)
9493
{
94+
TDC_element *element= static_cast<TDC_element*>(el);
9595
TABLE *entry;
9696

9797
mysql_mutex_lock(&element->LOCK_table_share);

0 commit comments

Comments
 (0)