[Groonga-commit] groonga/groonga [master] Disable function call in output_columns for now

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Oct 23 14:00:00 JST 2012


Kouhei Sutou	2012-10-23 14:00:00 +0900 (Tue, 23 Oct 2012)

  New Revision: 9b8248c5fa36afd46007f4d2804e2007ab480005
  https://github.com/groonga/groonga/commit/9b8248c5fa36afd46007f4d2804e2007ab480005

  Log:
    Disable function call in output_columns for now
    
    I want to enable it again in the next release...
    
    Note: To enable it again, the pull request should be merged:
      https://github.com/groonga/groonga/pull/35

  Modified files:
    lib/proc.c

  Modified: lib/proc.c (+4 -0)
===================================================================
--- lib/proc.c    2012-10-23 13:25:31 +0900 (47078fa)
+++ lib/proc.c    2012-10-23 14:00:00 +0900 (73cec59)
@@ -414,6 +414,10 @@ is_output_columns_format_v1(const char *output_columns,
 {
   unsigned int i;
 
+  /* TODO: We should enable function support in output_columns again.
+     We always treat all output_columns as old style for now. */
+  return GRN_TRUE;
+
   /* TODO: We should support "_id, _key, *" as new output coumns format. */
   for (i = 0; i < output_columns_len; i++) {
     switch (output_columns[i]) {
-------------- next part --------------
HTML����������������������������...
Download 



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