Commit af307958 authored by Sergei Golubchik's avatar Sergei Golubchik

fix a misplaced #endif that was confusing ctags

parent c1c0a837
......@@ -1678,8 +1678,8 @@ int prepare_schema_table(THD *thd, LEX *lex, Table_ident *table_ident,
DBUG_RETURN(1);
lex->query_tables_last= query_tables_last;
break;
}
#endif
}
case SCH_PROFILES:
/*
Mark this current profiling record to be discarded. We don't
......
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