mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 02:05:57 +01:00
Merge 10.5 into 10.6
This commit is contained in:
commit
32202c30bc
1 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue