~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/session.h

  • Committer: Monty Taylor
  • Date: 2009-06-08 18:19:53 UTC
  • mto: This revision was merged to the branch mainline in revision 1060.
  • Revision ID: mordred@inaugust.com-20090608181953-9n1u3im0kezu2aoy
Removed copy_and_convert.

Show diffs side-by-side

added added

removed removed

Lines of Context:
993
993
                              const char* str, uint32_t length,
994
994
                              bool allocate_lex_string);
995
995
 
996
 
  bool convert_string(LEX_STRING *to, const CHARSET_INFO * const to_cs,
997
 
                      const char *from, uint32_t from_length,
998
 
                      const CHARSET_INFO * const from_cs);
999
 
 
1000
 
  bool convert_string(String *s, const CHARSET_INFO * const from_cs, const CHARSET_INFO * const to_cs);
1001
 
 
1002
996
  void add_changed_table(Table *table);
1003
997
  void add_changed_table(const char *key, long key_length);
1004
998
  CHANGED_TableList * changed_table_dup(const char *key, long key_length);