~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_parse.h

  • Committer: Brian Aker
  • Date: 2010-12-02 05:20:13 UTC
  • mto: This revision was merged to the branch mainline in revision 1968.
  • Revision ID: brian@tangent.org-20101202052013-idifz62qat1ayhsn
Style change around session list.

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
#include "drizzled/common.h"
25
25
#include "drizzled/lex_string.h"
26
26
#include "drizzled/comp_creator.h"
27
 
#include "drizzled/table_identifier.h"
 
27
#include "drizzled/identifier.h"
28
28
 
29
29
namespace drizzled
30
30
{
86
86
                                bool all,
87
87
                                Select_Lex *select_lex);
88
88
 
89
 
void sql_kill(Session *session, unsigned long id, bool only_kill_query);
90
89
char* query_table_status(Session *session,const char *db,const char *table_name);
91
90
 
92
91
} /* namespace drizzled */