Commit 7a5015e
Manav Kumar
[#29526] YSQL: Don't send custom parse error packet for un-named prep stmt
Summary: This diff avoids sending `YBParsePrepareErrorResponse` packet for un-named prepared statement from backend to connection manager as no entry is made into server hash map for it.
Test Plan:
Jenkins: all tests
**Manually**
Checked connection manager logs for un-named prepared statement on an error no 'YBParsePrepareErrorResponse' packet is received nor 'failed to evict %u hashmap entry from server' message is seen.
Reviewers: skumar, anabaria, vikram.damle, asrinivasan, arpit.saxena
Reviewed By: arpit.saxena
Subscribers: svc_phabricator, arpit.saxena, yql
Differential Revision: https://phorge.dev.yugabyte.com/D486401 parent bf4318e commit 7a5015e
1 file changed
+7
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6757 | 6757 | | |
6758 | 6758 | | |
6759 | 6759 | | |
6760 | | - | |
| 6760 | + | |
| 6761 | + | |
| 6762 | + | |
| 6763 | + | |
| 6764 | + | |
| 6765 | + | |
| 6766 | + | |
6761 | 6767 | | |
6762 | 6768 | | |
6763 | 6769 | | |
| |||
0 commit comments