Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VTTablet: Transmit raw MySQL packets for Fields and Rows over wire with grpc buffer #17135

Draft
wants to merge 30 commits into
base: main
Choose a base branch
from

Commits on Nov 4, 2024

  1. proto changes

    Signed-off-by: Harshit Gangal <[email protected]>
    harshit-gangal committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    548a8b6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ed6e267 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

  1. use mysql execution options

    Signed-off-by: Harshit Gangal <[email protected]>
    harshit-gangal committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    6313ead View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2024

  1. store ok packets as raw and add parsing of raw packets for VTGate to …

    …retreive query result
    
    Signed-off-by: Harshit Gangal <[email protected]>
    harshit-gangal committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    ab80841 View commit details
    Browse the repository at this point in the history
  2. fix data to strip 5 bytes of proto header to extract info

    Signed-off-by: Harshit Gangal <[email protected]>
    harshit-gangal committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    5c7b422 View commit details
    Browse the repository at this point in the history
  3. wip: attempt to fix encoding

    Signed-off-by: Harshit Gangal <[email protected]>
    harshit-gangal committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    f28cfe7 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2024

  1. wip

    Signed-off-by: Harshit Gangal <[email protected]>
    harshit-gangal committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    40e8771 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

  1. wip: fix slice pointer

    Signed-off-by: Harshit Gangal <[email protected]>
    harshit-gangal committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    3991d28 View commit details
    Browse the repository at this point in the history
  2. only request raw packets for Execute API

    Signed-off-by: Harshit Gangal <[email protected]>
    harshit-gangal committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    846022c View commit details
    Browse the repository at this point in the history
  3. Empty-Commit

    Signed-off-by: Harshit Gangal <[email protected]>
    harshit-gangal committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    13af807 View commit details
    Browse the repository at this point in the history
  4. removed all log lines

    Signed-off-by: Harshit Gangal <[email protected]>
    harshit-gangal committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    0ffc6a1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c0fd742 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. benchmark vttablet query execution

    Signed-off-by: Harshit Gangal <[email protected]>
    harshit-gangal committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    f331825 View commit details
    Browse the repository at this point in the history
  2. upgrade go modules for grpc to v1.68 for a fix

    Signed-off-by: Harshit Gangal <[email protected]>
    harshit-gangal committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    21ebb1d View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2024

  1. Configuration menu
    Copy the full SHA
    c341034 View commit details
    Browse the repository at this point in the history
  2. comment log

    Signed-off-by: Harshit Gangal <[email protected]>
    harshit-gangal committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    b652bdf View commit details
    Browse the repository at this point in the history
  3. proto update

    Signed-off-by: Harshit Gangal <[email protected]>
    harshit-gangal committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    fdf1224 View commit details
    Browse the repository at this point in the history
  4. use options rawpacket check with method call

    Signed-off-by: Harshit Gangal <[email protected]>
    harshit-gangal committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    6057421 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

  1. fix: test expectation

    Signed-off-by: Harshit Gangal <[email protected]>
    harshit-gangal committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    e0d5217 View commit details
    Browse the repository at this point in the history
  2. fix: update expectation

    Signed-off-by: Harshit Gangal <[email protected]>
    harshit-gangal committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    05b80b8 View commit details
    Browse the repository at this point in the history
  3. disable consolidator test

    Signed-off-by: Harshit Gangal <[email protected]>
    harshit-gangal committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    050a239 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a5382bb View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2024

  1. refactor: use mem.SliceBuffer over []mem.Buffer

    Signed-off-by: Harshit Gangal <[email protected]>
    harshit-gangal committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    abc2f36 View commit details
    Browse the repository at this point in the history
  2. mod: update grpc to 1.66.3

    Signed-off-by: Harshit Gangal <[email protected]>
    harshit-gangal committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    4df2b56 View commit details
    Browse the repository at this point in the history
  3. sizegen: update

    Signed-off-by: Harshit Gangal <[email protected]>
    harshit-gangal committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    101a61e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5e588e3 View commit details
    Browse the repository at this point in the history
  5. test: update expectation

    Signed-off-by: Harshit Gangal <[email protected]>
    harshit-gangal committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    35d913c View commit details
    Browse the repository at this point in the history
  6. mysql: fewer connection packets

    Signed-off-by: Vicent Marti <[email protected]>
    vmg committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    34ee12c View commit details
    Browse the repository at this point in the history
  7. fix infinite loop

    Signed-off-by: Vicent Marti <[email protected]>
    vmg committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    03e10d7 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2024

  1. fix packet parsing

    Signed-off-by: Vicent Marti <[email protected]>
    vmg committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    98f53c1 View commit details
    Browse the repository at this point in the history