~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/session.h

  • Committer: Brian Aker
  • Date: 2010-02-14 02:02:48 UTC
  • mfrom: (1273.13.64 fix_is)
  • Revision ID: brian@gaz-20100214020248-bhovaejhz9fmer3q
MergeĀ inĀ data_dictionary.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1041
1041
  LEX_STRING *make_lex_string(LEX_STRING *lex_str,
1042
1042
                              const char* str, uint32_t length,
1043
1043
                              bool allocate_lex_string);
 
1044
  LEX_STRING *make_lex_string(LEX_STRING *lex_str,
 
1045
                              const std::string &str,
 
1046
                              bool allocate_lex_string);
1044
1047
 
1045
1048
  int send_explain_fields(select_result *result);
1046
1049
  /**