Commit Graph

5045 Commits

Author SHA1 Message Date
257c78764d test: fix race for SetDDL by moving ddl inject earlier (#36964)
close pingcap/tidb#36940
2022-08-09 10:36:47 +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
d76074623c planner: unify the parameters name in plan cache (#36899)
ref pingcap/tidb#36598
2022-08-05 17:20:06 +08:00
6418350e97 executor,expression: avoid to append nil to warnings (#36304)
close pingcap/tidb#31569
2022-08-05 17:00:06 +08:00
6be08109fb variable: Remove WARN for variable tidb_enable_noop_variable (#36890)
close pingcap/tidb#36647
2022-08-05 14:26:06 +08:00
2fbec001c9 planner: Fix panic for SET CONFIG...=DEFAULT (#35752)
close pingcap/tidb#35745
2022-08-05 14:08:06 +08:00
0a8611ddfe sysvar: add parsing phase for setting 'init_connect' (#36865)
close pingcap/tidb#35324
2022-08-05 12:42:06 +08:00
46cb6dc679 executor: fix column_default with timestamp and bit type (#36851)
close pingcap/tidb#36027
2022-08-04 15:30:06 +08:00
ca86fdd4be executor: fix cop request key range order another case (#36883)
close pingcap/tidb#36876
2022-08-04 14:38:05 +08:00
5ef18981cc Revert "planner: refactor the IsolationReadEngines variable for plan cache" (#36873) 2022-08-04 10:30:06 +08:00
bf23ee9090 executor: invalidate infoschema's stats cache after analyze (#32803)
close pingcap/tidb#32693
2022-08-03 22:00:05 +08:00
3a74656a5a executor: introduce hashRowContainer.GetMatchedRows method (#36848)
close pingcap/tidb#36847
2022-08-03 20:34:05 +08:00
3847d9e56f planner: refactor the IsolationReadEngines variable for plan cache (#36770)
ref pingcap/tidb#36598
2022-08-03 19:44:05 +08:00
b364cecdcc planner: use the unified parameters for plan cache (#36781) 2022-08-03 18:35:49 +08:00
c060208b2f *: move config file option oom-use-tmp-storage to sysvar (#36679)
ref pingcap/tidb#33769
2022-08-02 16:58:05 +08:00
c8cb3c96c8 planner: update plan cache key and value (#36779)
ref pingcap/tidb#36598
2022-08-02 15:26:05 +08:00
671fe70876 executor: grant privilege to table now check table existence use case insensitive (#36778)
close pingcap/tidb#34610
2022-08-02 13:06:05 +08:00
5b4a82dbf4 *: upgrade bazel timeout (#36776) 2022-08-02 11:10:05 +08:00
0b1d3e0da3 *: cleanup sysvar API usage (#36640)
close pingcap/tidb#36639
2022-08-02 07:54:04 +08:00
cc2fcfceca ddl/schematracker: fix SetDDL will cause data race (#36768)
close pingcap/tidb#36766
2022-08-02 00:24:05 +08:00
xhe
9a16a8dd19 *: replace defer clean with t.Cleanup (#36722)
close pingcap/tidb#36721
2022-08-01 17:34:05 +08:00
93a31f0f1c ddl: fix inaccurate row_count for admin show ddl jobs (#36716)
close pingcap/tidb#25968
2022-08-01 16:40:05 +08:00
158ba1a1d9 *: enable part revive for all code (#36703) 2022-08-01 14:02:06 +08:00
e7ee7e2280 executor: refine the error message for TABLE_STORAGE_STATS (#36464)
close pingcap/tidb#36403
2022-08-01 11:42:05 +08:00
d021e363a4 executor: let plan replayer support cte (#36714)
close pingcap/tidb#36712
2022-08-01 11:24:05 +08:00
1cd8c31b1a session: fix auto commit variable change effect on transaction commit (#36631)
close pingcap/tidb#36581
2022-08-01 09:36:04 +08:00
be102a3d55 *: fix timestamp conversion (#36705)
close pingcap/tidb#36707
2022-07-29 19:05:12 +08:00
c3180e0047 executor: support trace with tikv exec details (#36638)
ref pingcap/tidb#34106
2022-07-29 14:33:13 +08:00
8b919bf893 executor,store/copr: fix index merge, distsql request's key ranges should be sorted (#36633)
close pingcap/tidb#36632
2022-07-29 13:49:12 +08:00
6b83cdbea2 executor: handle NULL values properly when LOAD DATA INFILE (#36124)
close pingcap/tidb#34358
2022-07-29 13:03:12 +08:00
11e9d8519d planner: set/clear not null flag when create a new baseBuiltinFunc (#36518)
close pingcap/tidb#36517
2022-07-29 10:31:11 +08:00
bce6901705 planner: forbid load data with empty field terminator (#36500)
close pingcap/tidb#33298
2022-07-28 23:39:11 +08:00
6baea73277 *: should replace errors.New(fmt.Sprintf(...)) with fmt.Errorf(...) (#36660) 2022-07-28 19:23:11 +08:00
2c3d4f1ae4 planner/core: change behavior of fine_grained_shffule_stream_count (#36621)
close pingcap/tidb#36622
2022-07-28 17:09:11 +08:00
15009a7c4e *: clean code (#36655) 2022-07-28 15:09:11 +08:00
8e7f97b9ff executor: close recordset in the aggregate_test (#36644) 2022-07-28 11:47:11 +08:00
e39ef4cae8 executor: prevent sending cop request for show columns (#36613)
close pingcap/tidb#36426, ref pingcap/tidb#36496
2022-07-27 20:31:11 +08:00
6c8bb7cf15 executor: avoid log empty binary plan into slow log (#36619)
close pingcap/tidb#36617
2022-07-27 18:37:11 +08:00
9a388e36c1 executor, statistics: directly update count if analyze reads latest data (#36588)
close pingcap/tidb#36552
2022-07-27 18:11:11 +08:00
16f143f875 planner: refactor the execute path when using plan cache (#36587)
ref pingcap/tidb#36598
2022-07-27 12:31:10 +08:00
8af16e815e seqtest: close failpoint when to exit the test case (#36602) 2022-07-27 12:09:11 +08:00
9d0f5f72d3 *: enable pessimistic transaction on unistore (#36578) 2022-07-26 21:07:10 +08:00
6ae88c4309 br: use one shot session to close domain ASAP (#36558)
* br: use one shot session to close domain ASAP



Co-authored-by: Ian <ArGregoryIan@gmail.com>
Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>
2022-07-26 20:15:53 +08:00
965454fd16 executor: optimize BCE in the memtable_reader (#34663)
ref pingcap/tidb#34669
2022-07-26 11:15:10 +08:00
c80026e61f executor: also collect unchanged unique keys for lock (#36498)
close pingcap/tidb#36438
2022-07-25 21:43:11 +08:00
eef41ccbc4 executor: close recordset in the insert_test (#36507) 2022-07-25 18:01:10 +08:00
1923d33622 planner: fix bindings with ignore_plan_cache_hint cannot work (#36427)
close pingcap/tidb#34596
2022-07-25 16:13:11 +08:00
b90dee785d executor: separate unstable test into package (#36506)
close pingcap/tidb#36504
2022-07-25 14:01:09 +08:00
c4c066554b executor: add syntax 'ADMIN SHOW DDL JOB QUERIES LIMIT m OFFSET n' to retrieve DDL commands within a certain range (#36480)
close pingcap/tidb#36198
2022-07-25 13:07:10 +08:00
48e496afc2 executor: correct the column name shown in show next_row_id (#36471)
close pingcap/tidb#36470
2022-07-25 09:41:09 +08:00