Radek Hubner

Results 21 issues of Radek Hubner

Remove unused compiler warning supressions as was suggested in #10745. Fixes #10745

CLA Signed

Fix memory leak, see #12224 for details

CLA Signed
java-api

### BLOCKED - DEPENDS ON #12334 Expose `GetEntityFromBatch` from `WriteBatchWithIndex` in Java.

CLA Signed

Add new build flag `HIDE_PRIVATE_SYMBOLS` to allow compile shared library without exported private symbols. Work only in Release mode. Fix #12929

CLA Signed

`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...

bug
CLA Signed
java-api

Add Arm-V7 toku_time_now Intrinsic implementation. @holmesconan Thanks for the patch. Fix #8609

CLA Signed

This method allow to create Column Families in same was as we do in C++ with ColumnFamilyDescriptor. Fix #12887

CLA Signed
c-api

### 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,...

CLA Signed
java-api