[Groonga-commit] groonga/grnci at 391ee72 [master] Fix a bug that DB.DatabaseUnmap call another command.

Back to archive index

Susumu Yata null+****@clear*****
Thu Sep 14 14:13:11 JST 2017


Susumu Yata	2017-09-14 14:13:11 +0900 (Thu, 14 Sep 2017)

  New Revision: 391ee7237116fc7543387867d0b2338d8421f723
  https://github.com/groonga/grnci/commit/391ee7237116fc7543387867d0b2338d8421f723

  Message:
    Fix a bug that DB.DatabaseUnmap call another command.

  Modified files:
    v2/db.go

  Modified: v2/db.go (+1 -1)
===================================================================
--- v2/db.go    2017-09-14 14:00:31 +0900 (2ea7ac0)
+++ v2/db.go    2017-09-14 14:13:11 +0900 (2164194)
@@ -339,7 +339,7 @@ func (db *DB) ConfigSet(key, value string) error {
 
 // DatabaseUnmap executes database_unmap.
 func (db *DB) DatabaseUnmap() error {
-	resp, err := db.Invoke("delete", nil, nil)
+	resp, err := db.Invoke("database_unmap", nil, nil)
 	if err != nil {
 		return err
 	}
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20170914/489b97c5/attachment-0001.htm 



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