[Groonga-commit] droonga/fluent-plugin-droonga at a22a7fb [master] Don't create index for unexisting column

Back to archive index

YUKI Hiroshi null+****@clear*****
Thu Nov 28 19:15:02 JST 2013


YUKI Hiroshi	2013-11-28 19:15:02 +0900 (Thu, 28 Nov 2013)

  New Revision: a22a7fb60d7ba3c8645c02bd1940c7f874f53922
  https://github.com/droonga/fluent-plugin-droonga/commit/a22a7fb60d7ba3c8645c02bd1940c7f874f53922

  Message:
    Don't create index for unexisting column

  Modified files:
    test/command/fixture/documents.jsons

  Modified: test/command/fixture/documents.jsons (+0 -11)
===================================================================
--- test/command/fixture/documents.jsons    2013-11-28 19:13:48 +0900 (2082a53)
+++ test/command/fixture/documents.jsons    2013-11-28 19:15:02 +0900 (04c163e)
@@ -82,17 +82,6 @@
 }
 {
   "dataset": "Droonga",
-  "type": "column_create",
-  "body": {
-    "table": "Bigram",
-    "name": "Documents_title",
-    "flags": "COLUMN_INDEX|WITH_POSITION",
-    "type": "Documents",
-    "source": "title"
-  }
-}
-{
-  "dataset": "Droonga",
   "type": "add",
   "body": {
     "table": "Documents",
-------------- next part --------------
HTML����������������������������...
Download 



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