-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
base: main
Are you sure you want to change the base?
Commits on Nov 4, 2024
-
Signed-off-by: Harshit Gangal <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 548a8b6 - Browse repository at this point
Copy the full SHA 548a8b6View commit details -
store fields and rows as raw mysql packets in mem.Buffer slice
Signed-off-by: Harshit Gangal <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ed6e267 - Browse repository at this point
Copy the full SHA ed6e267View commit details
Commits on Nov 5, 2024
-
Signed-off-by: Harshit Gangal <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6313ead - Browse repository at this point
Copy the full SHA 6313eadView commit details
Commits on Nov 8, 2024
-
store ok packets as raw and add parsing of raw packets for VTGate to …
…retreive query result Signed-off-by: Harshit Gangal <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ab80841 - Browse repository at this point
Copy the full SHA ab80841View commit details -
fix data to strip 5 bytes of proto header to extract info
Signed-off-by: Harshit Gangal <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5c7b422 - Browse repository at this point
Copy the full SHA 5c7b422View commit details -
Signed-off-by: Harshit Gangal <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f28cfe7 - Browse repository at this point
Copy the full SHA f28cfe7View commit details
Commits on Nov 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 40e8771 - Browse repository at this point
Copy the full SHA 40e8771View commit details
Commits on Nov 12, 2024
-
Signed-off-by: Harshit Gangal <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3991d28 - Browse repository at this point
Copy the full SHA 3991d28View commit details -
only request raw packets for Execute API
Signed-off-by: Harshit Gangal <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 846022c - Browse repository at this point
Copy the full SHA 846022cView commit details -
Signed-off-by: Harshit Gangal <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 13af807 - Browse repository at this point
Copy the full SHA 13af807View commit details -
Signed-off-by: Harshit Gangal <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0ffc6a1 - Browse repository at this point
Copy the full SHA 0ffc6a1View commit details -
Merge remote-tracking branch 'upstream/main' into raw-mysqlpackets
Signed-off-by: Harshit Gangal <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c0fd742 - Browse repository at this point
Copy the full SHA c0fd742View commit details
Commits on Nov 13, 2024
-
benchmark vttablet query execution
Signed-off-by: Harshit Gangal <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f331825 - Browse repository at this point
Copy the full SHA f331825View commit details -
upgrade go modules for grpc to v1.68 for a fix
Signed-off-by: Harshit Gangal <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 21ebb1d - Browse repository at this point
Copy the full SHA 21ebb1dView commit details
Commits on Nov 14, 2024
-
Merge remote-tracking branch 'upstream/main' into raw-mysqlpackets
Signed-off-by: Harshit Gangal <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c341034 - Browse repository at this point
Copy the full SHA c341034View commit details -
Configuration menu - View commit details
-
Copy full SHA for b652bdf - Browse repository at this point
Copy the full SHA b652bdfView commit details -
Signed-off-by: Harshit Gangal <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fdf1224 - Browse repository at this point
Copy the full SHA fdf1224View commit details -
use options rawpacket check with method call
Signed-off-by: Harshit Gangal <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6057421 - Browse repository at this point
Copy the full SHA 6057421View commit details
Commits on Nov 15, 2024
-
Signed-off-by: Harshit Gangal <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e0d5217 - Browse repository at this point
Copy the full SHA e0d5217View commit details -
Signed-off-by: Harshit Gangal <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 05b80b8 - Browse repository at this point
Copy the full SHA 05b80b8View commit details -
Signed-off-by: Harshit Gangal <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 050a239 - Browse repository at this point
Copy the full SHA 050a239View commit details -
fix: TestShow expectation by clearning a table created inside a test
Signed-off-by: Harshit Gangal <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a5382bb - Browse repository at this point
Copy the full SHA a5382bbView commit details
Commits on Nov 18, 2024
-
refactor: use mem.SliceBuffer over []mem.Buffer
Signed-off-by: Harshit Gangal <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for abc2f36 - Browse repository at this point
Copy the full SHA abc2f36View commit details -
Signed-off-by: Harshit Gangal <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4df2b56 - Browse repository at this point
Copy the full SHA 4df2b56View commit details -
Signed-off-by: Harshit Gangal <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 101a61e - Browse repository at this point
Copy the full SHA 101a61eView commit details -
Merge remote-tracking branch 'upstream/main' into raw-mysqlpackets
Signed-off-by: Harshit Gangal <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5e588e3 - Browse repository at this point
Copy the full SHA 5e588e3View commit details -
Signed-off-by: Harshit Gangal <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 35d913c - Browse repository at this point
Copy the full SHA 35d913cView commit details -
mysql: fewer connection packets
Signed-off-by: Vicent Marti <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 34ee12c - Browse repository at this point
Copy the full SHA 34ee12cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 03e10d7 - Browse repository at this point
Copy the full SHA 03e10d7View commit details
Commits on Nov 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 98f53c1 - Browse repository at this point
Copy the full SHA 98f53c1View commit details