This patch fixes the bug which caused the funcs_1.storedproc
test case to give valgrind warnings. The problem was that when comparing two MDL key buffers using memcmp(), 1 was added to the buffer length. However, this was no longer needed since the buffer length already included the '\0' terminator.
Showing
Please register or sign in to comment