~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/lex_input_stream.h

  • Committer: Brian Aker
  • Date: 2011-07-25 14:24:19 UTC
  • mto: This revision was merged to the branch mainline in revision 2373.
  • Revision ID: brian@tangent.org-20110725142419-3vobv9u6k7jp4qej
Remove the typedef on lexkey

Show diffs side-by-side

added added

removed removed

Lines of Context:
267
267
 
268
268
  void body_utf8_append(const char *ptr);
269
269
  void body_utf8_append(const char *ptr, const char *end_ptr);
270
 
  void body_utf8_append_literal(const LEX_STRING *txt,
 
270
  void body_utf8_append_literal(const lex_string_t *txt,
271
271
                                const char *end_ptr);
272
272
 
273
273
  /** Current thread. */