push
github
sql: fix port_c_get_vdbemem() MP_INT usage The function is used to build a mem from msgpack returned by a C function via port_c. To use in some operation, like a comparison or arithmetics. It used to treat MP_INT as an always negative value, which could result into those operations having invalid results or even failing assertions in debug build. Lets check the MP_INT sign before assigning the mem type. Closes #10132 NO_DOC=bugfix (cherry picked from commit 0c7469bb0)
68828 of 122059 branches covered (56.39%)
2 of 2 new or added lines in 1 file covered. (100.0%)
213 existing lines in 19 files now uncovered.101502 of 116142 relevant lines covered (87.39%)
1966186.51 hits per line