Manan Gupta
Manan Gupta
## Description Certain select expressions are returning incorrect column names in Vitess. For example, if a user runs `SELECT Count (*) from t`, Vitess's column name in the output is...
## Description In a recent PR of mine https://github.com/vitessio/vitess/pull/16655, I accidentally introduced a data race. We shouldn't be accessing internal elements of a keyspace state without locking the mutex. ##...
## Description ## Related Issue(s) ## Checklist - [ ] "Backport to:" labels have been added if this change should be back-ported to release branches - [ ] If this...
## Description This PR fixes the issue described in https://github.com/vitessio/vitess/issues/16542 and supersedes https://github.com/vitessio/vitess/pull/16548. The ACLs for a CTE were failing because a new table is being defined and it doesn't...
## Description As pointed out in https://github.com/vitessio/vitess/issues/16624, the query timeout is not handled properly for the entire execution of the query. This PR fixes this issue. The approach is to...
### Overview of the Issue Currently, the query timeout expressed by the `--query-timeout` flag, `query_timeout` session variable and `Query_timeout_ms` comment directive only applies to the query execution on the routes...
## Description ## Related Issue(s) - #16438 ## Checklist - [ ] "Backport to:" labels have been added if this change should be back-ported to release branches - [ ]...
## Description This PR cleans up the usage of MySQL parameters that were removed a while ago from VTOrc. The test code was still setting them, but they're no longer...
## Description This PR adds the code changes for reworking the errant GTID detection in ERS. As proposed in https://github.com/vitessio/vitess/issues/16724#issuecomment-2385332901, we now also use the reparent journal length as an...