From af3079589fbacb00bc91d3dd4b3097ba833753cc Mon Sep 17 00:00:00 2001 From: Sergei Golubchik Date: Sun, 20 Oct 2013 16:39:44 -0700 Subject: [PATCH] fix a misplaced #endif that was confusing ctags --- sql/sql_parse.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql/sql_parse.cc b/sql/sql_parse.cc index c253e1f1132..a9f07df4546 100644 --- a/sql/sql_parse.cc +++ b/sql/sql_parse.cc @@ -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