Skip to content

Commit d244257

Browse files
author
Omer BarNir
committed
Updates to README file of the 'engines' test suites
1 parent 0f26a05 commit d244257

File tree

1 file changed

+6
-6
lines changed
  • mysql-test/suite/engines

1 file changed

+6
-6
lines changed

mysql-test/suite/engines/README

+6-6
Original file line numberDiff line numberDiff line change
@@ -50,22 +50,22 @@ The following suites are included:
5050

5151
Known Issues
5252
------------
53-
1) The 'funcs' and 'iuds' suites currently runs only against MySQL 5.1 server.
54-
Running them against MySQL 5.5 will generate errors.
55-
56-
2) The folowing tests in the 'iuds' suite:
53+
1) The folowing tests in the 'iuds' suite:
5754
- delete_decimal
5855
- insert_decimal
5956
- update_decimal
6057
will return a 'Warning 1264 - Out of range value...' warning if run in a 32-bit environment.
6158
Add the '--force' option to prevent the test run from aborting.
6259

63-
3) The following tests in the 'funcs' suite will fail when run against the innodb_plugin:
60+
2) The following tests in the 'funcs' suite will fail when run against the innodb_plugin:
6461
- crash_manycolumns_string (bug 50495)
6562
- ix_unique_lob (bug 52056, masked by an 'Out of memory error' on some 32-bit platforms)
6663
- ix_unique_string_length (bug 52056, masked by an 'Out of memory error' on some 32-bit platforms)
6764
Add the '--force' option to prevent the test run from aborting.
6865

69-
4) Some of the rpl_xxx tests in the 'funcs' suite require a secific binlog_forat setting and will be
66+
3) Some of the rpl_xxx tests in the 'funcs' suite require a secific binlog_forat setting and will be
7067
skipped otherwise.
7168

69+
4) Some of the rpl_xxx tests in the 'funcs' suite will report a 'Statement unsafe for replication' warning
70+
when run againsr a server configured to use statement based replication.
71+

0 commit comments

Comments
 (0)