mariadb/mysql-test/suite
He Zhenxing 9b65f5782e BUG#37148 Most callers of mysql_bin_log.write ignore the return result
This is the non-ndb part of the patch.

The return value of mysql_bin_log.write was ignored by most callers,
which may lead to inconsistent on master and slave if the transaction
was committed while the binlog was not correctly written. If
my_error() is call in mysql_bin_log.write, this could also lead to
assertion issue if my_ok() or my_error() is called after.

This fixed the problem by let the caller to check and handle the
return value of mysql_bin_log.write. This patch only adresses the
simple cases.
2009-11-21 12:28:01 +08:00
..
binlog BUG#37148 Most callers of mysql_bin_log.write ignore the return result 2009-11-21 12:28:01 +08:00
bugs Bug #38205 Row-based Replication (RBR) causes inconsistencies: HA_ERR_FOUND_DUPP_KEY 2009-04-09 16:05:41 +03:00
federated Automerge from mysql-next-mr. 2009-10-27 12:57:44 +03:00
funcs_1 Auto-merge from mysql-next-mr. 2009-11-12 15:13:43 +03:00
funcs_2 merge 5.0-> 5.1 2009-04-24 13:00:17 -04:00
ibmdb2i Bug#45983 ibmdb2i_create_index_option=1 not working for primary key 2009-07-08 14:40:01 +05:30
innodb Updates for test cases from innodb-zip-ss6129. 2009-11-05 17:23:50 +04:00
jp Bug #45159 : some tests in suite "jp" fail in embedded server (use LOAD DATA) 2009-09-11 15:52:08 +03:00
large_tests This is the downport of 2009-09-11 22:26:35 +02:00
manual
ndb Manual merge from mysql-next-mr. 2009-11-02 14:10:04 +03:00
ndb_team Merge BUG#43263 from 5.0-bugteam to 5.1-bugteam 2009-05-31 13:44:41 +08:00
parts Merged WL#3352 into mysql-next-mr 2009-10-28 18:22:36 +01:00
rpl Auto-merge from mysql-next-mr. 2009-11-12 15:13:43 +03:00
rpl_ndb Automerge from mysql-next-mr. 2009-10-27 12:57:44 +03:00
stress
sys_vars Merge from mysql-next-mr. 2009-10-28 10:55:44 +03:00