~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/session.h

Add in new show work.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1048
1048
  LEX_STRING *make_lex_string(LEX_STRING *lex_str,
1049
1049
                              const char* str, uint32_t length,
1050
1050
                              bool allocate_lex_string);
 
1051
  LEX_STRING *make_lex_string(LEX_STRING *lex_str,
 
1052
                              const std::string &str,
 
1053
                              bool allocate_lex_string);
1051
1054
 
1052
1055
  void add_changed_table(Table *table);
1053
1056
  void add_changed_table(const char *key, long key_length);