From f119544e619431950d7f8272f25b5a9b051cbce2 Mon Sep 17 00:00:00 2001 From: Yasuo Honda Date: Thu, 27 Aug 2026 09:31:11 +0900 Subject: [PATCH 1/2] i18n(ja): restore missing opening backtick in information-schema summaries Fixes 58 information-schema/*.md summary lines where the opening backtick before the table name was dropped (a legacy MT artifact), e.g. "COLUMNS` INFORMATION_SCHEMA..." -> "`COLUMNS` INFORMATION_SCHEMA...", matching the English source's `TABLE_NAME` code span. Each fix was cross-checked against the page's own title: frontmatter field before applying. --- information-schema/client-errors-summary-by-host.md | 2 +- information-schema/client-errors-summary-by-user.md | 2 +- information-schema/client-errors-summary-global.md | 2 +- information-schema/information-schema-analyze-status.md | 2 +- information-schema/information-schema-character-sets.md | 2 +- information-schema/information-schema-check-constraints.md | 2 +- information-schema/information-schema-cluster-config.md | 2 +- information-schema/information-schema-cluster-hardware.md | 2 +- information-schema/information-schema-cluster-info.md | 2 +- information-schema/information-schema-cluster-load.md | 2 +- information-schema/information-schema-cluster-log.md | 2 +- information-schema/information-schema-cluster-systeminfo.md | 2 +- .../information-schema-collation-character-set-applicability.md | 2 +- information-schema/information-schema-collations.md | 2 +- information-schema/information-schema-columns.md | 2 +- information-schema/information-schema-data-lock-waits.md | 2 +- information-schema/information-schema-ddl-jobs.md | 2 +- information-schema/information-schema-deadlocks.md | 2 +- information-schema/information-schema-engines.md | 2 +- information-schema/information-schema-inspection-result.md | 2 +- information-schema/information-schema-inspection-rules.md | 2 +- information-schema/information-schema-inspection-summary.md | 2 +- information-schema/information-schema-key-column-usage.md | 2 +- information-schema/information-schema-keywords.md | 2 +- .../information-schema-memory-usage-ops-history.md | 2 +- information-schema/information-schema-memory-usage.md | 2 +- information-schema/information-schema-metrics-tables.md | 2 +- information-schema/information-schema-partitions.md | 2 +- information-schema/information-schema-placement-policies.md | 2 +- information-schema/information-schema-processlist.md | 2 +- .../information-schema-referential-constraints.md | 2 +- information-schema/information-schema-resource-groups.md | 2 +- information-schema/information-schema-runaway-watches.md | 2 +- information-schema/information-schema-schemata.md | 2 +- information-schema/information-schema-sequences.md | 2 +- information-schema/information-schema-session-variables.md | 2 +- information-schema/information-schema-slow-query.md | 2 +- information-schema/information-schema-statistics.md | 2 +- information-schema/information-schema-table-constraints.md | 2 +- information-schema/information-schema-table-storage-stats.md | 2 +- information-schema/information-schema-tables.md | 2 +- information-schema/information-schema-tidb-check-constraints.md | 2 +- .../information-schema-tidb-hot-regions-history.md | 2 +- information-schema/information-schema-tidb-hot-regions.md | 2 +- information-schema/information-schema-tidb-index-usage.md | 2 +- information-schema/information-schema-tidb-indexes.md | 2 +- information-schema/information-schema-tidb-servers-info.md | 2 +- information-schema/information-schema-tidb-trx.md | 2 +- information-schema/information-schema-tiflash-replica.md | 2 +- information-schema/information-schema-tiflash-segments.md | 2 +- information-schema/information-schema-tiflash-tables.md | 2 +- information-schema/information-schema-tikv-region-peers.md | 2 +- information-schema/information-schema-tikv-region-status.md | 2 +- information-schema/information-schema-tikv-store-status.md | 2 +- information-schema/information-schema-user-attributes.md | 2 +- information-schema/information-schema-user-privileges.md | 2 +- information-schema/information-schema-variables-info.md | 2 +- information-schema/information-schema-views.md | 2 +- 58 files changed, 58 insertions(+), 58 deletions(-) diff --git a/information-schema/client-errors-summary-by-host.md b/information-schema/client-errors-summary-by-host.md index 8a2d10c9416df..dd6bb08d1dd5f 100644 --- a/information-schema/client-errors-summary-by-host.md +++ b/information-schema/client-errors-summary-by-host.md @@ -1,6 +1,6 @@ --- title: CLIENT_ERRORS_SUMMARY_BY_HOST -summary: CLIENT_ERRORS_SUMMARY_BY_HOST` INFORMATION_SCHEMA テーブルについて学習します。 +summary: `CLIENT_ERRORS_SUMMARY_BY_HOST` INFORMATION_SCHEMA テーブルについて学習します。 --- # CLIENT_ERRORS_SUMMARY_BY_HOST {#client-errors-summary-by-host} diff --git a/information-schema/client-errors-summary-by-user.md b/information-schema/client-errors-summary-by-user.md index 74d7cc3bebf52..0f4bceebbb061 100644 --- a/information-schema/client-errors-summary-by-user.md +++ b/information-schema/client-errors-summary-by-user.md @@ -1,6 +1,6 @@ --- title: CLIENT_ERRORS_SUMMARY_BY_USER -summary: CLIENT_ERRORS_SUMMARY_BY_USER` INFORMATION_SCHEMA テーブルについて学習します。 +summary: `CLIENT_ERRORS_SUMMARY_BY_USER` INFORMATION_SCHEMA テーブルについて学習します。 --- # CLIENT_ERRORS_SUMMARY_BY_USER {#client-errors-summary-by-user} diff --git a/information-schema/client-errors-summary-global.md b/information-schema/client-errors-summary-global.md index 47372645ce8ea..07261e4296331 100644 --- a/information-schema/client-errors-summary-global.md +++ b/information-schema/client-errors-summary-global.md @@ -1,6 +1,6 @@ --- title: CLIENT_ERRORS_SUMMARY_GLOBAL -summary: CLIENT_ERRORS_SUMMARY_GLOBAL` INFORMATION_SCHEMA テーブルについて学習します。 +summary: `CLIENT_ERRORS_SUMMARY_GLOBAL` INFORMATION_SCHEMA テーブルについて学習します。 --- # CLIENT_ERRORS_SUMMARY_GLOBAL {#client-errors-summary-global} diff --git a/information-schema/information-schema-analyze-status.md b/information-schema/information-schema-analyze-status.md index abc9cf62450f1..01d832af2f42b 100644 --- a/information-schema/information-schema-analyze-status.md +++ b/information-schema/information-schema-analyze-status.md @@ -1,6 +1,6 @@ --- title: ANALYZE_STATUS -summary: ANALYZE_STATUS`情報スキーマテーブルについて学習してください。 +summary: `ANALYZE_STATUS`情報スキーマテーブルについて学習してください。 --- # ANALYZE_STATUS {#analyze-status} diff --git a/information-schema/information-schema-character-sets.md b/information-schema/information-schema-character-sets.md index 76ba2b73db92b..1617d735a8a9f 100644 --- a/information-schema/information-schema-character-sets.md +++ b/information-schema/information-schema-character-sets.md @@ -1,6 +1,6 @@ --- title: CHARACTER_SETS -summary: CHARACTER_SETS` INFORMATION_SCHEMA テーブルについて学習します。 +summary: `CHARACTER_SETS` INFORMATION_SCHEMA テーブルについて学習します。 --- # CHARACTER_SETS {#character-sets} diff --git a/information-schema/information-schema-check-constraints.md b/information-schema/information-schema-check-constraints.md index 1677d537b7744..bae3ef100ecb4 100644 --- a/information-schema/information-schema-check-constraints.md +++ b/information-schema/information-schema-check-constraints.md @@ -1,6 +1,6 @@ --- title: CHECK_CONSTRAINTS -summary: CHECK_CONSTRAINTS` INFORMATION_SCHEMA テーブルについて学習します。 +summary: `CHECK_CONSTRAINTS` INFORMATION_SCHEMA テーブルについて学習します。 --- # CHECK_CONSTRAINTS {#check-constraints} diff --git a/information-schema/information-schema-cluster-config.md b/information-schema/information-schema-cluster-config.md index 159991b442f98..f3080dcd3a1be 100644 --- a/information-schema/information-schema-cluster-config.md +++ b/information-schema/information-schema-cluster-config.md @@ -1,6 +1,6 @@ --- title: CLUSTER_CONFIG -summary: CLUSTER_CONFIG` information_schema テーブルについて学習します。 +summary: `CLUSTER_CONFIG` information_schema テーブルについて学習します。 --- # CLUSTER_CONFIG {#cluster-config} diff --git a/information-schema/information-schema-cluster-hardware.md b/information-schema/information-schema-cluster-hardware.md index 443ca02cd17e0..71c600326a26f 100644 --- a/information-schema/information-schema-cluster-hardware.md +++ b/information-schema/information-schema-cluster-hardware.md @@ -1,6 +1,6 @@ --- title: CLUSTER_HARDWARE -summary: CLUSTER_HARDWARE` information_schema テーブルについて学習します。 +summary: `CLUSTER_HARDWARE` information_schema テーブルについて学習します。 --- # CLUSTER_HARDWARE {#cluster-hardware} diff --git a/information-schema/information-schema-cluster-info.md b/information-schema/information-schema-cluster-info.md index b25d0fd23a449..1d3c1510d0139 100644 --- a/information-schema/information-schema-cluster-info.md +++ b/information-schema/information-schema-cluster-info.md @@ -1,6 +1,6 @@ --- title: CLUSTER_INFO -summary: CLUSTER_INFO`クラスタトポロジ情報テーブルについて学びましょう。 +summary: `CLUSTER_INFO`クラスタトポロジ情報テーブルについて学びましょう。 --- # CLUSTER_INFO {#cluster-info} diff --git a/information-schema/information-schema-cluster-load.md b/information-schema/information-schema-cluster-load.md index 67b509c31a3aa..932525bb6c750 100644 --- a/information-schema/information-schema-cluster-load.md +++ b/information-schema/information-schema-cluster-load.md @@ -1,6 +1,6 @@ --- title: CLUSTER_LOAD -summary: CLUSTER_LOAD` information_schema テーブルについて学習します。 +summary: `CLUSTER_LOAD` information_schema テーブルについて学習します。 --- # CLUSTER_LOAD {#cluster-load} diff --git a/information-schema/information-schema-cluster-log.md b/information-schema/information-schema-cluster-log.md index 581c8711af3b2..070f970b5ab87 100644 --- a/information-schema/information-schema-cluster-log.md +++ b/information-schema/information-schema-cluster-log.md @@ -1,6 +1,6 @@ --- title: CLUSTER_LOG -summary: CLUSTER_LOG` information_schema テーブルについて学習します。 +summary: `CLUSTER_LOG` information_schema テーブルについて学習します。 --- # CLUSTER_LOG {#cluster-log} diff --git a/information-schema/information-schema-cluster-systeminfo.md b/information-schema/information-schema-cluster-systeminfo.md index 5cd28fa16aebd..19ababdc25345 100644 --- a/information-schema/information-schema-cluster-systeminfo.md +++ b/information-schema/information-schema-cluster-systeminfo.md @@ -1,6 +1,6 @@ --- title: CLUSTER_SYSTEMINFO -summary: CLUSTER_SYSTEMINFO` カーネルパラメータ テーブルについて学習します。 +summary: `CLUSTER_SYSTEMINFO` カーネルパラメータ テーブルについて学習します。 --- # CLUSTER_SYSTEMINFO {#cluster-systeminfo} diff --git a/information-schema/information-schema-collation-character-set-applicability.md b/information-schema/information-schema-collation-character-set-applicability.md index 28270542e2b2f..89bca139db99b 100644 --- a/information-schema/information-schema-collation-character-set-applicability.md +++ b/information-schema/information-schema-collation-character-set-applicability.md @@ -1,6 +1,6 @@ --- title: COLLATION_CHARACTER_SET_APPLICABILITY -summary: COLLATION_CHARACTER_SET_APPLICABILITY` INFORMATION_SCHEMA テーブルについて学習します。 +summary: `COLLATION_CHARACTER_SET_APPLICABILITY` INFORMATION_SCHEMA テーブルについて学習します。 --- # COLLATION_CHARACTER_SET_APPLICABILITY {#collation-character-set-applicability} diff --git a/information-schema/information-schema-collations.md b/information-schema/information-schema-collations.md index 8628b05f25c4d..9be210bd56307 100644 --- a/information-schema/information-schema-collations.md +++ b/information-schema/information-schema-collations.md @@ -1,6 +1,6 @@ --- title: COLLATIONS -summary: COLLATIONS` information_schema テーブルについて学習します。 +summary: `COLLATIONS` information_schema テーブルについて学習します。 --- # COLLATIONS {#collations} diff --git a/information-schema/information-schema-columns.md b/information-schema/information-schema-columns.md index 588c48b51f3a5..1835208b6b3f8 100644 --- a/information-schema/information-schema-columns.md +++ b/information-schema/information-schema-columns.md @@ -1,6 +1,6 @@ --- title: COLUMNS -summary: COLUMNS` INFORMATION_SCHEMA テーブルについて学習します。 +summary: `COLUMNS` INFORMATION_SCHEMA テーブルについて学習します。 --- # COLUMNS {#columns} diff --git a/information-schema/information-schema-data-lock-waits.md b/information-schema/information-schema-data-lock-waits.md index 35e3de02f3ec6..9490178535f00 100644 --- a/information-schema/information-schema-data-lock-waits.md +++ b/information-schema/information-schema-data-lock-waits.md @@ -1,6 +1,6 @@ --- title: DATA_LOCK_WAITS -summary: DATA_LOCK_WAITS` information_schema テーブルについて学習します。 +summary: `DATA_LOCK_WAITS` information_schema テーブルについて学習します。 --- # DATA_LOCK_WAITS {#data_lock_waits} diff --git a/information-schema/information-schema-ddl-jobs.md b/information-schema/information-schema-ddl-jobs.md index 1ce432d13898f..65ec85c3eb6f8 100644 --- a/information-schema/information-schema-ddl-jobs.md +++ b/information-schema/information-schema-ddl-jobs.md @@ -1,6 +1,6 @@ --- title: DDL_JOBS -summary: DDL_JOBS` information_schema テーブルについて学習します。 +summary: `DDL_JOBS` information_schema テーブルについて学習します。 --- # DDL_JOBS {#ddl-jobs} diff --git a/information-schema/information-schema-deadlocks.md b/information-schema/information-schema-deadlocks.md index 9f0b298847d55..c105294fc7359 100644 --- a/information-schema/information-schema-deadlocks.md +++ b/information-schema/information-schema-deadlocks.md @@ -1,6 +1,6 @@ --- title: DEADLOCKS -summary: DEADLOCKS` INFORMATION_SCHEMA テーブルについて学習します。 +summary: `DEADLOCKS` INFORMATION_SCHEMA テーブルについて学習します。 --- # DEADLOCKS {#deadlocks} diff --git a/information-schema/information-schema-engines.md b/information-schema/information-schema-engines.md index 1f79198b97075..442135c56d798 100644 --- a/information-schema/information-schema-engines.md +++ b/information-schema/information-schema-engines.md @@ -1,6 +1,6 @@ --- title: ENGINES -summary: ENGINES` information_schema テーブルについて学習します。 +summary: `ENGINES` information_schema テーブルについて学習します。 --- # ENGINES {#engines} diff --git a/information-schema/information-schema-inspection-result.md b/information-schema/information-schema-inspection-result.md index c560e6161f8e4..012dd5b11230c 100644 --- a/information-schema/information-schema-inspection-result.md +++ b/information-schema/information-schema-inspection-result.md @@ -1,6 +1,6 @@ --- title: INSPECTION_RESULT -summary: INSPECTION_RESULT` 診断結果テーブルを確認します。 +summary: `INSPECTION_RESULT` 診断結果テーブルを確認します。 --- # INSPECTION_RESULT {#inspection-result} diff --git a/information-schema/information-schema-inspection-rules.md b/information-schema/information-schema-inspection-rules.md index 08b6bb15a31a9..27e2edfb8c192 100644 --- a/information-schema/information-schema-inspection-rules.md +++ b/information-schema/information-schema-inspection-rules.md @@ -1,6 +1,6 @@ --- title: INSPECTION_RULES -summary: INSPECTION_RULES` information_schema テーブルについて学習します。 +summary: `INSPECTION_RULES` information_schema テーブルについて学習します。 --- # INSPECTION_RULES {#inspection-rules} diff --git a/information-schema/information-schema-inspection-summary.md b/information-schema/information-schema-inspection-summary.md index f1a94eccd85df..a7598a27ec29e 100644 --- a/information-schema/information-schema-inspection-summary.md +++ b/information-schema/information-schema-inspection-summary.md @@ -1,6 +1,6 @@ --- title: INSPECTION_SUMMARY -summary: INSPECTION_SUMMARY` 検査概要テーブルについて説明します。 +summary: `INSPECTION_SUMMARY` 検査概要テーブルについて説明します。 --- # INSPECTION_SUMMARY {#inspection-summary} diff --git a/information-schema/information-schema-key-column-usage.md b/information-schema/information-schema-key-column-usage.md index fa99dfcdef8ee..5c6f1bac9d5fa 100644 --- a/information-schema/information-schema-key-column-usage.md +++ b/information-schema/information-schema-key-column-usage.md @@ -1,6 +1,6 @@ --- title: KEY_COLUMN_USAGE -summary: KEY_COLUMN_USAGE` information_schema テーブルについて学習します。 +summary: `KEY_COLUMN_USAGE` information_schema テーブルについて学習します。 --- # KEY_COLUMN_USAGE {#key-column-usage} diff --git a/information-schema/information-schema-keywords.md b/information-schema/information-schema-keywords.md index 4bdbe4b9a251c..da2e4d0934fc1 100644 --- a/information-schema/information-schema-keywords.md +++ b/information-schema/information-schema-keywords.md @@ -1,6 +1,6 @@ --- title: KEYWORDS -summary: KEYWORDS` INFORMATION_SCHEMA テーブルについて学習します。 +summary: `KEYWORDS` INFORMATION_SCHEMA テーブルについて学習します。 --- # KEYWORDS {#keywords} diff --git a/information-schema/information-schema-memory-usage-ops-history.md b/information-schema/information-schema-memory-usage-ops-history.md index d80df89b9986a..c63320f794429 100644 --- a/information-schema/information-schema-memory-usage-ops-history.md +++ b/information-schema/information-schema-memory-usage-ops-history.md @@ -1,6 +1,6 @@ --- title: MEMORY_USAGE_OPS_HISTORY -summary: MEMORY_USAGE_OPS_HISTORY` information_schema システムテーブルについて学習します。 +summary: `MEMORY_USAGE_OPS_HISTORY` information_schema システムテーブルについて学習します。 --- # MEMORY_USAGE_OPS_HISTORY {#memory-usage-ops-history} diff --git a/information-schema/information-schema-memory-usage.md b/information-schema/information-schema-memory-usage.md index cfd2b00d252b9..98b90d9ab9145 100644 --- a/information-schema/information-schema-memory-usage.md +++ b/information-schema/information-schema-memory-usage.md @@ -1,6 +1,6 @@ --- title: MEMORY_USAGE -summary: MEMORY_USAGE` information_schema システムテーブルについて学習します。 +summary: `MEMORY_USAGE` information_schema システムテーブルについて学習します。 --- # MEMORY_USAGE {#memory-usage} diff --git a/information-schema/information-schema-metrics-tables.md b/information-schema/information-schema-metrics-tables.md index 574e968d45ff1..4e5d1c404fee2 100644 --- a/information-schema/information-schema-metrics-tables.md +++ b/information-schema/information-schema-metrics-tables.md @@ -1,6 +1,6 @@ --- title: METRICS_TABLES -summary: METRICS_TABLES` システムテーブルについて学習します。 +summary: `METRICS_TABLES` システムテーブルについて学習します。 --- # METRICS_TABLES {#metrics-tables} diff --git a/information-schema/information-schema-partitions.md b/information-schema/information-schema-partitions.md index 0307dafdc346f..95eace83c7d78 100644 --- a/information-schema/information-schema-partitions.md +++ b/information-schema/information-schema-partitions.md @@ -1,6 +1,6 @@ --- title: PARTITIONS -summary: PARTITIONS` INFORMATION_SCHEMA テーブルについて学習します。 +summary: `PARTITIONS` INFORMATION_SCHEMA テーブルについて学習します。 --- # PARTITIONS {#partitions} diff --git a/information-schema/information-schema-placement-policies.md b/information-schema/information-schema-placement-policies.md index 71bccf5694319..008baa0046500 100644 --- a/information-schema/information-schema-placement-policies.md +++ b/information-schema/information-schema-placement-policies.md @@ -1,6 +1,6 @@ --- title: PLACEMENT_POLICIES -summary: PLACEMENT_POLICIES`情報スキーマテーブルについて学習してください。 +summary: `PLACEMENT_POLICIES`情報スキーマテーブルについて学習してください。 --- # PLACEMENT_POLICIES {#placement-policies} diff --git a/information-schema/information-schema-processlist.md b/information-schema/information-schema-processlist.md index 362d7fb929943..1d95cbac83fba 100644 --- a/information-schema/information-schema-processlist.md +++ b/information-schema/information-schema-processlist.md @@ -1,6 +1,6 @@ --- title: PROCESSLIST -summary: PROCESSLIST` information_schema テーブルについて学習します。 +summary: `PROCESSLIST` information_schema テーブルについて学習します。 --- # PROCESSLIST {#processlist} diff --git a/information-schema/information-schema-referential-constraints.md b/information-schema/information-schema-referential-constraints.md index d33d9c92412be..a7c12c5ca21fa 100644 --- a/information-schema/information-schema-referential-constraints.md +++ b/information-schema/information-schema-referential-constraints.md @@ -1,6 +1,6 @@ --- title: REFERENTIAL_CONSTRAINTS -summary: REFERENTIAL_CONSTRAINTS` INFORMATION_SCHEMA テーブルについて学習します。 +summary: `REFERENTIAL_CONSTRAINTS` INFORMATION_SCHEMA テーブルについて学習します。 --- # REFERENTIAL_CONSTRAINTS {#referential-constraints} diff --git a/information-schema/information-schema-resource-groups.md b/information-schema/information-schema-resource-groups.md index 8995cc3716bda..0b6d32699d3b3 100644 --- a/information-schema/information-schema-resource-groups.md +++ b/information-schema/information-schema-resource-groups.md @@ -1,6 +1,6 @@ --- title: RESOURCE_GROUPS -summary: RESOURCE_GROUPS`情報スキーマテーブルについて学習してください。 +summary: `RESOURCE_GROUPS`情報スキーマテーブルについて学習してください。 --- # RESOURCE_GROUPS {#resource-groups} diff --git a/information-schema/information-schema-runaway-watches.md b/information-schema/information-schema-runaway-watches.md index bc1318b289df8..e05d4e9606f8a 100644 --- a/information-schema/information-schema-runaway-watches.md +++ b/information-schema/information-schema-runaway-watches.md @@ -1,6 +1,6 @@ --- title: RUNAWAY_WATCHES -summary: RUNAWAY_WATCHES` INFORMATION_SCHEMA テーブルについて学習してください。 +summary: `RUNAWAY_WATCHES` INFORMATION_SCHEMA テーブルについて学習してください。 --- # RUNAWAY_WATCHES {#runaway-watches} diff --git a/information-schema/information-schema-schemata.md b/information-schema/information-schema-schemata.md index c9c3a899b8926..236e5bf53c4bd 100644 --- a/information-schema/information-schema-schemata.md +++ b/information-schema/information-schema-schemata.md @@ -1,6 +1,6 @@ --- title: SCHEMATA -summary: SCHEMATA` information_schema テーブルについて学習します。 +summary: `SCHEMATA` information_schema テーブルについて学習します。 --- # SCHEMATA {#schemata} diff --git a/information-schema/information-schema-sequences.md b/information-schema/information-schema-sequences.md index c57deb822dc53..2d658bc171429 100644 --- a/information-schema/information-schema-sequences.md +++ b/information-schema/information-schema-sequences.md @@ -1,6 +1,6 @@ --- title: SEQUENCES -summary: SEQUENCES` INFORMATION_SCHEMA テーブルについて学習します。 +summary: `SEQUENCES` INFORMATION_SCHEMA テーブルについて学習します。 --- # SEQUENCES {#sequences} diff --git a/information-schema/information-schema-session-variables.md b/information-schema/information-schema-session-variables.md index 3eecee4852a4e..3ed14f115cd48 100644 --- a/information-schema/information-schema-session-variables.md +++ b/information-schema/information-schema-session-variables.md @@ -1,6 +1,6 @@ --- title: SESSION_VARIABLES -summary: SESSION_VARIABLES` INFORMATION_SCHEMA テーブルについて学習します。 +summary: `SESSION_VARIABLES` INFORMATION_SCHEMA テーブルについて学習します。 --- # SESSION_VARIABLES {#session-variables} diff --git a/information-schema/information-schema-slow-query.md b/information-schema/information-schema-slow-query.md index 014e60c509b60..1a1b0adf51998 100644 --- a/information-schema/information-schema-slow-query.md +++ b/information-schema/information-schema-slow-query.md @@ -1,6 +1,6 @@ --- title: SLOW_QUERY -summary: SLOW_QUERY` INFORMATION_SCHEMA テーブルについて学習してください。 +summary: `SLOW_QUERY` INFORMATION_SCHEMA テーブルについて学習してください。 --- # SLOW_QUERY {#slow_query} diff --git a/information-schema/information-schema-statistics.md b/information-schema/information-schema-statistics.md index ed60b10e636fa..2b6742b7a00db 100644 --- a/information-schema/information-schema-statistics.md +++ b/information-schema/information-schema-statistics.md @@ -1,6 +1,6 @@ --- title: STATISTICS -summary: STATISTICS` information_schema テーブルについて学習します。 +summary: `STATISTICS` information_schema テーブルについて学習します。 --- # STATISTICS {#statistics} diff --git a/information-schema/information-schema-table-constraints.md b/information-schema/information-schema-table-constraints.md index 993277ff2f3c1..c937b9a0547d1 100644 --- a/information-schema/information-schema-table-constraints.md +++ b/information-schema/information-schema-table-constraints.md @@ -1,6 +1,6 @@ --- title: TABLE_CONSTRAINTS -summary: TABLE_CONSTRAINTS` information_schema テーブルについて学習します。 +summary: `TABLE_CONSTRAINTS` information_schema テーブルについて学習します。 --- # TABLE_CONSTRAINTS {#table-constraints} diff --git a/information-schema/information-schema-table-storage-stats.md b/information-schema/information-schema-table-storage-stats.md index 456c95b0aa28f..f684e8356114b 100644 --- a/information-schema/information-schema-table-storage-stats.md +++ b/information-schema/information-schema-table-storage-stats.md @@ -1,6 +1,6 @@ --- title: TABLE_STORAGE_STATS -summary: TABLE_STORAGE_STATS` INFORMATION_SCHEMA テーブルについて学習します。 +summary: `TABLE_STORAGE_STATS` INFORMATION_SCHEMA テーブルについて学習します。 --- # TABLE_STORAGE_STATS {#table-storage-stats} diff --git a/information-schema/information-schema-tables.md b/information-schema/information-schema-tables.md index 7ffcfe857a5f6..4dc6b8005938f 100644 --- a/information-schema/information-schema-tables.md +++ b/information-schema/information-schema-tables.md @@ -1,6 +1,6 @@ --- title: TABLES -summary: TABLES` information_schema テーブルについて学習します。 +summary: `TABLES` information_schema テーブルについて学習します。 --- # TABLES {#tables} diff --git a/information-schema/information-schema-tidb-check-constraints.md b/information-schema/information-schema-tidb-check-constraints.md index 2ae5be4ee0ff7..34f5c1446eebd 100644 --- a/information-schema/information-schema-tidb-check-constraints.md +++ b/information-schema/information-schema-tidb-check-constraints.md @@ -1,6 +1,6 @@ --- title: TIDB_CHECK_CONSTRAINTS -summary: TIDB_CHECK_CONSTRAINTS` INFORMATION_SCHEMA テーブルについて学習します。 +summary: `TIDB_CHECK_CONSTRAINTS` INFORMATION_SCHEMA テーブルについて学習します。 --- # TIDB_CHECK_CONSTRAINTS {#tidb-check-constraints} diff --git a/information-schema/information-schema-tidb-hot-regions-history.md b/information-schema/information-schema-tidb-hot-regions-history.md index dfbc1aaa0b815..0ec336f04c61d 100644 --- a/information-schema/information-schema-tidb-hot-regions-history.md +++ b/information-schema/information-schema-tidb-hot-regions-history.md @@ -1,6 +1,6 @@ --- title: TIDB_HOT_REGIONS_HISTORY -summary: TIDB_HOT_REGIONS_HISTORY`情報スキーマテーブルについて学習してください。 +summary: `TIDB_HOT_REGIONS_HISTORY`情報スキーマテーブルについて学習してください。 --- # TIDB_HOT_REGIONS_HISTORY {#tidb-hot-regions-history} diff --git a/information-schema/information-schema-tidb-hot-regions.md b/information-schema/information-schema-tidb-hot-regions.md index 491208534e33f..43db8a7669263 100644 --- a/information-schema/information-schema-tidb-hot-regions.md +++ b/information-schema/information-schema-tidb-hot-regions.md @@ -1,6 +1,6 @@ --- title: TIDB_HOT_REGIONS -summary: TIDB_HOT_REGIONS` information_schema テーブルについて学習します。 +summary: `TIDB_HOT_REGIONS` information_schema テーブルについて学習します。 --- # TIDB_HOT_REGIONS {#tidb-hot-regions} diff --git a/information-schema/information-schema-tidb-index-usage.md b/information-schema/information-schema-tidb-index-usage.md index d4d413ce825a5..b9ead108a5d2a 100644 --- a/information-schema/information-schema-tidb-index-usage.md +++ b/information-schema/information-schema-tidb-index-usage.md @@ -1,6 +1,6 @@ --- title: TIDB_INDEX_USAGE -summary: TIDB_INDEX_USAGE` INFORMATION_SCHEMA テーブルについて学習してください。 +summary: `TIDB_INDEX_USAGE` INFORMATION_SCHEMA テーブルについて学習してください。 --- # TIDB_INDEX_USAGE {#tidb_index_usage} diff --git a/information-schema/information-schema-tidb-indexes.md b/information-schema/information-schema-tidb-indexes.md index ff998a1d4b5f0..6879ef3730618 100644 --- a/information-schema/information-schema-tidb-indexes.md +++ b/information-schema/information-schema-tidb-indexes.md @@ -1,6 +1,6 @@ --- title: TIDB_INDEXES -summary: TIDB_INDEXES` information_schema テーブルについて学習します。 +summary: `TIDB_INDEXES` information_schema テーブルについて学習します。 --- # TIDB_INDEXES {#tidb-indexes} diff --git a/information-schema/information-schema-tidb-servers-info.md b/information-schema/information-schema-tidb-servers-info.md index 61ee5ffe7da46..1c8ba49296087 100644 --- a/information-schema/information-schema-tidb-servers-info.md +++ b/information-schema/information-schema-tidb-servers-info.md @@ -1,6 +1,6 @@ --- title: TIDB_SERVERS_INFO -summary: TIDB_SERVERS_INFO` INFORMATION_SCHEMA テーブルについて学習してください。 +summary: `TIDB_SERVERS_INFO` INFORMATION_SCHEMA テーブルについて学習してください。 --- # TIDB_SERVERS_INFO {#tidb-servers-info} diff --git a/information-schema/information-schema-tidb-trx.md b/information-schema/information-schema-tidb-trx.md index 37706e1ddf927..08194fd073eb7 100644 --- a/information-schema/information-schema-tidb-trx.md +++ b/information-schema/information-schema-tidb-trx.md @@ -1,6 +1,6 @@ --- title: TIDB_TRX -summary: TIDB_TRX` INFORMATION_SCHEMA テーブルについて学習します。 +summary: `TIDB_TRX` INFORMATION_SCHEMA テーブルについて学習します。 --- # TIDB_TRX {#tidb_trx} diff --git a/information-schema/information-schema-tiflash-replica.md b/information-schema/information-schema-tiflash-replica.md index ae4e7828297ac..bbe38c295f32a 100644 --- a/information-schema/information-schema-tiflash-replica.md +++ b/information-schema/information-schema-tiflash-replica.md @@ -1,6 +1,6 @@ --- title: TIFLASH_REPLICA -summary: TIFLASH_REPLICA` INFORMATION_SCHEMA テーブルについて学習します。 +summary: `TIFLASH_REPLICA` INFORMATION_SCHEMA テーブルについて学習します。 --- # TIFLASH_REPLICA {#tiflash-replica} diff --git a/information-schema/information-schema-tiflash-segments.md b/information-schema/information-schema-tiflash-segments.md index 81db7224e09c0..bc5038a291bb4 100644 --- a/information-schema/information-schema-tiflash-segments.md +++ b/information-schema/information-schema-tiflash-segments.md @@ -1,6 +1,6 @@ --- title: TIFLASH_SEGMENTS -summary: TIFLASH_SEGMENTS` information_schema テーブルについて学習します。 +summary: `TIFLASH_SEGMENTS` information_schema テーブルについて学習します。 --- # TIFLASH_SEGMENTS {#tiflash-segments} diff --git a/information-schema/information-schema-tiflash-tables.md b/information-schema/information-schema-tiflash-tables.md index 3d8e3cfcd0528..31de1eb80d606 100644 --- a/information-schema/information-schema-tiflash-tables.md +++ b/information-schema/information-schema-tiflash-tables.md @@ -1,6 +1,6 @@ --- title: TIFLASH_TABLES -summary: TIFLASH_TABLES` information_schema テーブルについて学習します。 +summary: `TIFLASH_TABLES` information_schema テーブルについて学習します。 --- # TIFLASH_TABLES {#tiflash-tables} diff --git a/information-schema/information-schema-tikv-region-peers.md b/information-schema/information-schema-tikv-region-peers.md index 919b49ede478c..55dc871cfafaa 100644 --- a/information-schema/information-schema-tikv-region-peers.md +++ b/information-schema/information-schema-tikv-region-peers.md @@ -1,6 +1,6 @@ --- title: TIKV_REGION_PEERS -summary: TIKV_REGION_PEERS` INFORMATION_SCHEMA テーブルについて学習してください。 +summary: `TIKV_REGION_PEERS` INFORMATION_SCHEMA テーブルについて学習してください。 --- # TIKV_REGION_PEERS {#tikv-region-peers} diff --git a/information-schema/information-schema-tikv-region-status.md b/information-schema/information-schema-tikv-region-status.md index b695c3f7cfad9..440bdd5912d69 100644 --- a/information-schema/information-schema-tikv-region-status.md +++ b/information-schema/information-schema-tikv-region-status.md @@ -1,6 +1,6 @@ --- title: TIKV_REGION_STATUS -summary: TIKV_REGION_STATUS`情報スキーマテーブルについて学習してください。 +summary: `TIKV_REGION_STATUS`情報スキーマテーブルについて学習してください。 --- # TIKV_REGION_STATUS {#tikv-region-status} diff --git a/information-schema/information-schema-tikv-store-status.md b/information-schema/information-schema-tikv-store-status.md index 8398b6ae25288..b0415f6eedc0f 100644 --- a/information-schema/information-schema-tikv-store-status.md +++ b/information-schema/information-schema-tikv-store-status.md @@ -1,6 +1,6 @@ --- title: TIKV_STORE_STATUS -summary: TIKV_STORE_STATUS` INFORMATION_SCHEMA テーブルについて学習してください。 +summary: `TIKV_STORE_STATUS` INFORMATION_SCHEMA テーブルについて学習してください。 --- # TIKV_STORE_STATUS {#tikv-store-status} diff --git a/information-schema/information-schema-user-attributes.md b/information-schema/information-schema-user-attributes.md index 73104ad0f3ffc..0aecbeb30cae1 100644 --- a/information-schema/information-schema-user-attributes.md +++ b/information-schema/information-schema-user-attributes.md @@ -1,6 +1,6 @@ --- title: USER_ATTRIBUTES -summary: USER_ATTRIBUTES` INFORMATION_SCHEMA テーブルについて学習します。 +summary: `USER_ATTRIBUTES` INFORMATION_SCHEMA テーブルについて学習します。 --- # USER_ATTRIBUTES {#user-attributes} diff --git a/information-schema/information-schema-user-privileges.md b/information-schema/information-schema-user-privileges.md index 404671ea7df08..7fd9ee9fd1e49 100644 --- a/information-schema/information-schema-user-privileges.md +++ b/information-schema/information-schema-user-privileges.md @@ -1,6 +1,6 @@ --- title: USER_PRIVILEGES -summary: USER_PRIVILEGES` information_schema テーブルについて学習します。 +summary: `USER_PRIVILEGES` information_schema テーブルについて学習します。 --- # USER_PRIVILEGES {#user-privileges} diff --git a/information-schema/information-schema-variables-info.md b/information-schema/information-schema-variables-info.md index 9d4cfd417755e..9544e9cb830f7 100644 --- a/information-schema/information-schema-variables-info.md +++ b/information-schema/information-schema-variables-info.md @@ -1,6 +1,6 @@ --- title: VARIABLES_INFO -summary: VARIABLES_INFO` information_schema テーブルについて学習します。 +summary: `VARIABLES_INFO` information_schema テーブルについて学習します。 --- # VARIABLES_INFO {#variables-info} diff --git a/information-schema/information-schema-views.md b/information-schema/information-schema-views.md index bb1668ab1d685..7c9265078c3d8 100644 --- a/information-schema/information-schema-views.md +++ b/information-schema/information-schema-views.md @@ -1,6 +1,6 @@ --- title: VIEWS -summary: VIEWS` INFORMATION_SCHEMA テーブルについて学習します。 +summary: `VIEWS` INFORMATION_SCHEMA テーブルについて学習します。 --- # VIEWS {#views} From 5aa809e5cb1bf4f11853d18af958c319b064db90 Mon Sep 17 00:00:00 2001 From: Yasuo Honda Date: Fri, 28 Aug 2026 17:43:43 +0900 Subject: [PATCH 2/2] i18n(ja): add missing spacing around information_schema in summary lines MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit CodeRabbit flagged the summary line's inline code span, information_schema, and テーブル running together with no spacing. Added spaces to match the established convention used by sibling table pages (e.g. information-schema-tables.md: `TABLES` information_schema テーブルについて学習します。). --- information-schema/information-schema-analyze-status.md | 2 +- information-schema/information-schema-placement-policies.md | 2 +- information-schema/information-schema-resource-groups.md | 2 +- .../information-schema-tidb-hot-regions-history.md | 2 +- information-schema/information-schema-tikv-region-status.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/information-schema/information-schema-analyze-status.md b/information-schema/information-schema-analyze-status.md index 6eefef7689509..0197a83e82bfe 100644 --- a/information-schema/information-schema-analyze-status.md +++ b/information-schema/information-schema-analyze-status.md @@ -1,6 +1,6 @@ --- title: ANALYZE_STATUS -summary: `ANALYZE_STATUS`information_schemaテーブルについて学習してください。 +summary: `ANALYZE_STATUS` information_schema テーブルについて学習してください。 --- # ANALYZE_STATUS {#analyze-status} diff --git a/information-schema/information-schema-placement-policies.md b/information-schema/information-schema-placement-policies.md index e1f7abb145205..39113fd23d1b5 100644 --- a/information-schema/information-schema-placement-policies.md +++ b/information-schema/information-schema-placement-policies.md @@ -1,6 +1,6 @@ --- title: PLACEMENT_POLICIES -summary: `PLACEMENT_POLICIES`information_schemaテーブルについて学習してください。 +summary: `PLACEMENT_POLICIES` information_schema テーブルについて学習してください。 --- # PLACEMENT_POLICIES {#placement-policies} diff --git a/information-schema/information-schema-resource-groups.md b/information-schema/information-schema-resource-groups.md index 199c3de67cb35..9565f3475f452 100644 --- a/information-schema/information-schema-resource-groups.md +++ b/information-schema/information-schema-resource-groups.md @@ -1,6 +1,6 @@ --- title: RESOURCE_GROUPS -summary: `RESOURCE_GROUPS`information_schemaテーブルについて学習してください。 +summary: `RESOURCE_GROUPS` information_schema テーブルについて学習してください。 --- # RESOURCE_GROUPS {#resource-groups} diff --git a/information-schema/information-schema-tidb-hot-regions-history.md b/information-schema/information-schema-tidb-hot-regions-history.md index bd5dfbabf5ac9..7e6529d645160 100644 --- a/information-schema/information-schema-tidb-hot-regions-history.md +++ b/information-schema/information-schema-tidb-hot-regions-history.md @@ -1,6 +1,6 @@ --- title: TIDB_HOT_REGIONS_HISTORY -summary: `TIDB_HOT_REGIONS_HISTORY`information_schemaテーブルについて学習してください。 +summary: `TIDB_HOT_REGIONS_HISTORY` information_schema テーブルについて学習してください。 --- # TIDB_HOT_REGIONS_HISTORY {#tidb-hot-regions-history} diff --git a/information-schema/information-schema-tikv-region-status.md b/information-schema/information-schema-tikv-region-status.md index db2f5d1b94948..ae4f7868d6c4b 100644 --- a/information-schema/information-schema-tikv-region-status.md +++ b/information-schema/information-schema-tikv-region-status.md @@ -1,6 +1,6 @@ --- title: TIKV_REGION_STATUS -summary: `TIKV_REGION_STATUS`information_schemaテーブルについて学習してください。 +summary: `TIKV_REGION_STATUS` information_schema テーブルについて学習してください。 --- # TIKV_REGION_STATUS {#tikv-region-status}