Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Not a Bug
-
10.7.7
-
None
-
Windows 11 22H2
Description
C:\Program Files\MariaDB\bin\mysqldump.exe: unknown variable 'innodb_flush_method=unbuffered'
Fix it.
--------------
[mysqldump]
default-character-set=utf8mb4_unicode_ci
innodb_flush_method=unbuffered
Attachments
Issue Links
- relates to
-
MDEV-30517 On windows 11, difference of innodb_flush_method=O_DIRECT vs. innodb_flush_method=unbuffered
-
- Closed
-
While Mariabackup will take several innodb variables because it directly interacts with the database files directly, mysqldump.exe/mariadb-dump.exe purely interacts with the server via SQL and as such doesn't support any storage engine variables. All mysqldump.exe interactions with the server rely on the server settings.