Commit 615ece1
Share code for srv_session::close() so AC is correctly updated
Summary: Connections through the srv_session API currently do not decrement AC connection counts since srv_session::close() largely duplicates the contents of end_connection. Rather than copy over the multitenancy call, it seems like it would be smarter to have them share common functionality so if anything else gets added it doesn't need to be added to multiple locations
Test Plan: mt test_service_sql_api.test_sql_complex
Reviewers: mung, greynya, #mysql_gateway
Reviewed By: greynya
Subscribers: webscalesql-eng@fb.com
Differential Revision: https://phabricator.intern.facebook.com/D40443752
Tasks: T1343504581 parent 3912660 commit 615ece1
File tree
4 files changed
+454
-8
lines changed- mysql-test/suite/test_service_sql_api/r
- plugin/test_service_sql_api
- sql
4 files changed
+454
-8
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| |||
0 commit comments