Commit 32544f32 authored by unknown's avatar unknown
Browse files

ha_innodb.cc:

  Fix bug #10359 : remove extra code


sql/ha_innodb.cc:
  Fix bug #10359 : remove extra code
parent 6358cdee
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -3217,12 +3217,6 @@ ha_innobase::write_row(
			/* This call will update the counter according to the
			value that was inserted in the table */

            		if (error != DB_SUCCESS) {
              			error = convert_error_code_to_mysql(error,
								user_thd);
              			goto func_exit;
            		}

            		dict_table_autoinc_update(prebuilt->table, auto_inc);
          	}
        }