~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_table.h

MErge Session fix.

Show diffs side-by-side

added added

removed removed

Lines of Context:
61
61
bool mysql_optimize_table(Session* session, TableList* table_list,
62
62
                          HA_CHECK_OPT* check_opt);
63
63
 
64
 
void write_bin_log(Session *session,
65
 
                   char const *query);
 
64
void write_bin_log(Session *session, const std::string &query);
66
65
 
67
66
bool is_primary_key(KeyInfo *key_info);
68
67
const char* is_primary_key_name(const char* key_name);