~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/session.h

  • Committer: Brian Aker
  • Date: 2009-06-10 23:43:32 UTC
  • mfrom: (1054.2.25 mordred)
  • Revision ID: brian@gaz-20090610234332-o8zyo1lm2p6a2e7l
Merge Monty

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);