Navigation Menu

Skip to content

Commit

Permalink
Use mrn_override for handler::clone
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Aug 10, 2018
1 parent e2494eb commit 4eb9bac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ha_mroonga.hpp
Expand Up @@ -645,7 +645,7 @@ class ha_mroonga: public handler

int reset();

handler *clone(const char *name, MEM_ROOT *mem_root);
handler *clone(const char *name, MEM_ROOT *mem_root) mrn_override;
bool get_error_message(int error, String *buffer) mrn_override;
#ifdef MRN_HANDLER_HAVE_TABLE_CACHE_TYPE
uint8 table_cache_type();
Expand Down

0 comments on commit 4eb9bac

Please sign in to comment.