~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_table.h

MErge Padraig

Show diffs side-by-side

added added

removed removed

Lines of Context:
69
69
                          HA_CHECK_OPT* check_opt);
70
70
 
71
71
void write_bin_log(Session *session,
72
 
                   char const *query, size_t query_length);
 
72
                   char const *query);
73
73
 
74
74
bool is_primary_key(KEY *key_info);
75
75
const char* is_primary_key_name(const char* key_name);