~posulliv/drizzle/memcached_applier

« back to all changes in this revision

Viewing changes to drizzled/sql_delete.cc

  • Committer: Brian Aker
  • Date: 2009-02-07 22:33:25 UTC
  • Revision ID: brian@tangent.org-20090207223325-5ipgldvw1pkghboq
typdef class removal (just... use the name of the class).

Show diffs side-by-side

added added

removed removed

Lines of Context:
465
465
 
466
466
 
467
467
int
468
 
multi_delete::prepare(List<Item> &, Select_Lex_UNIT *u)
 
468
multi_delete::prepare(List<Item> &, Select_Lex_Unit *u)
469
469
{
470
470
 
471
471
  unit= u;