Denis Protivensky

Results 2 comments of Denis Protivensky

I faced the same issue recently. Adding this helped: ``` find_package(folly CONFIG REQUIRED) find_package(gflags CONFIG REQUIRED) ```

Indeed, for a not started transaction it looks safe to place an assertion on `trx->wsrep` rather than the assignment. Fixed it in a separate commit.