~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/function/str/make_set.cc

  • Committer: Olaf van der Spek
  • Date: 2011-07-04 13:10:52 UTC
  • mto: This revision was merged to the branch mainline in revision 2367.
  • Revision ID: olafvdspek@gmail.com-20110704131052-0lxuejwmsivdu4ca
RemoveĀ unusedĀ param

Show diffs side-by-side

added added

removed removed

Lines of Context:
98
98
            tmp_str.copy(*result);
99
99
            result= &tmp_str;
100
100
          }
101
 
          tmp_str.append(STRING_WITH_LEN(","), &my_charset_bin);
 
101
          tmp_str.append(STRING_WITH_LEN(","));
102
102
    tmp_str.append(*res);
103
103
        }
104
104
      }