mcorega / MySqlSwiftNative

MySQL Swift Native Driver
Other
112 stars 44 forks source link

max_prepared_stmt_count statements #19

Open wmichel1 opened 7 years ago

wmichel1 commented 7 years ago

How can I avoid the followinh error: error(1461, "Can\'t create more than max_prepared_stmt_count statements (current value: 16382)") note: I can avoid by opening a new connection, but this is not very effectif