Amazon Linux 2023
mariadb118-11.8.8-1.amzn2023.0.1.aarch64
libedit-3.1-38.20210714cvs.amzn2023.0.2
The MariaDB client creates and uses an incorrect history file:
Expected:
~/.mariadb_history
Actual:
~/.mariadb_histor
Evidence:
strace shows:
openat(AT_FDCWD, "/home/mka/.mariadb_histor", O_RDONLY)
Binary contains:
%s/.mariadb_history
This looks like a 1-byte truncation when constructing the history filename.
Amazon Linux 2023
mariadb118-11.8.8-1.amzn2023.0.1.aarch64
libedit-3.1-38.20210714cvs.amzn2023.0.2
The MariaDB client creates and uses an incorrect history file:
Expected:
~/.mariadb_historyActual:
~/.mariadb_historEvidence:
strace shows:
openat(AT_FDCWD, "/home/mka/.mariadb_histor", O_RDONLY)Binary contains:
%s/.mariadb_historyThis looks like a 1-byte truncation when constructing the history filename.