Manan Gupta

Results 49 issues of 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...

Type: Enhancement
Component: Query Serving
NeedsIssue

## 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. ##...

Type: Bug
Component: Query Serving

## Description ## Related Issue(s) ## Checklist - [ ] "Backport to:" labels have been added if this change should be back-ported to release branches - [ ] If this...

NeedsDescriptionUpdate
NeedsWebsiteDocsUpdate
NeedsIssue
NeedsBackportReason

## 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...

Type: Bug
Benchmark me
Component: ACL
Backport to: release-20.0

## 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...

Type: Enhancement
Component: Query Serving
Benchmark me

### 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...

Type: Bug
Component: Query Serving

## Description ## Related Issue(s) - #16438 ## Checklist - [ ] "Backport to:" labels have been added if this change should be back-ported to release branches - [ ]...

NeedsDescriptionUpdate
NeedsWebsiteDocsUpdate
NeedsIssue
NeedsBackportReason

## 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...

Type: Internal Cleanup
Type: Testing
Component: VTorc

## 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...

Type: Enhancement
Component: Cluster management