The default script makes use of mysql specific scripts.
However mariadb has its own version, and recommends using it instead. So there should be support for making use of the mariadb versions of the scripts so that errors aren't added by default.
Sample output when mysql or mysqldump is called on MariaDB 11.4:
mysqldump: Deprecated program name. It will be removed in a future release, use '/usr/bin/mariadb-dump' instead
mysql: Deprecated program name. It will be removed in a future release, use '/usr/bin/mariadb' instead
The default script makes use of
mysqlspecific scripts.However mariadb has its own version, and recommends using it instead. So there should be support for making use of the mariadb versions of the scripts so that errors aren't added by default.
Sample output when
mysqlormysqldumpis called on MariaDB 11.4: