Opened 4 weeks ago
Closed 4 weeks ago
#63570 closed defect (bug) (wontfix)
Adapt to MySQL tenant of OceanBase
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | trunk |
Component: | Date/Time | Keywords: | has-patch |
Focuses: | Cc: |
Description
Adapt to MySQL tenant of OceanBase(multiple table update/delete is not a good idea for the same table。)
Attachments (1)
Change History (10)
This ticket was mentioned in PR #8985 on WordPress/wordpress-develop by @laochou.
4 weeks ago
#2
- Keywords has-patch added
Adapt to MySQL tenant of OceanBase(multiple table update/delete is not a good idea for the same table。)
This error report occurs in delete_expired_transients
Trac ticket: https://core.trac.wordpress.org/ticket/63570
This ticket was mentioned in PR #8986 on WordPress/wordpress-develop by @laochou.
4 weeks ago
#3
Adapt to MySQL tenant of OceanBase(multiple table update/delete is not a good idea for the same table。)
This error report occurs in delete_expired_transients
Trac ticket: https://core.trac.wordpress.org/ticket/63570
This ticket was mentioned in PR #8987 on WordPress/wordpress-develop by @laochou.
4 weeks ago
#4
Adapt to MySQL tenant of OceanBase(multiple table update/delete is not a good idea for the same table。)
This error report occurs in delete_expired_transients
Trac ticket: https://core.trac.wordpress.org/ticket/63570
@peterwilsoncc commented on PR #8987:
4 weeks ago
#5
@sc-source Please stop opening and closing identical pull requests. If you need to update your code you can do so without closing the pull requst.
4 weeks ago
#8
@sc-source Please stop opening and closing identical pull requests. If you need to update your code you can do so without closing the pull requst.
I'm very sorry for doing that.
Now, I have linked Accounts.
#9
@
4 weeks ago
- Milestone Awaiting Review deleted
- Resolution set to wontfix
- Status changed from new to closed
@laochou OceanBase appears to be a commercial and, based on the version string, customized database service it's not appropriate to place specific code in to WordPress for this purpose.
The delete_expired_transients()
function runs on an action of the same name. If users of this service need to modify how this function runs then a plugin can be created for the purpose. For more complex needs a custom database drop-in can be created.
If there are general benefits to this change then they can be considered for all WordPress installs.
Adapt to MySQL tenant of OceanBase(multiple table update/delete is not a good idea for the same table。)