In previous versions, this had been thrown when attempting to use a
prepared statement which had already been released.
But as of v2.0.0, prepared statements are connection-independent and
automatically registered on connections as needed, so this exception
is no longer used.
Deprecated - No longer thrown by mysql-native.
In previous versions, this had been thrown when attempting to use a prepared statement which had already been released.
But as of v2.0.0, prepared statements are connection-independent and automatically registered on connections as needed, so this exception is no longer used.