~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_insert.cc

  • Committer: Lee Bieber
  • Date: 2011-02-17 04:08:28 UTC
  • mfrom: (2172.3.5 drizzle-build)
  • Revision ID: kalebral@gmail.com-20110217040828-433pc76qapign1of
Merge Brian - add the DDL for replication

Show diffs side-by-side

added added

removed removed

Lines of Context:
1645
1645
 
1646
1646
    if (not create_info->table_existed)
1647
1647
      session->drop_open_table(table, identifier);
 
1648
 
1648
1649
    return NULL;
1649
1650
  }
1650
1651