1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

compilation warning

This commit is contained in:
Sergei Golubchik
2016-06-14 21:29:16 +02:00
parent afbd28aeff
commit 3aadba1557

View File

@ -73,9 +73,8 @@ print_where(COND *cond,const char *info, enum_query_type query_type)
DBUG_UNLOCK_FILE;
}
#ifdef EXTRA_DEBUG
/* This is for debugging purposes */
static my_bool print_cached_tables_callback(TDC_element *element,
void *arg __attribute__((unused)))
{
@ -112,6 +111,7 @@ static void print_cached_tables(void)
/* purecov: end */
return;
}
#endif
void TEST_filesort(SORT_FIELD *sortorder,uint s_length)