You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-30 19:23:07 +03:00
chore(server_support): fixes to build columnstore branch with server >= 11.5
This commit is contained in:
committed by
Leonid Fedorov
parent
1c8984fbf6
commit
0359a1fd3a
@ -356,7 +356,7 @@ int parseJSPath(JSONPath& path, rowgroup::Row& row, execplan::SPTP& parm, bool w
|
||||
}
|
||||
|
||||
bool matchJSPath(const vector<funcexp::JSONPath>& paths, const json_path_t* p, json_value_types valType,
|
||||
const int* /*arrayCounter*/, bool exact)
|
||||
[[maybe_unused]] const int* arrayCounter, bool exact)
|
||||
{
|
||||
for (size_t curr = 0; curr < paths.size(); curr++)
|
||||
{
|
||||
|
Reference in New Issue
Block a user