summaryrefslogtreecommitdiff
path: root/mysql-test/suite/innodb/t/innodb-autoinc-56228.test
Commit message (Collapse)AuthorAgeFilesLines
* allow suite.pm to skip combinations that originate from test/include files.Sergei Golubchik2012-02-071-0/+1
| | | | | | | 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.
* merge with 5.3Sergei Golubchik2011-10-191-2/+0
| | | | | | | | | | | | | sql/sql_insert.cc: CREATE ... IF NOT EXISTS may do nothing, but it is still not a failure. don't forget to my_ok it. ****** CREATE ... IF NOT EXISTS may do nothing, but it is still not a failure. don't forget to my_ok it. sql/sql_table.cc: small cleanup ****** small cleanup
* Merge from mysql-5.1-security to mysql-5.5-security.Sunny Bains2010-11-301-0/+33