[Groonga-mysql-commit] mroonga/mroonga at 4eb9bac [master] Use mrn_override for handler::clone

Back to archive index

Kouhei Sutou null+****@clear*****
Fri Aug 10 16:14:35 JST 2018


Kouhei Sutou	2018-08-10 16:14:35 +0900 (Fri, 10 Aug 2018)

  New Revision: 4eb9bac18ade40409ecaa7998ac84233a80105d5
  https://github.com/mroonga/mroonga/commit/4eb9bac18ade40409ecaa7998ac84233a80105d5

  Message:
    Use mrn_override for handler::clone

  Modified files:
    ha_mroonga.hpp

  Modified: ha_mroonga.hpp (+1 -1)
===================================================================
--- ha_mroonga.hpp    2018-08-10 16:14:19 +0900 (3b515409)
+++ ha_mroonga.hpp    2018-08-10 16:14:35 +0900 (cdd7c7b0)
@@ -645,7 +645,7 @@ public:
 
   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();
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-mysql-commit/attachments/20180810/55df4621/attachment.htm 



More information about the Groonga-mysql-commit mailing list
Back to archive index