Keep binlogs in a singly-linked list.
commit7d58d6832ca4304f5040e62a86f187655dc2011a
authorKeith Rarick <kr@xph.us>
Sun, 9 Nov 2008 08:08:57 +0000 (9 00:08 -0800)
committerKeith Rarick <kr@xph.us>
Sun, 9 Nov 2008 09:05:36 +0000 (9 01:05 -0800)
tree3990b6203c752f0243ccb74e478b580d2759fbcd
parent990ce2546bb40fc51f026f8e18268d97abb0aa8b
Keep binlogs in a singly-linked list.

A singly-linked list is easier to manage and emphasizes that we must
always remove binlogs in order.
binlog.c
binlog.h