mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
fix a misplaced #endif that was confusing ctags
This commit is contained in:
@ -1678,8 +1678,8 @@ int prepare_schema_table(THD *thd, LEX *lex, Table_ident *table_ident,
|
|||||||
DBUG_RETURN(1);
|
DBUG_RETURN(1);
|
||||||
lex->query_tables_last= query_tables_last;
|
lex->query_tables_last= query_tables_last;
|
||||||
break;
|
break;
|
||||||
}
|
|
||||||
#endif
|
#endif
|
||||||
|
}
|
||||||
case SCH_PROFILES:
|
case SCH_PROFILES:
|
||||||
/*
|
/*
|
||||||
Mark this current profiling record to be discarded. We don't
|
Mark this current profiling record to be discarded. We don't
|
||||||
|
Reference in New Issue
Block a user