summaryrefslogtreecommitdiff
path: root/mysql-test/suite/innodb/t/innodb-index-online-norebuild.opt
Commit message (Collapse)AuthorAgeFilesLines
* Bug #23475211 COMBINING ALTER OPERATIONS TRIGGERS TABLE REBUILDThirunarayanan Balathandayuthapani2017-04-241-0/+1
Problem: ======= Inplace alter algorithm determines the table to be rebuild if the table undergoes row format change, key block size if handler flag contains only change table create option. If alter with inplace ignore flag operations and change table create options then it leads to table rebuild operation. Solution: ======== During the check for rebuild, ignore the inplace ignore flag and check for table create options. Reviewed-by: Jimmy Yang <jimmy.yang@oracle.com> Reviewed-by: Marko Makela <marko.makela@oracle.com> RB: 13172