[Groonga-mysql-commit] mroonga/mroonga at 0c94818 [master] Don't use C++11 feature

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Jul 19 22:15:25 JST 2017


Kouhei Sutou	2017-07-19 22:15:25 +0900 (Wed, 19 Jul 2017)

  New Revision: 0c948184e76ee26f0093c8bd73eff0641943042c
  https://github.com/mroonga/mroonga/commit/0c948184e76ee26f0093c8bd73eff0641943042c

  Message:
    Don't use C++11 feature
    
    MySQL disables it. :<

  Modified files:
    ha_mroonga.cpp

  Modified: ha_mroonga.cpp (+1 -1)
===================================================================
--- ha_mroonga.cpp    2017-07-19 22:38:03 +0900 (908c483)
+++ ha_mroonga.cpp    2017-07-19 22:15:25 +0900 (1e0da30)
@@ -10304,7 +10304,7 @@ void ha_mroonga::check_count_skip(key_part_map target_key_part_map)
   }
 
   st_select_lex *select_lex = table->pos_in_table_list->select_lex;
-  KEY *key_info = nullptr;
+  KEY *key_info = NULL;
   if (active_index != MAX_KEY) {
     key_info = &(table->key_info[active_index]);
   }
-------------- next part --------------
HTML����������������������������...
Download 



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