Skip to content

Dummy project to test `ER_MAX_PREPARED_STMT_COUNT_REACHED` error in `myxql`.

Notifications You must be signed in to change notification settings

jackjoe/query_test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QueryTest

Test project to find the ER_MAX_PREPARED_STMT_COUNT_REACHED we bumped into using MyXQL.

To reproduce the issue, just run the project and then the main (and only) method inside the QueryTest module. Update the dev config for your repo settings.

mix deps.get
mix ecto.migrate
iex -S mix phx.server

# in iex
QueryTest.massive_run()

About

Dummy project to test `ER_MAX_PREPARED_STMT_COUNT_REACHED` error in `myxql`.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published