|
|
8a161721f1
|
planner, expression: remove TblID2Handle from Schema (#11152)
|
2019-08-16 13:02:16 +08:00 |
|
|
|
1b13a2acb9
|
expression, util: add an interface Times for chunk.Column (#11742)
|
2019-08-15 13:00:37 +08:00 |
|
|
|
5e54680ca3
|
expression: make baseBuiltinFunc support converting from row-based evaluation to vectorized evaluation
|
2019-08-14 15:02:44 +08:00 |
|
|
|
adb3071c90
|
*: refine the attribute definition of types.Time and types.Dur… (#11672)
|
2019-08-14 11:30:40 +08:00 |
|
|
|
6d51ad33fd
|
*: Optimize struct memory usage by adjust field order (#11629)
|
2019-08-13 17:20:53 +08:00 |
|
|
|
5cbb17c86b
|
executor: add reserve methods to Column for var-length types (#11699)
|
2019-08-12 14:51:05 +08:00 |
|
|
|
bc4a32431f
|
expression: remove unnecessary convertIntToUint. fix error in… (#11640)
|
2019-08-12 11:13:10 +08:00 |
|
|
|
ff71c0c746
|
expression: fix last_day incompatible with mysql (#11704)
|
2019-08-10 19:12:38 +08:00 |
|
|
|
9d248f56cb
|
expression: remove fmt.Println in Constant.EvalJSON (#11694)
|
2019-08-09 14:46:55 +08:00 |
|
|
|
fe038642e5
|
*: refactor cost model formulas and constants (#10581)
|
2019-08-07 17:44:09 +08:00 |
|
|
|
8fac5e23ed
|
expression: fix a bug in when comparing bit with string (#11654)
|
2019-08-07 16:42:10 +08:00 |
|
|
|
45790b5799
|
fixup (#11636)
|
2019-08-06 15:42:56 +08:00 |
|
|
|
050172c248
|
parser: support cast as real (#11564)
|
2019-08-05 19:38:10 +08:00 |
|
|
|
cb4b778268
|
expression: deduce result type for multi-argument functions like IF wrongly in some cases (#11605)
|
2019-08-05 19:30:10 +08:00 |
|
|
|
5f9fe27a14
|
expression: the quote function should treat null expr as NULL… (#11592)
|
2019-08-05 19:05:37 +08:00 |
|
|
|
829ba98907
|
expression: remove the NotNullFlag for aggregation func MAX/MIN when inferring type (#11343)
|
2019-08-05 17:41:40 +08:00 |
|
|
|
ddafdff8f7
|
expression: fix date_add func in SECOND INTERVAL (#11312)
|
2019-08-05 15:22:16 +08:00 |
|
|
|
3bd64ba92f
|
planner,expression: recognize the three new expressions from pi… (#8891)
|
2019-08-04 14:14:01 +08:00 |
|
|
|
129c0afdc6
|
executor, infoschema: fix display of on update CURRENT_TIMESTAMP with decimal (#11480)
|
2019-08-02 16:50:10 +08:00 |
|
|
|
1c43f55f90
|
parser: support cast as float (#11519)
|
2019-08-01 14:30:07 +08:00 |
|
|
|
d54f0a2bd4
|
expression: add vectorized evaluation methods to Expression (#11530)
|
2019-08-01 13:28:23 +08:00 |
|
|
|
1c0b366295
|
fix ConvertJSONToInt unsigned bug (#11483)
|
2019-08-01 10:40:04 +08:00 |
|
|
|
ab45834fd2
|
fix error in ConvertJSONToInt error msg (#11493)
All tests passed, auto merged by Bot
|
2019-07-31 11:09:11 +08:00 |
|
|
|
768f61f52f
|
expression: handle builtin time getInterval from Decimal\Real (#11479)
All tests passed, auto merged by Bot
|
2019-07-30 17:16:52 +08:00 |
|
|
|
5c07ccec3a
|
expression: make regex binary and rlike binary be case sensitive (#11502)
|
2019-07-29 16:56:59 +08:00 |
|
|
|
1ae5e4ce98
|
parser: support cast as double (#11443)
|
2019-07-29 10:28:12 +08:00 |
|
|
|
5c35082f6a
|
expression: handle builtin add_date/sub_date func overflow (#11472)
|
2019-07-27 18:22:21 +08:00 |
|
|
|
1e1cc1f325
|
types: fix string to integer cast (#11295)
|
2019-07-26 19:10:30 +08:00 |
|
|
|
ff0132ff34
|
expression, parser: add function octet_length support (#11451)
|
2019-07-26 14:21:15 +08:00 |
|
|
|
566c3278e3
|
expression: improve the compatibility with mysql when datatime is invalid. (#11445)
All tests passed, auto merged by Bot
|
2019-07-25 18:12:06 +08:00 |
|
|
|
dcadc0acfb
|
types: fix uint64 overflow bug in ConvertJSONToFloat (#11355)
All tests passed, auto merged by Bot
|
2019-07-25 12:52:40 +08:00 |
|
|
|
c95d42a537
|
expression, session: handle CASE WHEN specially when folding constant during outerJoin Simplification (#11105)
Test pass, auto merge by Bot
|
2019-07-24 19:41:17 +08:00 |
|
|
|
abbca5375e
|
*: add trace support for subquery (#11182)
Test pass, auto merge by Bot
|
2019-07-24 19:03:47 +08:00 |
|
|
|
b97c0434db
|
executor: show CARTESIAN Join explicitly in the results of Explain (#11415)
|
2019-07-24 16:57:51 +08:00 |
|
|
|
be431dad25
|
make time func now related unit tests stable (#11412)
|
2019-07-24 16:33:29 +08:00 |
|
|
|
f8912049f5
|
*:add opt_rule_blacklist in mysql tables. (#11096)
|
2019-07-24 13:36:29 +08:00 |
|
|
|
899ff96e86
|
executor: introduce Sel to Chunk to indicate which rows ar… (#11384)
|
2019-07-23 21:00:29 +08:00 |
|
|
|
ca70d74a28
|
executor, expression: fix current_timestamp/now not consistent… (#11342)
|
2019-07-23 17:02:24 +08:00 |
|
|
|
c00d8a95cf
|
executor, privilege: fix some two bug of RBAC (#11273)
|
2019-07-22 13:08:03 +08:00 |
|
|
|
d977edf8a3
|
Function SUBTIME ADDTIME should return NULL with a warning if… (#11262)
|
2019-07-19 19:49:40 +08:00 |
|
|
|
ddb6132e82
|
expression, types: fix Mod(%), Multiple(*), Minus(-) operators meets inconsistent 0 results. (#11251)
|
2019-07-19 12:37:25 +08:00 |
|
|
|
5aef053c16
|
expression: fix getIntervalFromDecimal in DATE_ADD() (#11297)
|
2019-07-18 23:18:41 +08:00 |
|
|
|
3217bff3d0
|
expression: let testEvaluatorSuite run serially to avoid aff… (#11310)
|
2019-07-18 19:47:56 +08:00 |
|
|
|
dd06ebb315
|
fix microseconds behaviour in DATE_ADD() (#11280)
|
2019-07-17 14:39:55 +08:00 |
|
|
|
593fb7def5
|
expression: add max_allowed_packet check in concat/concat_ws (#11137)
|
2019-07-16 15:56:51 +08:00 |
|
|
|
7403ce331e
|
planner: fix NAME_CONST function compatibility (#11241)
|
2019-07-16 11:15:54 +08:00 |
|
|
|
a090e6be29
|
Function INSERT should be NULL if any argument is NULL (#11237)
|
2019-07-15 11:33:06 +08:00 |
|
|
|
8d2c9be461
|
CONVERT_TZ should return NULL if its arguments are invalid. (#11176)
|
2019-07-12 16:33:01 +08:00 |
|
|
|
7b859c1907
|
executor: fix a bug for 'int column <cmp> non-int constant' (#11050)
|
2019-07-11 11:33:22 +08:00 |
|
|
|
f409f0b4cf
|
expressio: fix data race of rand function (#11168)
|
2019-07-10 17:39:38 +08:00 |
|