~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_lex.cc

  • Committer: Brian Aker
  • Date: 2010-10-15 01:23:36 UTC
  • mfrom: (1835.1.7 staging)
  • Revision ID: brian@tangent.org-20101015012336-8w5lox9kj0hkv0a1
MergeĀ inĀ mutable/execute

Show diffs side-by-side

added added

removed removed

Lines of Context:
281
281
  lex->setCacheable(true);
282
282
 
283
283
  if (lex->statement) 
 
284
  {
284
285
    delete lex->statement;
 
286
    lex->statement= NULL;
 
287
  }
285
288
}
286
289
 
287
290
static int find_keyword(Lex_input_stream *lip, uint32_t len, bool function)