[Groonga-commit] groonga/gcs [master] Fix missing variable

Back to archive index

null+****@clear***** null+****@clear*****
2012年 7月 12日 (木) 19:13:54 JST


SHIMODA Hiroshi	2012-07-12 19:13:54 +0900 (Thu, 12 Jul 2012)

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

  Log:
    Fix missing variable

  Modified files:
    lib/database/index-field.js

  Modified: lib/database/index-field.js (+1 -1)
===================================================================
--- lib/database/index-field.js    2012-07-12 19:13:07 +0900 (58729f9)
+++ lib/database/index-field.js    2012-07-12 19:13:54 +0900 (36e2b1e)
@@ -184,7 +184,7 @@ IndexField.prototype = {
   reindexSync: function() {
     var name = this.name;
     var type = this.type;
-    if (type == 'uint' || fieldType == 'literal') {
+    if (type == 'uint' || type == 'literal') {
       this.context.commandSync('column_remove', {
         table: this.alterTableName,
         name: this.indexColumnName
-------------- next part --------------
HTML$B$NE:IU%U%!%$%k$rJ]4I$7$^$7$?(B...
下载 



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