~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/multi_update.h

  • Committer: Nathan Williams
  • Date: 2009-06-05 22:22:21 UTC
  • mto: This revision was merged to the branch mainline in revision 1063.
  • Revision ID: nathanlws@gmail.com-20090605222221-usmgpjhggrwjgz9w
No actual code changes. Changed Copy_field to CopyField, to reflect the coding standards.

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
   the updated view excluding the updated table.
41
41
  */
42
42
  List <Table> unupdated_check_opt_tables;
43
 
  Copy_field *copy_field;
 
43
  CopyField *copy_field;
44
44
  enum enum_duplicates handle_duplicates;
45
45
  bool do_update, trans_safe;
46
46
  /* True if the update operation has made a change in a transactional table */