-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Add Support for Prepared Statements #5018
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
Merged
Merged
Changes from all commits
Commits
Show all changes
43 commits
Select commit
Hold shift + click to select a range
30cda05
support for the ComPrepare
dcadevil 91f73b1
support for the MySQL prepare command protocol
dcadevil 85f6d74
add missing function implementation
dcadevil 6024566
delete unused code
dcadevil 25d1643
add missing function implementation
dcadevil 9f0e7c3
add missing function implementation
dcadevil 24d0dd0
add comments
dcadevil 2393ff7
Merge branch 'master' into prepare
dcadevil ed00790
Merge branch 'prepare' of git://github.com/tiglabs/vitess into tiglab…
deepthi 82c5e90
fix compile errors after merge
deepthi 24ea99f
Merge remote-tracking branch 'origin/master' into tiglabs-prepare
saifalharthi 9ceb1f4
Merge remote-tracking branch 'origin/master' into tiglabs-prepare
saifalharthi e523677
Merge remote-tracking branch 'origin/master' into tiglabs-prepare
saifalharthi 8d641ee
Added test for ComPrepare
saifalharthi 96ed068
added few more tests in query_test
saifalharthi 70096dd
Merge remote-tracking branch 'origin/master' into tiglabs-prepare
saifalharthi 1470f76
Added executor tests. They are faulty now.
saifalharthi 698243b
Added python end to end test
saifalharthi 0d39607
Fix error message
saifalharthi bc1ac07
Added test for TestComStmtExecute
saifalharthi b72f38b
Merge remote-tracking branch 'origin/master' into tiglabs-prepare
saifalharthi d278419
Add Executor test for DML
saifalharthi 69729e9
Added Excutor test for select
saifalharthi a51fabc
Added Executor test for select
saifalharthi 387cb98
Merge branch 'tiglabs-prepare' of github.com:planetscale/vitess into …
saifalharthi ed69725
Added mysql-connector dependency
saifalharthi c55be51
Added dependency to bootstrap.sh and edited python test
saifalharthi 85a4f18
Updated TestComPrepare test
saifalharthi 6a01fe0
Replaced etcd2 with zk for end to end tests
saifalharthi 611820a
Set correct value for topo-server
saifalharthi 786f7d8
Fix TestTypeError
saifalharthi 04c1100
Edit utils.py
saifalharthi 5eb5830
Addressed partial comments
saifalharthi 017cf57
Quick fix
saifalharthi 03217bd
Document test
saifalharthi a138a40
Merge remote-tracking branch 'origin/master' into tiglabs-prepare
saifalharthi 0fedf79
Fix Tests
saifalharthi 3dc1bf5
Merge remote-tracking branch 'origin/master' into tiglabs-prepare
saifalharthi 3f67a4a
Fix mount path
saifalharthi d7fb060
Merge remote-tracking branch 'origin/master' into tiglabs-prepare
saifalharthi 58a810f
Fixed tests and bug in ComPrepare
saifalharthi d90e723
Address comments
saifalharthi 112187e
Added end to end test fail ComPrepare and make sure other queries do …
saifalharthi File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.