| Bug #50766 | Add test cases to check newly added binlog_direct_non_transactional_updates | ||
|---|---|---|---|
| Submitted: | 31 Jan 2010 11:47 | Modified: | 6 Mar 2010 19:50 |
| Reporter: | Alexander Nozdrin | Email Updates: | |
| Status: | Closed | Impact on me: | |
| Category: | Tests: Server | Severity: | S7 (Test Cases) |
| Version: | Celosia (M3) | OS: | Any |
| Assigned to: | Alfranio Tavares Correia Junior | CPU Architecture: | Any |
[1 Feb 2010 20:39]
Bugs System
A patch for this bug has been committed. After review, it may be pushed to the relevant source trees for release in the next version. You can access the patch from: http://lists.mysql.com/commits/98861 2985 Alexander Nozdrin 2010-02-01 Patch for Bug#50766.
[2 Feb 2010 7:42]
Bugs System
A patch for this bug has been committed. After review, it may be pushed to the relevant source trees for release in the next version. You can access the patch from: http://lists.mysql.com/commits/98885 2986 Alexander Nozdrin 2010-02-02 Remove binlog_direct_non_transactional_updates_basic.test and binlog_direct_non_transactional_updates_basic.result. They will be added by a cherry-picking merge from mysql-next-mr-bugfixing (Bug#50766).
[5 Feb 2010 11:51]
Bugs System
Pushed into mysql-next-mr (revid:alik@sun.com-20100204063540-9czpdmpixi3iw2yb) (version source revid:alik@sun.com-20100202074131-2u8kqidmpbeut4ih) (pib:16)
[5 Feb 2010 11:56]
Bugs System
Pushed into 6.0.14-alpha (revid:alik@sun.com-20100205113942-oqovjy0eoqbarn7i) (version source revid:alfranio.correia@sun.com-20100121210527-rbuheu5rnsmcakh1) (merge vers: 5.5.99-m3) (pib:16)
[18 Feb 2010 18:30]
Paul DuBois
Changes to test cases. No changelog entry needed.
[6 Mar 2010 10:54]
Bugs System
Pushed into 5.5.3-m3 (revid:alik@sun.com-20100306103849-hha31z2enhh7jwt3) (version source revid:alfranio.correia@sun.com-20100121210527-rbuheu5rnsmcakh1) (merge vers: 5.5.99-m3) (pib:16)
[6 Mar 2010 19:50]
Paul DuBois
No changelog entry needed.

Description: sys_vars.all_vars started to fail in next-mr-merge after merge from 5.1-bugteam: sys_vars.all_vars [ fail ] Test ended at 2010-01-31 00:52:59 CURRENT_TEST: sys_vars.all_vars --- /export/home2/pb2/test/sb_1-1269809-1264892022.64/mysql-5.5.99-m3-linux-x86_64-test/mysql-test/suite/sys_vars/r/all_vars.result 2010-01-31 01:48:37.000000000 +0300 +++ /export/home2/pb2/test/sb_1-1269809-1264892022.64/mysql-5.5.99-m3-linux-x86_64-test/mysql-test/suite/sys_vars/r/all_vars.reject 2010-01-31 02:52:59.000000000 +0300 @@ -10,5 +10,7 @@ select variable_name as `There should be *no* variables listed below:` from t2 left join t1 on variable_name=test_name where test_name is null; There should be *no* variables listed below: +BINLOG_DIRECT_NON_TRANSACTIONAL_UPDATES +BINLOG_DIRECT_NON_TRANSACTIONAL_UPDATES drop table t1; drop table t2; mysqltest: Result length mismatch How to repeat: Run the test case.