An error occurred fetching the project authors.
  1. 23 Jul, 2010 1 commit
    • Vasil Dimov's avatar
      Fix the failing innodb.innodb_bug54679 test · 0aa02139
      Vasil Dimov authored
      A change in the default values of some config parameters
      caused this test to fail, adjust the test and make it more
      robust so it does not fail for the same reason in the future.
      0aa02139
  2. 24 Jun, 2010 1 commit
    • Marko Mäkelä's avatar
      Merge Bug #54679 fix from mysql-5.1-innodb: · e375c45c
      Marko Mäkelä authored
      ------------------------------------------------------------
      revno: 3523
      revision-id: marko.makela@oracle.com-20100624104620-pklunowaigv7quu9
      parent: jimmy.yang@oracle.com-20100624021010-oh2hnp8e1xbaax6u
      committer: Marko Mäkelä <marko.makela@oracle.com>
      branch nick: 5.1-innodb
      timestamp: Thu 2010-06-24 13:46:20 +0300
      message:
        Bug#54679: alter table causes compressed row_format to revert to compact
      
        ha_innobase::create(): Add the local variable row_type = form->s->row_type.
        Adjust it to ROW_TYPE_COMPRESSED when ROW_FORMAT is not specified or inherited
        but KEY_BLOCK_SIZE is. Observe the inherited ROW_FORMAT even when it is not
        explicitly specified.
      
        innodb_bug54679.test: New test, to test the bug and to ensure that there are
        no regressions. (The only difference in the test result without the patch
        applied is that the first ALTER TABLE changes ROW_FORMAT to Compact.)
      e375c45c