Closed iconara closed 10 years ago
Since we're keeping track of prepared statements for the ID <-> connection mapping we might just as well make Client#prepare search for existing prepared statements and return them instead of creating a new object and sending a prepare request.
Client#prepare
Since we're keeping track of prepared statements for the ID <-> connection mapping we might just as well make
Client#prepare
search for existing prepared statements and return them instead of creating a new object and sending a prepare request.