~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_string.h

  • Committer: Brian Aker
  • Date: 2009-10-12 06:15:02 UTC
  • mfrom: (1165.1.178 static-functions)
  • Revision ID: brian@gaz-20091012061502-cds4m0cya7ow8sj7
Merge Stewart

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
                                   const char **well_formed_error_pos,
50
50
                                   const char **cannot_convert_error_pos,
51
51
                                   const char **from_end_pos);
52
 
  size_t my_copy_with_hex_escaping(const CHARSET_INFO * const cs,
53
 
                                   char *dst, size_t dstlen,
54
 
                                   const char *src, size_t srclen);
55
52
 
56
53
#if defined(__cplusplus)
57
54
}