Revision 7b4b43febb99eea4d63f49f20fd663ebcdc6ba3a authored by Tomas Kolda on 18 June 2018, 20:52:46 UTC, committed by Facebook Github Bot on 18 June 2018, 20:58:28 UTC
Summary:
`SetByteArrayRegion` does not have const source buffer thus compilation error. I have made that same as in other JNI files (const_cast). It was missing for new transaction functionality added recently.
Closes https://github.com/facebook/rocksdb/pull/4013

Differential Revision: D8493290

Pulled By: sagar0

fbshipit-source-id: 14afedf365b111121bd11e68a8d546a1cae68b26
1 parent e5bee40
History
File Mode Size
coverage_test.sh -rwxr-xr-x 2.2 KB
parse_gcov_output.py -rw-r--r-- 4.1 KB

back to top