[Groonga-commit] groonga/gcs [master] Return true as the value of "pending deletion" for deleted index fields

Zurück zum Archiv-Index

YUKI Hiroshi null+****@clear*****
Wed Nov 21 20:43:03 JST 2012


YUKI Hiroshi	2012-11-21 20:43:03 +0900 (Wed, 21 Nov 2012)

  New Revision: a9769a7ef92394d69198be1cc56c393aa46b283e
  https://github.com/groonga/gcs/commit/a9769a7ef92394d69198be1cc56c393aa46b283e

  Log:
    Return true as the value of "pending deletion" for deleted index fields

  Modified files:
    lib/api/2011-02-01/configuration.js

  Modified: lib/api/2011-02-01/configuration.js (+2 -1)
===================================================================
--- lib/api/2011-02-01/configuration.js    2012-11-21 20:40:00 +0900 (73a2475)
+++ lib/api/2011-02-01/configuration.js    2012-11-21 20:43:03 +0900 (1dae127)
@@ -434,7 +434,8 @@ handlers.DeleteIndexField = function(context, request, response, config) {
   var result = null;
   if (field.exists()) {
     result = createIndexFieldStatus({
-      field: field
+      field:           field,
+      pendingDeletion: 'true'
     });
     field.deleteSync();
   }
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Zurück zum Archiv-Index