~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/innobase/handler/ha_innodb.h

  • Committer: Brian Aker
  • Date: 2008-07-20 07:56:12 UTC
  • Revision ID: brian@tangent.org-20080720075612-hihd0rwoyo02i7vv
my_bool from handler and set_var

Show diffs side-by-side

added added

removed removed

Lines of Context:
206
206
        /*
207
207
          ask handler about permission to cache table during query registration
208
208
        */
209
 
        my_bool register_query_cache_table(THD *thd, char *table_key,
210
 
                                           uint key_length,
211
 
                                           qc_engine_callback *call_back,
212
 
                                           uint64_t *engine_data);
 
209
        bool register_query_cache_table(THD *thd, char *table_key,
 
210
                                        uint key_length,
 
211
                                        qc_engine_callback *call_back,
 
212
                                        uint64_t *engine_data);
213
213
        static char *get_mysql_bin_log_name();
214
214
        static uint64_t get_mysql_bin_log_pos();
215
215
        bool primary_key_is_clustered() { return true; }