You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-10-31 18:30:33 +03:00
Merge branch 'stable-23.10' into feat/MCOL-6072-parallel-scan-4-CES-4
This commit is contained in:
@@ -815,6 +815,12 @@ void gp_walk(const Item* item, void* arg)
|
||||
}
|
||||
}
|
||||
|
||||
// Clean up allocated objects if a fatal parse error occurred
|
||||
if (gwip->fatalParseError)
|
||||
{
|
||||
clearDeleteStacks(*gwip);
|
||||
}
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user