Commit 3aadba15 authored by Sergei Golubchik's avatar Sergei Golubchik

compilation warning

parent afbd28ae
...@@ -73,9 +73,8 @@ print_where(COND *cond,const char *info, enum_query_type query_type) ...@@ -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) ...@@ -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)
......
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