~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_table.h

  • Committer: Brian Aker
  • Date: 2008-12-07 01:52:46 UTC
  • Revision ID: brian@tangent.org-20081207015246-debwl881w1y1s6zb
Updating new replication positions in code.

Show diffs side-by-side

added added

removed removed

Lines of Context:
59
59
int reassign_keycache_tables(Session* session, KEY_CACHE *src_cache,
60
60
                             KEY_CACHE *dst_cache);
61
61
void write_bin_log(Session *session, bool clear_error,
62
 
                   char const *query, ulong query_length);
 
62
                   char const *query, size_t query_length);
63
63
 
64
64
bool is_primary_key(KEY *key_info);
65
65
const char* is_primary_key_name(const char* key_name);