~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/show.h

  • Committer: Olaf van der Spek
  • Date: 2011-08-04 08:13:04 UTC
  • mfrom: (2384 drizzle)
  • mto: This revision was merged to the branch mainline in revision 2385.
  • Revision ID: olafvdspek@gmail.com-20110804081304-rlejjpvoos17bjdf
Merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
namespace show {
42
42
 
43
43
bool buildColumns(Session *session, const char *schema_ident, Table_ident *table_ident);
44
 
bool buildCreateSchema(Session *session, LEX_STRING &ident);
 
44
bool buildCreateSchema(Session *session, lex_string_t &ident);
45
45
bool buildCreateTable(Session *session, Table_ident *ident);
46
46
bool buildDescribe(Session *session, Table_ident *ident);
47
47
bool buildIndex(Session *session, const char *schema_ident, Table_ident *table_ident);
48
48
bool buildProcesslist(Session *session);
49
49
bool buildSchemas(Session*);
50
50
bool buildStatus(Session *session, const drizzled::sql_var_t is_global);
51
 
bool buildEngineStatus(Session *session, LEX_STRING);
 
51
bool buildEngineStatus(Session *session, lex_string_t);
52
52
bool buildTableStatus(Session *session, const char *ident);
53
53
bool buildTables(Session *session, const char *ident);
54
54
bool buildTemporaryTables(Session *session);