- 12 2月, 2019 1 次提交
-
-
由 martianzhang 提交于
sleep(), benchmark(), get_lock, release_lock() are dangerous function may not be used in online.
-
- 11 1月, 2019 1 次提交
-
-
由 martianzhang 提交于
-
- 08 1月, 2019 2 次提交
-
-
由 martianzhang 提交于
WHERE col = col = '' and col1 = 'xx'
-
由 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 1 次提交
-
-
由 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
-
- 04 1月, 2019 1 次提交
-
-
由 martianzhang 提交于
-
- 28 12月, 2018 1 次提交
-
-
由 martianzhang 提交于
-
- 25 12月, 2018 1 次提交
-
-
由 martianzhang 提交于
-
- 24 12月, 2018 1 次提交
-
-
由 martianzhang 提交于
-
- 22 12月, 2018 1 次提交
-
-
由 martianzhang 提交于
-
- 19 12月, 2018 3 次提交
-
-
由 martianzhang 提交于
not fix too many connections yet
-
由 martianzhang 提交于
-
由 martianzhang 提交于
-
- 18 12月, 2018 1 次提交
-
-
由 martianzhang 提交于
RES.009 not consider about "and", "or"... Operator in BinaryOperationExpr
-
- 17 12月, 2018 1 次提交
-
-
由 martianzhang 提交于
RuleTimePrecision MySQL 5.6.4+ New time data type, support time precision to microsecond
-
- 14 12月, 2018 3 次提交
-
-
由 liipx 提交于
-
由 martianzhang 提交于
column.Tp may be nil when checking
-
由 liipx 提交于
a new config arg 'min-cardinality' for index column selection
-
- 12 12月, 2018 1 次提交
-
-
由 martianzhang 提交于
bit type not config as int, when two columns compare will give ARG.003 suggestion. fix #154, #157 by the way
-
- 11 12月, 2018 2 次提交
-
-
由 martianzhang 提交于
不建议使用连续判断 SELECT * FROM tbl WHERE col = col = 'abc'
-
由 liipx 提交于
-
- 06 12月, 2018 5 次提交
- 05 12月, 2018 3 次提交
-
-
由 martianzhang 提交于
-
由 martianzhang 提交于
-
由 martianzhang 提交于
support allow-collates checks
-
- 04 12月, 2018 2 次提交
-
-
由 martianzhang 提交于
ref: https://github.com/XiaoMi/soar/pull/147 Thanks @xiyangxixian
-
由 martianzhang 提交于
COL.015 text/blob default value only tobe `NULL`; COL.012 text/blob `NOT NULL` CONSTRAINT may be danagerous;
-
- 27 11月, 2018 3 次提交
-
-
由 martianzhang 提交于
-
由 liipx 提交于
-
由 martianzhang 提交于
FULLTEXT INDEX suggestion
-
- 26 11月, 2018 4 次提交
-
-
由 liipx 提交于
-
由 martianzhang 提交于
insert values count large than -max-value-count will give ARG.012
-
由 liipx 提交于
-
由 liipx 提交于
-
- 23 11月, 2018 2 次提交
-
-
由 martianzhang 提交于
-
由 martianzhang 提交于
RemoveSQLComment trim space
-