Details
-
Bug
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Fixed
-
1.2.1
-
None
-
Ubuntu
Description
SELECT ... FROM db.tbl WHERE id=?
and "preparing" it...
All backend servers are hit, even though it should be able to see that `db` is desired.
Worse:
INSERT INTO db.tbl VALUES
leads to sending the INSERT to all backends.