summaryrefslogtreecommitdiff
path: root/mysql-test/r/innodb_bug878769,innodb_plugin.rdiff
Commit message (Collapse)AuthorAgeFilesLines
* allow suite.pm to skip combinations that originate from test/include files.Sergei Golubchik2012-02-071-0/+11
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.