[Groonga-mysql-commit] mroonga/mroonga [fix-for-visual-studio] GRN_true -> GRN_TRUE

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Oct 4 10:42:06 JST 2012


Kouhei Sutou	2012-04-10 16:27:38 +0900 (Tue, 10 Apr 2012)

  New Revision: b420ceb720e90de85e415bcbc7ffa2cd6ade2981
  https://github.com/mroonga/mroonga/commit/b420ceb720e90de85e415bcbc7ffa2cd6ade2981

  Log:
    GRN_true -> GRN_TRUE

  Modified files:
    ha_mroonga.cpp

  Modified: ha_mroonga.cpp (+1 -1)
===================================================================
--- ha_mroonga.cpp    2012-04-10 16:24:04 +0900 (7113f17)
+++ ha_mroonga.cpp    2012-04-10 16:27:38 +0900 (1d6c9a8)
@@ -7190,7 +7190,7 @@ void ha_mroonga::remove_grn_obj_force(const char *name)
     grn_id id = grn_table_get(ctx, db, name, strlen(name));
     if (id) {
       char path[MRN_MAX_PATH_SIZE];
-      grn_obj_delete_by_id(ctx, db, id, GRN_true);
+      grn_obj_delete_by_id(ctx, db, id, GRN_TRUE);
       if (grn_obj_path_by_id(ctx, db, id, path) == GRN_SUCCESS) {
         size_t path_length = strlen(path);
         DIR *dir = opendir(".");
-------------- next part --------------
HTML����������������������������...
Télécharger 



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