cube2222 / octosql

OctoSQL is a query tool that allows you to join, analyse and transform data from multiple databases and file formats using SQL.
Mozilla Public License 2.0
4.76k stars 200 forks source link

mysql issue #208

Closed will2love closed 4 years ago

will2love commented 4 years ago

when use mysql query and test Concurrency too many: couldn't run plan: couldn't materialize the physical plan into an execution plan: couldn't prepare db for query: Error 1461: Can't create more than max_prepared_stmt_count statements (current value: 200000)

I Analyze the code:
why do not need close the stmt after you use the stmt query Is this issue related to this?