summaryrefslogtreecommitdiff
path: root/mysql-test/r/innodb_icp,innodb_plugin.rdiff
Commit message (Collapse)AuthorAgeFilesLines
* typo fixed: space in the status variable nameSergei Golubchik2012-04-171-4/+4
|
* misc test/result fixesSergei Golubchik2012-03-011-58/+22
| | | | | | | mysql-test/include/have_xtradb.combinations: xtradb tests need this I_S table mysql-test/lib/mtr_cases.pm: fix for .deb and .rpm installations
* allow suite.pm to skip combinations that originate from test/include files.Sergei Golubchik2012-02-071-0/+85
storage/innobase/handler/handler0alter.cc: for NEWDATE key_type says unsigned, thus col->prtype says unsigned, but field->flags says signed. Use the same flag for value retrieval that was used for value storage.