~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/optimizer/sel_arg.cc

  • Committer: Monty Taylor
  • Date: 2009-12-25 09:11:55 UTC
  • mto: This revision was merged to the branch mainline in revision 1255.
  • Revision ID: mordred@inaugust.com-20091225091155-4edipjfiffzu37oy
Moved sql_alloc into memory.

Show diffs side-by-side

added added

removed removed

Lines of Context:
254
254
 
255
255
optimizer::SEL_ARG::SEL_ARG(optimizer::SEL_ARG &arg)
256
256
  :
257
 
    Sql_alloc()
 
257
    drizzled::memory::SqlAlloc()
258
258
{
259
259
  type= arg.type;
260
260
  min_flag= arg.min_flag;