~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_delete.cc

  • Committer: Brian Aker
  • Date: 2010-08-18 03:47:58 UTC
  • mto: This revision was merged to the branch mainline in revision 1720.
  • Revision ID: brian@tangent.org-20100818034758-4cneukk4ppl8u855
Updating so that structures have constructor (removed memset calls).

Show diffs side-by-side

added added

removed removed

Lines of Context:
80
80
    List<Item>   fields;
81
81
    List<Item>   all_fields;
82
82
 
83
 
    memset(&tables, 0, sizeof(tables));
84
83
    tables.table = table;
85
84
    tables.alias = table_list->alias;
86
85