~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_lex.cc

  • Committer: Brian Aker
  • Date: 2008-09-25 19:17:06 UTC
  • Revision ID: brian@tangent.org-20080925191706-97btriiynfeold91
Cleanup around Query_arena.

Show diffs side-by-side

added added

removed removed

Lines of Context:
371
371
                     lex->plugins.elements);
372
372
  reset_dynamic(&lex->plugins);
373
373
 
 
374
  delete lex->result;
 
375
  lex->result= 0;
 
376
 
374
377
  return;
375
378
}
376
379