Commit graph

13 commits

Author SHA1 Message Date
vasil
881759bacb branches/zip:
Add patch to fix the failing main.variables mysql-test. It started failing
after the variable innodb_use_sys_malloc was added because it matches
'%alloc%' and the test is badly written and expects that no new variables
like that will ever be added.
2009-01-06 07:56:32 +00:00
vasil
f18a970fb5 branches/zip:
Adjust mysql-test/patches/innodb-index.diff after the change to
mysql-test/innodb-index.(test|result) in r2870.
2008-10-24 09:48:38 +00:00
vasil
5a22aa2f10 branches/zip:
Remove mysql-test/patches/bug37312.diff because MySQL "fixed"
Bug#37312 by removing the test.

http://bugs.mysql.com/37312
http://lists.mysql.com/commits/54462
2008-10-13 14:34:34 +00:00
vasil
bc333b65eb branches/zip:
Remove mysql-test/patches/bug31231.diff since this patch hit the
MySQL repository.
2008-10-11 18:19:04 +00:00
marko
c39985b096 branches/zip: mysql-test/patches/innodb_file_per_table.diff:
@@GLOBAL.innodb_file_per_table can be 0 or 1, while
SELECT VARIABLE_VALUE FROM INFORMATION_SCHEMA.GLOBAL_VARIABLES
WHERE VARIABLE_NAME='innodb_file_per_table'
can be 'OFF' or 'ON'.  For some reason, MySQL evaluates
(0 = 'OFF') to 1 and (1 = 'ON') to 0.  Thus, the test would
fail if innodb_file_per_table is set.
2008-10-08 10:39:45 +00:00
marko
f52d978ef5 branches/zip: mysql-test/patches/information_schema.diff:
Add patches to other mysql-test results that fail because of the added
INFORMATION_SCHEMA tables: information_schema_db.result, mysqlshow.result.
2008-10-07 10:28:45 +00:00
vasil
aed4270763 branches/zip:
Rename type_bit_innodb.diff to bug32625.diff since an equivalent patch has
been submitted to MySQL as Bug#32625 Make test type_bit_innodb more robust.
2008-10-07 08:41:42 +00:00
marko
2eda3b44a5 branches/zip: Add some more patches to mysql-test.
type_bit_innodb.diff: Ignore the reported duplicate value.  The reported
value depends on the internal workings of the merge sort in
fast index creation.  In the built-in InnoDB of MySQL 5.1, the records
are copied to a new temporary table in the order they were selected from
the original table.

information_schema.diff: Account for the INFORMATION_SCHEMA tables that
were added in the InnoDB plugin.

innodb_file_per_table.diff: In the InnoDB plugin, innodb_file_per_table
is a settable global variable.
2008-10-07 08:06:17 +00:00
marko
a25e07bad8 branches/zip: Patch the mysql-test suite, so that it will not fail
because innodb_lock_wait_timeout is a settable session variable as of r2716.

mysql-test/patches/innodb_lock_wait_timeout.diff: New file.
2008-10-07 07:24:33 +00:00
vasil
079abdb25f branches/zip:
Change the patch to fix the failing mysql-test index_merge_innodb.

The previous variant is inappropriate because myisam results are different
(2 instead of 4) and then the index_merge_myisam test fails.
2008-09-30 15:26:38 +00:00
vasil
73bf3d592c branches/zip:
Add a patch to fix the failing mysql-test index_merge_innodb. The test
started failing after an optimization, made in r2625, which results in
a different number of rows being returned by EXPLAIN.
2008-09-26 10:50:05 +00:00
vasil
42398af711 branches/zip:
Fix typos in mysql-test/patches/README.
2008-09-26 09:40:30 +00:00
vasil
969f320de8 branches/zip:
Add the patches that are needed to make autotest.sh succeed.
2008-06-19 06:59:36 +00:00