[Groonga-commit] groonga/gcs [master] Delete old synonyms table correctly

Back to archive index

null+****@clear***** null+****@clear*****
2012年 8月 9日 (木) 16:41:46 JST


SHIMODA Hiroshi	2012-08-09 16:41:46 +0900 (Thu, 09 Aug 2012)

  New Revision: 92d579508b55cb128ed157e2eb230550249671f1
  https://github.com/groonga/gcs/commit/92d579508b55cb128ed157e2eb230550249671f1

  Log:
    Delete old synonyms table correctly

  Modified files:
    lib/database/domain.js

  Modified: lib/database/domain.js (+1 -1)
===================================================================
--- lib/database/domain.js    2012-08-09 16:38:10 +0900 (5a8d0cf)
+++ lib/database/domain.js    2012-08-09 16:41:46 +0900 (c016048)
@@ -294,7 +294,7 @@ Domain.prototype = {
   setupBlankSynonymsTable: function() {
     if (this.hasSynonymsTableSync()) {
       this.context.commandSync('table_remove', {
-        table: this.synonymsTableName
+        name: this.synonymsTableName
       });
     }
     this.context.commandSync('table_create', {
-------------- next part --------------
HTML$B$NE:IU%U%!%$%k$rJ]4I$7$^$7$?(B...
Download 



Groonga-commit メーリングリストの案内
Back to archive index