|
|
d6ebc600f8
|
expression: make collation work with json type (#37211)
close pingcap/tidb#31640
|
2022-08-19 11:20:52 +08:00 |
|
|
|
244b353a11
|
planner: support session level for the variable tidb_enable_prepared_plan_cache (#36923)
ref pingcap/tidb#36598
|
2022-08-08 11:18:47 +08:00 |
|
|
|
6418350e97
|
executor,expression: avoid to append nil to warnings (#36304)
close pingcap/tidb#31569
|
2022-08-05 17:00:06 +08:00 |
|
|
|
6a6fa8a882
|
ddl: Add sql_require_primary_key sysvar (#36146)
close pingcap/tidb#28544
|
2022-08-03 17:20:06 +08:00 |
|
|
|
dd2e07658a
|
planner: check virtual column for tiflash (#36771)
close pingcap/tiflash#5513, close pingcap/tidb#36773
|
2022-08-01 23:16:05 +08:00 |
|
|
|
9a16a8dd19
|
*: replace defer clean with t.Cleanup (#36722)
close pingcap/tidb#36721
|
2022-08-01 17:34:05 +08:00 |
|
|
|
158ba1a1d9
|
*: enable part revive for all code (#36703)
|
2022-08-01 14:02:06 +08:00 |
|
|
|
25d777df8c
|
expression: fix extract day_microsecond/second/minute/hour from datetime (#36367)
close pingcap/tidb#36358
|
2022-07-21 01:53:08 +08:00 |
|
|
|
8baa28798c
|
expression: fix the problem that the function cast duration as time do not respect system timestamp (#36283)
close pingcap/tidb#36279
|
2022-07-20 22:29:09 +08:00 |
|
|
|
a5ec60fceb
|
expression: fix accuracy loss problem in function COALESCE (#36264)
close pingcap/tidb#31600
|
2022-07-20 15:35:08 +08:00 |
|
|
|
51b8884fea
|
expression: fix the issue that extracting day_microsecond/day_second/day_minute/day_hour from Time type emits wrong result (#36297)
close pingcap/tidb#34998
|
2022-07-19 19:07:07 +08:00 |
|
|
|
e2b55640c1
|
config, sysvar: map max-server-connections to max_connections (#35453)
ref pingcap/tidb#34960
|
2022-06-23 15:12:37 +08:00 |
|
|
|
1c02b4e90b
|
parser: Add support for INTERVAL expr unit + expr (#30253) (#35390)
close pingcap/tidb#30253
|
2022-06-21 01:00:36 +08:00 |
|
|
|
4ae78cdead
|
expression: refine date_add/sub return type and precision (#35009)
close pingcap/tidb#9813, close pingcap/tidb#31799, ref pingcap/tidb#31867
|
2022-06-16 16:12:34 +08:00 |
|
|
|
85967fd3be
|
*: implement chunk rpc encoding for unistore (#35114)
close pingcap/tidb#35113
|
2022-06-06 23:20:29 +08:00 |
|
|
|
b7eeb41c31
|
parser: revert latin1 as an alias for utf8mb4 (#35025)
ref pingcap/tidb#34008
|
2022-05-30 22:04:26 +08:00 |
|
|
|
1fac141f35
|
*: close the resource on error to aovid resource leak (#34837)
close pingcap/tidb#34666, ref pingcap/tidb#34849
|
2022-05-30 18:00:27 +08:00 |
|
|
|
6d6684adea
|
fix(expression): check some builtin function for incomplete date (#34873)
close pingcap/tidb#34629
|
2022-05-26 14:46:47 +08:00 |
|
|
|
e450197c87
|
expression: get_lock/release_lock max len is chars (#34641)
close pingcap/tidb#34639, close pingcap/tidb#34735
|
2022-05-25 03:00:47 +08:00 |
|
|
|
10ad7bbe94
|
expression: fix precision loss when casting time to string (#34660)
close pingcap/tidb#34659
|
2022-05-15 17:40:36 +08:00 |
|
|
|
ede6f8cf16
|
*: Support modify table/column charset from latin1 to utf8/utf8mb4 (#34386)
ref pingcap/tidb#34008
|
2022-05-10 13:00:35 +08:00 |
|
|
|
c789478fa3
|
expression: use existing repertoire for Column if possible (#34501)
close pingcap/tidb#34500
|
2022-05-10 11:56:34 +08:00 |
|
|
|
20ecaef36d
|
ddl: add require owner interface (#34407)
ref pingcap/tidb#32031
|
2022-05-09 18:48:33 +08:00 |
|
|
|
6d8669e987
|
*: Add support for GET_LOCK() / RELEASE_LOCK() / RELEASE_ALL_LOCKS() (#33947)
close pingcap/tidb#14994
|
2022-04-29 23:12:53 +08:00 |
|
|
|
1bf64c60f4
|
*: Refactor FieldType structure (#33569)
close pingcap/tidb#32116
|
2022-04-26 19:28:51 +08:00 |
|
|
|
b119f2620a
|
table: fix NO_ZERO_DATE not work for insert into select statement (#34101)
close pingcap/tidb#34099
|
2022-04-26 18:10:51 +08:00 |
|
|
|
5a54d0d9b4
|
expression: fix append to result twice when vecEval compress('') (#33523)
close pingcap/tidb#33397
|
2022-03-29 15:12:28 +08:00 |
|
|
|
ca0ade0b24
|
expr: add function push down results comparing testcase (#33401)
close pingcap/tidb#33391
|
2022-03-25 11:18:33 +08:00 |
|
|
|
b9bacad6da
|
expression: increase table id to improve test (#33347)
ref pingcap/tidb#31716
|
2022-03-23 18:30:33 +08:00 |
|
|
|
c4fbc8e4af
|
ddl: migrate test-infra to testify for ddl.testDBSuite5 (#33157)
close pingcap/tidb#32965
|
2022-03-16 21:49:53 +08:00 |
|
|
|
ffaeb3e80d
|
ddl: improve test to avoid cycle import (#32058)
ref pingcap/tidb#31716
|
2022-03-14 12:11:51 +08:00 |
|
|
|
b4c4b83e75
|
planner/core: fix nil pointer dereference tidb_decode_key() (#33018)
close pingcap/tidb#33015
|
2022-03-13 02:33:50 +08:00 |
|
|
|
aca0970e09
|
config: make versions configurable (#31738)
close pingcap/tidb#31823
|
2022-03-11 00:17:51 +08:00 |
|
|
|
2b94ca07ed
|
*: cleanup usage of testutil.RowsWithSep (#32859)
close pingcap/tidb#32858
|
2022-03-07 11:49:48 +08:00 |
|
|
|
14bedf3ee5
|
expression: fix panic in upper() and lower() func. (#32505)
close pingcap/tidb#32488
|
2022-02-21 17:35:43 +08:00 |
|
|
|
6aa0b202f1
|
expression: add builtin func charset() (#32470)
close pingcap/tidb#3931
|
2022-02-21 13:57:41 +08:00 |
|
|
|
bc267f5856
|
expression: support push down tikv supported functions (#32193)
ref pingcap/tidb#31846
|
2022-02-11 12:51:36 +08:00 |
|
|
|
92f5a6340c
|
expression: from_unixtime accept 64-bit integers (#22616)
close pingcap/tidb#22206
|
2022-02-10 14:57:35 +08:00 |
|
|
|
3738dec53e
|
*: enable the new collation by default (#32016)
ref pingcap/tidb#32015
|
2022-02-08 12:53:35 +08:00 |
|
|
|
c30e8320d8
|
*: correct use require (#31904)
ref pingcap/tidb#31716
|
2022-02-07 18:11:35 +08:00 |
|
|
|
f2dba0e14e
|
*: migrate some collation tests to explain test (#31993)
ref pingcap/tidb#31625
|
2022-01-26 19:32:46 +08:00 |
|
|
|
465f655889
|
* : replace fmt.Sprint with strconv (#31718)
ref pingcap/tidb#31716
|
2022-01-17 15:11:44 +08:00 |
|
|
|
7e23a7d9b3
|
expression: fix invalid memory when use char_length in unistore (#31605)
close pingcap/tidb#31603
|
2022-01-12 18:49:42 +08:00 |
|
|
|
a8223c0bf1
|
expression: treat AllowedPacketOverflowed as err when enable strict sql mode and in insertStmt|updateStmt|deleteStmt and without ignore (#29962)
close pingcap/tidb#29708
|
2022-01-11 19:17:42 +08:00 |
|
|
|
7f85091696
|
expression: pushdown substring/char_length to tikv (#30191)
close pingcap/tidb#31125
|
2021-12-31 00:07:50 +08:00 |
|
|
|
a8ce4af9f8
|
expression: Fix incorrect behavior of greatest/least when mixed temporal type with others (#31037)
close pingcap/tidb#30264
|
2021-12-30 11:33:50 +08:00 |
|
|
|
ab35db14a6
|
*: refactor encoding and uniform usages (#30288)
|
2021-12-20 15:27:46 +08:00 |
|
|
|
3fe92634a5
|
expression: fix enum type join binary get wrong result (#30445)
|
2021-12-15 16:52:35 +08:00 |
|
|
|
b4df7ca4dc
|
test: make all the tests run in serial (#30692)
|
2021-12-14 18:06:36 +08:00 |
|
|
|
c08f7fc65c
|
*: show PK name when decoding the clustered index row key (#30623)
|
2021-12-10 21:53:58 +08:00 |
|