~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_table.h

  • Committer: Brian Aker
  • Date: 2011-01-18 07:21:16 UTC
  • mfrom: (2079.3.3 session-fix)
  • Revision ID: brian@tangent.org-20110118072116-nuflltzguzhq9rgg
Merge in update so that test-run.pl runs all of test/suite and fix for
create table like and FK.

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
                              enum ha_extra_function function);
51
51
 
52
52
bool check_table(Session* session, TableList* table_list,
53
 
                       HA_CHECK_OPT* check_opt);
 
53
                 HA_CHECK_OPT* check_opt);
54
54
bool analyze_table(Session* session, TableList* table_list,
55
 
                         HA_CHECK_OPT* check_opt);
 
55
                   HA_CHECK_OPT* check_opt);
56
56
bool optimize_table(Session* session, TableList* table_list,
57
 
                          HA_CHECK_OPT* check_opt);
 
57
                    HA_CHECK_OPT* check_opt);
58
58
 
59
59
void write_bin_log(Session *session, const std::string &query);
60
60