[Groonga-mysql-commit] mroonga/mroonga at 1b187f0 [master] Use mrn_thd_set_ha_data()

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Jul 9 18:23:10 JST 2018


Kouhei Sutou	2018-07-09 18:23:10 +0900 (Mon, 09 Jul 2018)

  New Revision: 1b187f0a694d08c67aba914eabb10e8ff5026090
  https://github.com/mroonga/mroonga/commit/1b187f0a694d08c67aba914eabb10e8ff5026090

  Message:
    Use mrn_thd_set_ha_data()

  Modified files:
    mrn_table.cpp

  Modified: mrn_table.cpp (+1 -1)
===================================================================
--- mrn_table.cpp    2018-07-09 18:17:46 +0900 (1ec485c3)
+++ mrn_table.cpp    2018-07-09 18:23:10 +0900 (ba056182)
@@ -1255,7 +1255,7 @@ st_mrn_slot_data *mrn_get_slot_data(THD *thd, bool can_create)
     slot_data->disable_keys_create_info = NULL;
     slot_data->alter_connect_string = NULL;
     slot_data->alter_comment = NULL;
-    thd_set_ha_data(thd, mrn_hton_ptr, slot_data);
+    mrn_thd_set_ha_data(thd, mrn_hton_ptr, slot_data);
     {
       mrn::Lock lock(&mrn_allocated_thds_mutex);
       if (grn_hash_add(&mrn_ctx,
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-mysql-commit/attachments/20180709/d2a84140/attachment.htm 



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