~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/innobase/handler/handler0alter.cc

  • Committer: Monty Taylor
  • Date: 2010-11-26 22:50:54 UTC
  • mfrom: (1953.1.6 build)
  • Revision ID: mordred@inaugust.com-20101126225054-sg90svw8579t5p3i
Stewart - InnoDB 1.1.1
Monty - Fixed some autoconf tests which were returning false positives.

Show diffs side-by-side

added added

removed removed

Lines of Context:
887
887
                prebuilt->trx->error_info = NULL;
888
888
                /* fall through */
889
889
        default:
 
890
                trx->error_state = DB_SUCCESS;
 
891
 
890
892
                if (new_primary) {
891
893
                        if (indexed_table != innodb_table) {
892
894
                                row_merge_drop_table(trx, indexed_table);