~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/dynamic_array.cc

  • Committer: Joseph Daly
  • Date: 2010-10-24 03:19:07 UTC
  • mto: (1856.2.16 transaction_id_innodb)
  • mto: This revision was merged to the branch mainline in revision 1900.
  • Revision ID: skinny.moey@gmail.com-20101024031907-cnkdjmjycx62jsv0
create schema changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
 
16
16
/* Handling of arrays that can grow dynamicly. */
17
17
 
18
 
#include <config.h>
19
 
#include <drizzled/internal/my_sys.h>
20
 
#include <drizzled/internal/m_string.h>
 
18
#include "config.h"
 
19
#include "drizzled/internal/my_sys.h"
 
20
#include "drizzled/internal/m_string.h"
21
21
 
22
22
#include <algorithm>
23
23