You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bugfix of spider select with the group by and max()/min() returns error result.
Bugfix of select + distinct + order by(shard_key) + limit
Bugfix of the dangling pointer of spider_get_time.
Bugfix of circling lists in the two-phase commit. ha_register. (We did not reproduce the bug, instead we raise a solution to avoid it)
Default spider_max_connections is set to 500, which is to enable the connection pool. (In previous versions, this value is 0, which would lead to the OOM if the number of concurrencies is large)
The text was updated successfully, but these errors were encountered:
spider_get_time
.ha_register
. (We did not reproduce the bug, instead we raise a solution to avoid it)The text was updated successfully, but these errors were encountered: