~thomir-deactivatedaccount/drizzle/drizzle-fix-bug653747

« back to all changes in this revision

Viewing changes to drizzled/sql_lex.cc

  • Committer: Brian Aker
  • Date: 2010-10-10 02:07:52 UTC
  • mfrom: (1827.2.3 staging)
  • Revision ID: brian@tangent.org-20101010020752-ktv73isay5dxtvp3
Merge in switch on table_share_instance inheritance.

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
 
  {
285
284
    delete lex->statement;
286
 
    lex->statement= NULL;
287
 
  }
288
285
}
289
286
 
290
287
static int find_keyword(Lex_input_stream *lip, uint32_t len, bool function)