[Groonga-mysql-commit] mroonga/mroonga at 6f3ae63 [master] thd->work_part_info is sometimes uninitialized.

Back to archive index

shibakentoku null+****@clear*****
Sun Nov 17 02:48:17 JST 2013


shibakentoku	2013-11-17 02:48:17 +0900 (Sun, 17 Nov 2013)

  New Revision: 6f3ae63d5dc5b16a40e327a36b63d57665d48f4d
  https://github.com/mroonga/mroonga/commit/6f3ae63d5dc5b16a40e327a36b63d57665d48f4d

  Message:
    thd->work_part_info is sometimes uninitialized.

  Modified files:
    ha_mroonga.cpp

  Modified: ha_mroonga.cpp (+1 -1)
===================================================================
--- ha_mroonga.cpp    2013-11-14 13:35:54 +0900 (554b1cc)
+++ ha_mroonga.cpp    2013-11-17 02:48:17 +0900 (8af3168)
@@ -2496,7 +2496,7 @@ int ha_mroonga::create_share_for_create() const
   share_for_create.table_share = &table_share_for_create;
   table_for_create.s = &table_share_for_create;
 #ifdef WITH_PARTITION_STORAGE_ENGINE
-  table_for_create.part_info = thd->work_part_info;
+  table_for_create.part_info = NULL;
 #endif
   if ((error = mrn_parse_table_param(&share_for_create, &table_for_create)))
     goto error;
-------------- next part --------------
HTML����������������������������...
Download 



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