Commit Graph

17 Commits

Author SHA1 Message Date
387e2148ea executor: fix null value update for not null virtual generated columns (#58474)
close pingcap/tidb#58472
2025-08-05 07:52:15 +00:00
939bf87013 planner/core: update missing virtual columns in update and insert (#58401)
close pingcap/tidb#58400
2025-07-17 06:20:00 +00:00
34afcbb9d3 executor: gopls modernize (#60787)
close pingcap/tidb#60786
2025-05-07 14:32:26 +00:00
e200977337 util,executor: Fix incorrect execution info issue of pessimistic lock error (#60056)
close pingcap/tidb#59356
2025-03-26 02:34:13 +00:00
9b325e4cff unistore: Added error if row is too long to be locked (#59699)
close pingcap/tidb#59651
2025-02-25 03:17:30 +00:00
cf4d252af8 *: split definition out of variable pkg and refactor some reorg methods (#59146)
ref pingcap/tidb#57229, ref pingcap/tidb#57497
2025-01-23 09:24:44 +00:00
5ac0b2e033 executor: change the evaluation order of columns in Update and Insert statements (#57123)
ref pingcap/tidb#56829
2024-12-18 03:42:36 +00:00
91beef4bb1 *: disable insert null to not-null column for single-row insertion in non-strict mode (#55477)
close pingcap/tidb#55457, close pingcap/tidb#56381
2024-11-19 12:46:11 +00:00
3dfc47f2cc executor: fix mysql_insert_id() for "INSERT .. ON DUPLICATE KEY" statement (#56514)
close pingcap/tidb#55965
2024-10-11 10:59:05 +00:00
68fdf55d94 *: rename some packages of context (#56108)
close pingcap/tidb#56107
2024-09-19 07:11:03 +00:00
d67421d465 table: Add GetStatisticsSupport and GetBinlogSupport for MutateContext (#54832)
ref pingcap/tidb#54397
2024-07-24 06:07:34 +00:00
077a3e96cb tests: Update mysql-tester, move tests related with RowsAffected and LastMessage (#48789)
ref pingcap/tidb#45961
2023-11-23 04:11:49 +00:00
5b05c0dba8 tests: update mysql-tester commit (#48462) 2023-11-10 03:26:13 +00:00
9a4997fb80 tests: move IT in executor to tests/integrationtest (PART 7) (#48035)
ref pingcap/tidb#47076
2023-10-30 02:42:35 +00:00
97310ad5db types: fix issue that we can insert negative value to unsinged float column sometimes (#47946)
close pingcap/tidb#47945
2023-10-25 10:15:33 +00:00
5e3210b0d5 types: fix the behavior when inserting a big scientific notation number to keep it same with mysql (#47803)
close pingcap/tidb#47787
2023-10-20 04:46:59 +00:00
318e82bbb7 *: move most of the packages to 'pkg' (#47123)
ref pingcap/tidb#41241
2023-10-13 14:36:26 +00:00