~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_lex.h

  • Committer: Brian Aker
  • Date: 2008-12-05 07:33:29 UTC
  • Revision ID: brian@tangent.org-20081205073329-5f0ejzseqs3ioaq5
Yet more unused.... damn annoying... (also tossed some prototypes that were
missing functions)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1455
1455
  */
1456
1456
  static void cleanup_lex_after_parse_error(Session *session);
1457
1457
 
1458
 
  void reset_n_backup_query_tables_list(Query_tables_list *backup);
1459
 
  void restore_backup_query_tables_list(Query_tables_list *backup);
1460
 
 
1461
1458
  bool table_or_sp_used();
1462
1459
 
1463
1460
  /**