- 13 1月, 2021 4 次提交
-
-
由 martianzhang 提交于
-
由 王起帆 提交于
Co-authored-by: Nqifanwang <qifanwang@tencent.com>
-
由 王起帆 提交于
Co-authored-by: Nqifanwang <qifanwang@tencent.com>
-
由 王起帆 提交于
Co-authored-by: Nqifanwang <qifanwang@tencent.com>
-
- 28 5月, 2019 2 次提交
-
-
由 martianzhang 提交于
go test -update ./...
-
由 martianzhang 提交于
SELECT /*+ MAX_EXECUTION_TIME(1000) */
-
- 16 4月, 2019 1 次提交
-
-
由 martianzhang 提交于
CREATE TABLE test_id ( ID int, PRIMARY KEY (`ID`) ) SELECT * FROM test_id WHERE id=1; fix explain NULL able column bug +----+-------------+-------+------------+------+---------------+------+---------+------+------+----------+--------------------------------+ | id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra | +----+-------------+-------+------------+------+---------------+------+---------+------+------+----------+--------------------------------+ | 1 | SIMPLE | NULL | NULL | NULL | NULL | NULL | NULL | NULL | NULL | NULL | no matching row in const table | +----+-------------+-------+------------+------+---------------+------+---------+------+------+----------+--------------------------------+
-
- 08 1月, 2019 1 次提交
-
-
由 martianzhang 提交于
* import bats for cli test https://github.com/sstephenson/bats * add simple test case for cli use bats * format main.bats add env * replace main_test.sh with main.bats make explain suggestion sorted make index suggestion sorted * add test database world_x * update bats golden result * make docker add 180s timeout 1. add timeout for docker start 2. add not explain able sql test case into explain_test.go * explain info Using index VS Using index condition remove nonappearence key from explain extra info * add timeout for test
-
- 05 1月, 2019 3 次提交
-
-
由 martianzhang 提交于
* fix #178 JSON datatype only support utf8mb4 now * splitstatement support optimizer hint https://dev.mysql.com/doc/refman/8.0/en/optimizer-hints.html https://dev.mysql.com/doc/refman/8.0/en/comments.html * vendor daily update * format explain suggestion content
-
由 martianzhang 提交于
-
由 martianzhang 提交于
1. update vendor 2. `use db` can't be explain, it will print err log at explain.go
-
- 04 1月, 2019 1 次提交
-
-
由 martianzhang 提交于
-
- 28 12月, 2018 1 次提交
-
-
由 martianzhang 提交于
-
- 26 12月, 2018 1 次提交
-
-
由 martianzhang 提交于
-
- 22 12月, 2018 1 次提交
-
-
由 martianzhang 提交于
-
- 20 12月, 2018 1 次提交
-
-
由 martianzhang 提交于
-
- 19 12月, 2018 2 次提交
-
-
由 martianzhang 提交于
-
由 martianzhang 提交于
-
- 27 11月, 2018 2 次提交
-
-
由 martianzhang 提交于
-
由 liipx 提交于
-
- 23 11月, 2018 1 次提交
-
-
由 martianzhang 提交于
RemoveSQLComment trim space
-
- 21 11月, 2018 1 次提交
-
-
由 martianzhang 提交于
1. go version move into Makefile 2. add golden test for ast 3. explainAbleSQL use tidb parser also
-
- 20 11月, 2018 1 次提交
-
-
由 martianzhang 提交于
remove bom before auditing
-
- 18 11月, 2018 1 次提交
-
-
由 martianzhang 提交于
-
- 14 11月, 2018 1 次提交
-
-
由 martianzhang 提交于
-
- 07 11月, 2018 1 次提交
-
-
由 martianzhang 提交于
-
- 03 11月, 2018 1 次提交
-
-
由 martianzhang 提交于
1. fix -config arg parse bug 2. code & comment lint
-
- 25 10月, 2018 1 次提交
-
-
由 martianzhang 提交于
#47 pretty print function `format` endless loop #37 -report-type not in (markdown, html) will not print score
-
- 20 10月, 2018 1 次提交
-
-
由 martianzhang 提交于
-