~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/dynamic_array.cc

  • Committer: Olaf van der Spek
  • Date: 2011-03-01 18:19:16 UTC
  • mto: (2213.1.1 build)
  • mto: This revision was merged to the branch mainline in revision 2214.
  • Revision ID: olafvdspek@gmail.com-20110301181916-vfttljlr1l6b9w4u
Refactor

Show diffs side-by-side

added added

removed removed

Lines of Context:
110
110
  return false;
111
111
}
112
112
 
 
113
void DYNAMIC_ARRAY::push_back(void* v)
 
114
{
 
115
  insert_dynamic(this, (unsigned char*)v);
 
116
}
 
117
 
113
118
 
114
119
/*
115
120
  Alloc space for next element(s)