~drizzle-trunk/drizzle/jenkins-Drizzle-Builder-75

« back to all changes in this revision

Viewing changes to drizzled/lex_input_stream.h

  • Committer: Continuous Integration
  • Date: 2012-08-01 19:07:25 UTC
  • mfrom: (2560.1.4 rf0)
  • Revision ID: ci@drizzle.org-20120801190725-vgjhdg17zp1ajbxr
Tags: 7.2.3
modified:
  drizzled/lex_input_stream.h
  drizzled/sql_lex.cc
  drizzled/sql_parse.cc
  drizzled/statement/execute.cc
pending merge tips: (use -v to see all merge revisions)
  Olaf van der Spek 2012-05-31 Use str_ref

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
class Lex_input_stream
39
39
{
40
40
public:
41
 
  Lex_input_stream(Session *session, const char* buff, unsigned int length);
 
41
  Lex_input_stream(Session&, str_ref);
42
42
 
43
43
  /**
44
44
    Set the echo mode.