MDEV-35785: Use same innodb_log_file_mmap description on all systems
authorOtto Kekäläinen <otto@debian.org>
Sun, 12 Jan 2025 21:31:16 +0000 (13:31 -0800)
committerOtto Kekäläinen <otto@debian.org>
Sun, 12 Jan 2025 22:10:40 +0000 (14:10 -0800)
commit05d98ab483867e0455b9861238081f63b5f71593
tree3ef82e90f41f3a76af01d02e49da4e1f89af19c3
parent4313c0607eb3d6ea8afcc9cc9d25f2196e22b8d6
MDEV-35785: Use same innodb_log_file_mmap description on all systems

On most 64-bit architectures `mariadbd --help --verbose` said:

    Whether ib_logfile0 resides in persistent memory or
    should initially be memory-mapped

On 32-bit architectures and some 64-bit (e.g. s390x) it said:

    Whether ib_logfile0 should initially be memory-mapped

Having the help test vary with the same source code build with the same
build flags and dependencies seems confusing. Unify the text to always
be the same for clarity.

Ideally the embedded help text would be the exact same first sentence
as the wiki docs[1] but use this custom text now for better clarity.

[1] https://mariadb.com/kb/en/innodb-system-variables/#innodb_log_file_mmap

Forwarded: no

Gbp-Pq: Name MDEV-35785-Use-same-innodb_log_file_mmap-description.patch
storage/innobase/handler/ha_innodb.cc