• unknown's avatar
    trx0trx.h, trx0trx.c, ha_innodb.cc: · ef05e431
    unknown authored
      Remove code never actually used in IGNORE; InnoDB just rolls back the latest row insert or update on a duplicate key error and leaves it for MySQL to decide whether to ignore the error
    
    
    sql/ha_innodb.cc:
      Remove code never actually used in IGNORE; InnoDB just rolls back the latest row insert or update on a duplicate key error and leaves it for MySQL to decide whether to ignore the error
    innobase/trx/trx0trx.c:
      Remove code never actually used in IGNORE; InnoDB just rolls back the latest row insert or update on a duplicate key error and leaves it for MySQL to decide whether to ignore the error
    innobase/include/trx0trx.h:
      Remove code never actually used in IGNORE; InnoDB just rolls back the latest row insert or update on a duplicate key error and leaves it for MySQL to decide whether to ignore the error
    ef05e431
trx0trx.c 37 KB