Properly update the binlog linked list pointers.
commit70b63d5f52010d5b286f146058573849d8b95a81
authorKeith Rarick <kr@xph.us>
Thu, 24 Jun 2010 06:58:03 +0000 (23 23:58 -0700)
committerKeith Rarick <kr@xph.us>
Thu, 24 Jun 2010 06:58:03 +0000 (23 23:58 -0700)
tree2e4577b4d5479fa3bb0ebdd1d617b440b3a72e8b
parent349a98c0b651129d19e2376bd60d3adc0e19074f
Properly update the binlog linked list pointers.

Code in this file assumes that newest_binlog is always correct, so when
there is no binlog at all, we must set newest_binlog to NULL.

Closes gh-44.
binlog.c
sh-tests/binlog-empty-oom.sh [new file with mode: 0755]