~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/show.h

  • Committer: Brian Aker
  • Date: 2009-11-30 19:13:19 UTC
  • mfrom: (1225.1.39 figure)
  • Revision ID: brian@gaz-20091130191319-zyt51fidacic3brf
Merge Padraig

Show diffs side-by-side

added added

removed removed

Lines of Context:
61
61
} LOOKUP_FIELD_VALUES;
62
62
 
63
63
bool calc_lookup_values_from_cond(Session *session, COND *cond, TableList *table,
64
 
                                  LOOKUP_FIELD_VALUES *lookup_field_vals);
 
64
                                  LOOKUP_FIELD_VALUES *lookup_field_vals,
 
65
                                  drizzled::plugin::InfoSchemaTable *schema_table);
65
66
bool get_lookup_field_values(Session *session, COND *cond, TableList *tables,
66
 
                             LOOKUP_FIELD_VALUES *lookup_field_values);
 
67
                             LOOKUP_FIELD_VALUES *lookup_field_values,
 
68
                             drizzled::plugin::InfoSchemaTable *schema_table);
67
69
int make_db_list(Session *session, std::vector<LEX_STRING*> &files,
68
70
                 LOOKUP_FIELD_VALUES *lookup_field_vals, bool *with_i_schema);
69
71
SHOW_VAR *getFrontOfStatusVars();
70
72
 
71
73
int store_create_info(TableList *table_list, String *packet, bool is_if_not_exists);
72
74
 
73
 
bool schema_table_store_record(Session *session, Table *table);
74
 
 
75
75
int get_quote_char_for_identifier();
76
76
int wild_case_compare(const CHARSET_INFO * const cs, 
77
77
                      const char *str,const char *wildstr);
78
78
 
79
79
bool make_schema_select(Session *session,  Select_Lex *sel,
80
80
                        const std::string& schema_table_name);
81
 
bool mysql_schema_table(Session *session, LEX *lex, TableList *table_list);
82
 
bool get_schema_tables_result(JOIN *join, enum enum_schema_table_state executed_place);
83
81
 
84
82
bool mysqld_show_open_tables(Session *session,const char *wild);
85
83
bool mysqld_show_logs(Session *session);