-
parser: Make STATS_EXTENDED a non-reserved keyword. by wddevries · Pull Request #54037 · pingcap/tidb · GitHub
STATS_EXTENDED
をキーワードにしています。 -
planner: remove dead codes for buildDelete by winoros · Pull Request #54212 · pingcap/tidb · GitHub
buildDelete
での不要なコードを削除しています。 planner: fix the issue that cannot find column if using question marker in group-by-clause by qw4990 · Pull Request #54205 · pingcap/tidb · GitHub group byを含むprepared statementで発生する
ERROR 1105 (HY000): Unknown column '100' in 'group statement'
エラーを修正しています。ddl: replace local ingest impl with backfill operators by tangenta · Pull Request #54149 · pingcap/tidb · GitHub logical ingestをbackfill operatorに置き換えています。
executor: fix show create table output with check constraint by dveeden · Pull Request #54215 · pingcap/tidb · GitHub show create tableでのcheck constraintのインデントを他の制約と合わせています。
planner: classify logical topN logic into a separate file for latter pkg move. by AilinKid · Pull Request #54222 · pingcap/tidb · GitHub topNのコードを別ファイルに移動しています。
variable: support tidb_schema_cache_size reasonable range by lilinghai · Pull Request #54035 · pingcap/tidb · GitHub
tidb_schema_cache_size
に"KB|MB|GB|TB"の単位を利用した設定を可能にしています。planner: rename column `LAST_PLAN_CACHE_UNQUALIFIED_REASON` to `PLAN_CACHE_UNQUALIFIED_LAST_REASON` in statement_summary by qw4990 · Pull Request #54218 · pingcap/tidb · GitHub
LAST_PLAN_CACHE_UNQUALIFIED_REASON
をPLAN_CACHE_UNQUALIFIED_LAST_REASON
に変更しています。domain: fix misspelling of readMemTicker variable by River2000i · Pull Request #54223 · pingcap/tidb · GitHub 変数名のtypoを
readMemTicker
に修正しています。*: update tikv/client-go by crazycs520 · Pull Request #54227 · pingcap/tidb · GitHub 利用する github.com/tikv/client-go/v2 のバージョンを更新しています。
*: fix a bug that update statement uses point get and update plan with different tblInfo by zimulala · Pull Request #54183 · pingcap/tidb · GitHub
alter table stock add column adc_1 smallint
実行後に発生するERROR 1105 (HY000): invalid data type: Failed to decode row v2 data as i64
エラーを修正しています。planner: add InstacnePlanCache to Domain by qw4990 · Pull Request #54231 · pingcap/tidb · GitHub plannerに
InstacnePlanCache
を追加しています。*: support memTracker.detach for HashJoin, Apply and IndexLookUp in Close func by XuHuaiyu · Pull Request #54095 · pingcap/tidb · GitHub HashJoinに対して
memTracker.detach
を有効にしています。sessionctx: add tidb_analyze_column_options global variable by hi-rustin · Pull Request #54200 · pingcap/tidb · GitHub
tidb_analyze_column_options
を追加しています。*: remove some usages of SchemaTables by wjhuang2016 · Pull Request #54199 · pingcap/tidb · GitHub
SchemaTables
を変更しています。
2024年6月26日にPDのコミットはありませんでした。
In-memory engine: fix name inconsistency by SpadeA-Tang · Pull Request #17184 · tikv/tikv · GitHub In memory engineの変数名をリファクタリングしています。
Update OWNERS_ALIASES by wuhuizuo · Pull Request #17193 · tikv/tikv · GitHub OWNERS_ALIASES ファイルを更新しています。
feat: updated suggest jdbc to 8.x by Icemap · Pull Request #18010 · pingcap/docs · GitHub develop/dev-guide-choose-driver-or-orm.md を更新しています。
Update docs for tidb_allow_function_for_expression_index by dveeden · Pull Request #17690 · pingcap/docs · GitHub
tidb_allow_function_for_expression_index
の説明を更新しています。Chat2Query rename to SQL Editor (#17981) by ti-chi-bot · Pull Request #18018 · pingcap/docs · GitHub
Chat2Query
をSQL Editor
に変更しています。del: useless /tidb-cloud/tidb-cloud-guide-sample-application-java.md by Icemap · Pull Request #18017 · pingcap/docs · GitHub tidb-cloud/tidb-cloud-guide-sample-application-java.md を削除しています。
troubleshoot-tidb-oom:update the incorrect command, add double quotes by qiancai · Pull Request #18027 · pingcap/docs · GitHub troubleshoot-tidb-oom.md を更新しています。
- Adding support for logRestoreStartTs option in PITR restore spec by sachin-japate · Pull Request #5667 · pingcap/tidb-operator · GitHub
PITRのリストアに
logRestoreStartTs
を追加しています。
- metrics(ticdc): add kafka compression ratio description for grafana by sdojjy · Pull Request #11348 · pingcap/tiflow · GitHub Kafka Producer Compression Ratioメトリクスの説明を更新しています。
2024年6月26日にTiDB Operatorのコミットはありませんでした。