Skip to content
Snippets Groups Projects
Commit eb43952a authored by Sergey Bronnikov's avatar Sergey Bronnikov Committed by Igor Munkin
Browse files

sql: introduce a function sql_fuzz

SQL fuzzing test requires an entrypoint for SQL engine and the most
suitable function for such purpose is sql_stmt_compile(). However, this
function is not in a public API, and we don't want to expose it as
public function. As a solution function sql_fuzz() is introduced, it is
defined under a macro FUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION.

Needed for #4826

NO_CHANGELOG=internal
NO_DOC=internal
NO_TEST=internal
parent f5f04d17
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment