mariadb/mysql-test/extra/binlog_tests
unknown 0e0ca2a61c Bug #26079 max_binlog_size + innodb = not make new binlog and hang server
There was hanging at binlog_commit by a thread executing autocommit query.

The hang appeared to be due to an overly condtion for early return 
from binlog_commit introduced by bug#20265 fix.

Fixed with reverting the logic back to 5.0 version.


mysql-test/extra/binlog_tests/binlog.test:
  added a regression test
mysql-test/r/binlog_row_binlog.result:
  results changed
mysql-test/r/binlog_stm_binlog.result:
  results changed
sql/log.cc:
  Removing `all' conjuction arg from early return condition.
  There is nothing to execute by transaction if trx_data is empty.
  
  The work for rotate_and_purge is delayed till TC_LOG::unlog 
  (same as in 5.0 code)
sql/log.h:
  singed because there are assert on positiveness
2007-03-20 10:50:10 +02:00
..
binlog.test Bug #26079 max_binlog_size + innodb = not make new binlog and hang server 2007-03-20 10:50:10 +02:00
binlog_insert_delayed.test One more fix for binlog_row_binlog due to interminism of checking with 2006-09-27 13:05:29 +03:00
blackhole.test Merge mysql.com:/home/gluh/MySQL/Merge/5.0-opt 2007-02-26 15:54:43 +04:00
ctype_cp932.test Merge tsmith@bk-internal.mysql.com:/home/bk/mysql-5.1-runtime 2007-03-07 07:21:24 +01:00
ctype_cp932_binlog.test WL#3023 (RBR: Use locks in a statement-like manner): 2006-02-24 16:19:55 +01:00
ctype_ucs_binlog.test After merge fix. 2006-12-29 16:00:51 +04:00
drop_temp_table.test WL#3023 (RBR: Use locks in a statement-like manner): 2006-02-24 16:19:55 +01:00
innodb_stat.test bug #19650 (Embedded crashes in 5.1.10) 2006-05-24 13:28:24 +05:00
insert_select-binlog.test Give warnings for unused objects 2007-01-22 18:42:52 +02:00
mix_innodb_myisam_binlog.test Give warnings for unused objects 2007-01-22 18:42:52 +02:00