~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/alter_info.cc

  • Committer: Andrew Hutchings
  • Date: 2010-10-17 16:04:42 UTC
  • mto: This revision was merged to the branch mainline in revision 1861.
  • Revision ID: andrew@linuxjedi.co.uk-20101017160442-htkekkxyny0qrzfk
Add unit tests for libdrizzle utility functions
Fix drizzle_escape_string

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
  tablespace_op(NO_TABLESPACE_OP),
39
39
  no_parts(0),
40
40
  build_method(HA_BUILD_DEFAULT),
 
41
  datetime_field(NULL),
41
42
  error_if_not_empty(false)
42
43
{}
43
44