mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
compilation warning
This commit is contained in:
@@ -73,9 +73,8 @@ print_where(COND *cond,const char *info, enum_query_type query_type)
|
|||||||
DBUG_UNLOCK_FILE;
|
DBUG_UNLOCK_FILE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#ifdef EXTRA_DEBUG
|
||||||
/* This is for debugging purposes */
|
/* This is for debugging purposes */
|
||||||
|
|
||||||
|
|
||||||
static my_bool print_cached_tables_callback(TDC_element *element,
|
static my_bool print_cached_tables_callback(TDC_element *element,
|
||||||
void *arg __attribute__((unused)))
|
void *arg __attribute__((unused)))
|
||||||
{
|
{
|
||||||
@@ -112,6 +111,7 @@ static void print_cached_tables(void)
|
|||||||
/* purecov: end */
|
/* purecov: end */
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
void TEST_filesort(SORT_FIELD *sortorder,uint s_length)
|
void TEST_filesort(SORT_FIELD *sortorder,uint s_length)
|
||||||
|
Reference in New Issue
Block a user