~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/show.h

  • Committer: Brian Aker
  • Date: 2009-05-14 16:46:36 UTC
  • mto: This revision was merged to the branch mainline in revision 1016.
  • Revision ID: brian@gaz-20090514164636-ipl0u2inw8nr7ueb
Remove dead session calls.

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
                             const char *path, const char *wild, bool dir);
54
54
 
55
55
 
56
 
int store_create_info(Session *session, TableList *table_list, String *packet,
57
 
                      HA_CREATE_INFO  *create_info_arg);
 
56
int store_create_info(TableList *table_list, String *packet, HA_CREATE_INFO  *create_info_arg);
58
57
bool store_db_create_info(const char *dbname, String *buffer, HA_CREATE_INFO *create_info);
59
58
bool schema_table_store_record(Session *session, Table *table);
60
59
 
61
 
int get_quote_char_for_identifier(Session *session, const char *name,
62
 
                                  uint32_t length);
 
60
int get_quote_char_for_identifier();
63
61
 
64
 
InfoSchemaTable *find_schema_table(Session *session, const char* table_name);
 
62
InfoSchemaTable *find_schema_table(const char* table_name);
65
63
InfoSchemaTable *get_schema_table(enum enum_schema_tables schema_table_idx);
66
64
int make_schema_select(Session *session,  Select_Lex *sel,
67
65
                       enum enum_schema_tables schema_table_idx);