Skip to content

MDEV-39584: update help sql tables and replace KB links#5068

Merged
grooverdan merged 1 commit into
MariaDB:10.11from
grooverdan:MDEV-39584
May 15, 2026
Merged

MDEV-39584: update help sql tables and replace KB links#5068
grooverdan merged 1 commit into
MariaDB:10.11from
grooverdan:MDEV-39584

Conversation

@grooverdan
Copy link
Copy Markdown
Member

@grooverdan grooverdan commented May 13, 2026

Updated KB links to the http redirected Documenation links.

Change the help SQL tables generated from the current Docs.

Adjust a few test cases that depended on the help documention.

@grooverdan grooverdan added the MariaDB Foundation Pull requests created by MariaDB Foundation label May 13, 2026
Copy link
Copy Markdown

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates MariaDB documentation links from the old Knowledge Base to the new documentation site across the codebase, including source files, scripts, and configuration files. Feedback identifies several issues in the updated strings: a broken URL in mysys/my_largepage.c caused by a missing slash, multiple instances where /n was incorrectly used instead of the newline character \n in InnoDB storage engine files, and several spelling errors where "Documentation" was misspelled as "Documention".

Comment thread mysys/my_largepage.c Outdated
Comment thread storage/innobase/handler/ha_innodb.cc Outdated
Comment thread storage/innobase/handler/ha_innodb.cc Outdated
Comment thread storage/innobase/ut/ut0dbg.cc Outdated
Comment thread client/mysqlcheck.c Outdated
Comment thread debian/control Outdated
Comment thread man/myrocks_hotbackup.1 Outdated
Comment thread man/mysql_ldb.1 Outdated
Comment thread mysys/my_setuser.c Outdated
scripts/fill_help_tables.sql from
https://github.com/mariadb-corporation/mariadb-docs/ as of
3fb208fcdfed06beb52ef9e305017de2387ff012

Other URL changes are taken from the HTTP redirection URL
from the old KB.

Some test cases where impacted:
* ps_missed_cmds{,_bin_prot} - used a topic_id of 0 that is
 now used, used MAX_INT instead.

* range_notembedded used the help data as a test case. As its not
  a stable table data, replaces with static data. Test case valid
  by ensuring the ANALYZE EXPLAIN and optimizer trace had the same
  structure. Also valided the MDEV-24739/MDEV-25069 bug fixes from
  where the test case originaled, when reverted, exhibited the
  previous behavour before the bug fixes.
@mariadb-RexJohnston
Copy link
Copy Markdown
Member

Looks good.

@grooverdan grooverdan enabled auto-merge (rebase) May 15, 2026 03:13
@grooverdan grooverdan merged commit 8923afa into MariaDB:10.11 May 15, 2026
16 of 18 checks passed
@grooverdan grooverdan deleted the MDEV-39584 branch May 15, 2026 06:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

MariaDB Foundation Pull requests created by MariaDB Foundation

Development

Successfully merging this pull request may close these issues.

2 participants