• Vicențiu Ciorbaru's avatar
    MDEV-7526: TokuDB doesn't build on OS X · f89c9fc4
    Vicențiu Ciorbaru authored
    This patch fixes one compilation error related to __db_lsn struct. The
    struct can not be defined as empty according to the main C standard.
    In C++, this is handled by forcing a size of 1. To eliminate the error
    we add a dummy char field of size 1. This has no effect on the C++
    compiled code, but also removes the compiler error.
    f89c9fc4
make_tdb.cc 48.8 KB