File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -50,22 +50,22 @@ The following suites are included:
50
50
51
51
Known Issues
52
52
------------
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:
57
54
- delete_decimal
58
55
- insert_decimal
59
56
- update_decimal
60
57
will return a 'Warning 1264 - Out of range value...' warning if run in a 32-bit environment.
61
58
Add the '--force' option to prevent the test run from aborting.
62
59
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:
64
61
- crash_manycolumns_string (bug 50495)
65
62
- ix_unique_lob (bug 52056, masked by an 'Out of memory error' on some 32-bit platforms)
66
63
- ix_unique_string_length (bug 52056, masked by an 'Out of memory error' on some 32-bit platforms)
67
64
Add the '--force' option to prevent the test run from aborting.
68
65
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
70
67
skipped otherwise.
71
68
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
+
You can’t perform that action at this time.
0 commit comments