~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_lex.h

  • Committer: Olaf van der Spek
  • Date: 2011-07-05 16:20:32 UTC
  • mto: This revision was merged to the branch mainline in revision 2384.
  • Revision ID: olafvdspek@gmail.com-20110705162032-sn2tnssow7xulzvt
Add const

Show diffs side-by-side

added added

removed removed

Lines of Context:
769
769
 
770
770
} /* namespace drizzled */
771
771
 
772
 
#include <drizzled/lex_input_stream.h>
773
 
 
774
 
namespace drizzled
775
 
{
 
772
namespace drizzled {
776
773
 
777
774
/* The state of the lex parsing. This is saved in the Session struct */
778
775
class LEX : public Query_tables_list