unknown
58a77aafab
MDEV-3882: .deb versions lower than upstream repo, causing install failure
...
The official Debian Wheezy MySQL packages have versions like 5.5.30+dfsg-xxx.
Such version is larger than 5.5.30-yyy, so apt prefers it.
So use instead 5.5.30+maria-yyy, which is larger and can be pulled in
automatically by apt.
Also included are a couple of fixes for test failures in buildbot.
2013-04-16 09:42:09 +02:00
Sergei Golubchik
2682a280c8
allow suite.pm to skip combinations that originate from test/include files.
...
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.
2012-02-07 16:22:36 +01:00
Sergei Golubchik
0accbd0364
lots of post-merge changes
2011-04-25 17:22:25 +02:00
Vasil Dimov
08c8407439
Merge from mysql-5.1-innodb:
...
------------------------------------------------------------
revno: 3415
revision-id: calvin.sun@oracle.com-20100422191614-2atswbilyyxep6rm
parent: marko.makela@oracle.com-20100422093342-jf9ojlzdqsdebohn
committer: Calvin Sun <calvin.sun@oracle.com>
branch nick: mysql-5.1-innodb
timestamp: Thu 2010-04-22 14:16:14 -0500
message:
mysql-5.1-innodb: add error codes to innodb_bug51920.test
kill of active connection yields different error code
depending on platform.
modified:
mysql-test/suite/innodb/r/innodb_bug51920.result 6918@cee13dc7-1704-0410-992b-c9b4543f1246:branches%2F5.1%2Fmysql-test%2Finnodb_bug51920.result
mysql-test/suite/innodb/t/innodb_bug51920.test 6918@cee13dc7-1704-0410-992b-c9b4543f1246:branches%2F5.1%2Fmysql-test%2Finnodb_bug51920.test
mysql-test/suite/innodb_plugin/r/innodb_bug51920.result 6919@16c675df-0fcb-4bc9-8058-dcc011a37293:branches%2Fzip%2Fmysql-test%2Finnodb_bug51920.result
mysql-test/suite/innodb_plugin/t/innodb_bug51920.test 6919@16c675df-0fcb-4bc9-8058-dcc011a37293:branches%2Fzip%2Fmysql-test%2Finnodb_bug51920.test
------------------------------------------------------------
2010-05-04 12:40:41 +03:00
Vasil Dimov
eaadb377af
Move InnoDB mysql-tests to the innodb suite.
2010-04-16 19:19:07 +03:00