~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Mark Atwood
  • Date: 2011-07-13 22:28:29 UTC
  • mfrom: (2318.7.25 refactor1)
  • Revision ID: me@mark.atwood.name-20110713222829-sswp061b5ts7tc1k
mergeĀ lp:~olafvdspek/drizzle/refactor1

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
      }