mirror of https://github.com/MariaDB/server
Browse Source
check_contains() fixed. When an item of an array is a complex
structure, it can be half-read after the end of the recursive
check_contains() call. So we just manually get to it's ending.
pull/280/head