Radek Hubner
Radek Hubner
Remove unused compiler warning supressions as was suggested in #10745. Fixes #10745
Fix memory leak, see #12224 for details
### BLOCKED - DEPENDS ON #12334 Expose `GetEntityFromBatch` from `WriteBatchWithIndex` in Java.
Add new build flag `HIDE_PRIVATE_SYMBOLS` to allow compile shared library without exported private symbols. Work only in Release mode. Fix #12929
`KeyMayExist` set `value_found` by default to true. Then if the value is not in cache, TTLDB returns `false` because it thinks the value vas found and then mark it as...
Add Arm-V7 toku_time_now Intrinsic implementation. @holmesconan Thanks for the patch. Fix #8609
This method allow to create Column Families in same was as we do in C++ with ColumnFamilyDescriptor. Fix #12887
### Problem: `NoClassDefFoundError` thrown from JNI code when `EventListener` is setup. ### Condition to replicate : RocksDB jar must be loaded with a custom class loader, for example Web container,...