[Groonga-commit] groonga/gcs [master] Specify the deleted table name by the option "name" instead of "table"

Back to archive index

null+****@clear***** null+****@clear*****
2012年 7月 6日 (金) 14:44:59 JST


SHIMODA Hiroshi	2012-07-06 14:44:59 +0900 (Fri, 06 Jul 2012)

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

  Log:
    Specify the deleted table name by the option "name" instead of "table"

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

  Modified: lib/api/2011-02-01/configuration.js (+2 -2)
===================================================================
--- lib/api/2011-02-01/configuration.js    2012-07-06 14:36:54 +0900 (e1a6d6a)
+++ lib/api/2011-02-01/configuration.js    2012-07-06 14:44:59 +0900 (c41f9cc)
@@ -120,12 +120,12 @@ function createDeleteDomainResponse(options) {
 handlers.DeleteDomain = function(database, request, response) {
   var domain = new Domain(request);
   var options = {
-        table: domain.tableName
+        name: domain.tableName
       };
   database.commandDeferred('table_remove', options)
     .next(function(data) {
       var termsOptions = {
-            table: domain.termsTableName
+            name: domain.termsTableName
           };
       return database.commandDeferred('table_remove', termsOptions);
     })
-------------- next part --------------
HTML$B$NE:IU%U%!%$%k$rJ]4I$7$^$7$?(B...
下载 



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