[Groonga-commit] droonga/droonga-engine at fc75862 [master] dump: don't dump index column at the first schema dump phase

Back to archive index

Kouhei Sutou null+****@clear*****
Fri May 16 18:23:11 JST 2014


Kouhei Sutou	2014-05-16 18:23:11 +0900 (Fri, 16 May 2014)

  New Revision: fc758626facefab8367705000d10863e01091da0
  https://github.com/droonga/droonga-engine/commit/fc758626facefab8367705000d10863e01091da0

  Message:
    dump: don't dump index column at the first schema dump phase

  Modified files:
    lib/droonga/plugins/dump.rb

  Modified: lib/droonga/plugins/dump.rb (+1 -0)
===================================================================
--- lib/droonga/plugins/dump.rb    2014-05-16 18:22:37 +0900 (2836d4c)
+++ lib/droonga/plugins/dump.rb    2014-05-16 18:23:11 +0900 (5796c8c)
@@ -170,6 +170,7 @@ module Droonga
 
           columns = table.columns.sort_by(&:name)
           columns.each do |column|
+            next if index_column?(column)
             dump_column(column)
           end
         end
-------------- next part --------------
HTML����������������������������...
Télécharger 



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