forked from src-d/go-mysql-server
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Update Repo #1
Merged
Merged
Update Repo #1
Conversation
This file contains 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
Signed-off-by: Theodoros Zarkopafilis Ntakouris <zarkopafilis@gmail.com>
Add integration test to engine. Signed-off-by: kuba-- <kuba@sourced.tech>
Adds Proper Apache License 2.0
Register COALESCE function. Update docs. Add integration test to engine.
Signed-off-by: Antonio Jesus Navarro Perez <antnavper@gmail.com>
Signed-off-by: Miguel Molina <miguel@erizocosmi.co>
Signed-off-by: Antonio Jesus Navarro Perez <antnavper@gmail.com>
Signed-off-by: Theodoros Zarkopafilis Ntakouris <zarkopafilis@gmail.com>
Add missing functions to documentation.
Signed-off-by: Miguel Molina <miguel@erizocosmi.co>
Signed-off-by: Miguel Molina <miguel@erizocosmi.co>
Remove go-tip to do not use unnecessary Travis slots
sql: implement USE <table> statement
sql/analyzer: fix ambiguous table after natural join
The reorder projection rule recreates the projection with the table columns and aliases. When an alias is used more than once in a node expression, for example, a filter (a=1 or a=2) it is added twice. This caused the second time to add nil as the aliases where deleted after adding them to projections list. Now the columns are added only once. Signed-off-by: Javi Fontan <jfontan@gmail.com>
analyzer: fix crash with aliases used multiple times
Signed-off-by: Miguel Molina <miguel@erizocosmi.co>
…e name instead Signed-off-by: Theodoros Zarkopafilis Ntakouris <zarkopafilis@gmail.com>
Signed-off-by: Theodoros Zarkopafilis Ntakouris <zarkopafilis@gmail.com>
sql: resolve tables with database qualifier
Signed-off-by: Theodoros Zarkopafilis Ntakouris <zarkopafilis@gmail.com>
Signed-off-by: Theodoros Zarkopafilis Ntakouris <zarkopafilis@gmail.com>
…talog Signed-off-by: Theodoros Zarkopafilis Ntakouris <zarkopafilis@gmail.com>
Signed-off-by: Theodoros Zarkopafilis Ntakouris <zarkopafilis@gmail.com>
Signed-off-by: kuba-- <kuba@sourced.tech>
* Revert "pilosa: use different holder per db/table pair" This reverts commit 144b824. Keeps the test to load multiple indexes. Signed-off-by: Javi Fontan <jfontan@gmail.com> * travis: upgrade pilosa library for testing Lets reopen holder. Signed-off-by: Javi Fontan <jfontan@gmail.com>
…o pilosa-holder Signed-off-by: kuba-- <kuba@sourced.tech>
…REATE TABLE Signed-off-by: Theodoros Zarkopafilis Ntakouris <zarkopafilis@gmail.com>
function: handle non number arguments in ceil, floor and round
Signed-off-by: Miguel Molina <miguel@erizocosmi.co>
function: implement JSON_EXTRACT UDF
Signed-off-by: kuba-- <kuba@sourced.tech>
Signed-off-by: Miguel Molina <miguel@erizocosmi.co>
For numberT cast to the sqltype.
Signed-off-by: Miguel Molina <miguel@erizocosmi.co>
function: add CONNECTION_ID UDF
Signed-off-by: Miguel Molina <miguel@erizocosmi.co>
Signed-off-by: Manuel Carmona <manu.carmona90@gmail.com>
sql/(plan,analyzer): track partitions of indexable tables too
*: add information_schema db with files and column_statistics tables
Signed-off-by: Theodoros Zarkopafilis Ntakouris <zarkopafilis@gmail.com>
…r partition Signed-off-by: Miguel Molina <miguel@erizocosmi.co>
Signed-off-by: Miguel Molina <miguel@erizocosmi.co>
Signed-off-by: Theodoros Zarkopafilis Ntakouris <zarkopafilis@gmail.com>
[WIP] travis: use jdk9 instead
sql/plan: correctly count processed index rows globally instead of per partition
sql: plan: Add SHOW CREATE TABLE [Fix #406]
Signed-off-by: Miguel Molina <miguel@erizocosmi.co>
Signed-off-by: Miguel Molina <miguel@erizocosmi.co>
Signed-off-by: Miguel Molina <miguel@erizocosmi.co>
*: implement LOCK and UNLOCK of tables
Signed-off-by: Miguel Molina <miguel@erizocosmi.co>
Signed-off-by: Miguel Molina <miguel@erizocosmi.co>
sql: implement SHOW CREATE DATABASE statement
sql: add timing info to span traces
Codecov Report
@@ Coverage Diff @@
## master #1 +/- ##
==========================================
- Coverage 62.3% 61.97% -0.33%
==========================================
Files 113 124 +11
Lines 9540 10284 +744
==========================================
+ Hits 5944 6374 +430
- Misses 3024 3301 +277
- Partials 572 609 +37
Continue to review full report at Codecov.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.