~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_table.h

  • Committer: Brian Aker
  • Date: 2008-11-13 02:56:15 UTC
  • mfrom: (575.4.10 devel)
  • Revision ID: brian@tangent.org-20081113025615-snhsi52yb2ivmx6f
Merging Monty's code.

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
bool mysql_preload_keys(Session* session, TableList* table_list);
53
53
int reassign_keycache_tables(Session* session, KEY_CACHE *src_cache,
54
54
                             KEY_CACHE *dst_cache);
 
55
void write_bin_log(Session *session, bool clear_error,
 
56
                   char const *query, ulong query_length);
55
57
 
56
58
#endif /* DRIZZLE_SERVER_SQL_TABLE_H */