1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-07 00:04:31 +03:00

MDEV-34705: Binlog-in-engine: Configurable binlog directory

Add option --binlog-directory, used to place the binlogs outside the data
directory (eg. to put them on different disk/file system).

Disallow specifying the binlog name in --log-bin when
--binlog-storage-engine is used, as the name is then not user configurable.

A ToDo (not implemented in this commit) is to use the --binlog-directory
value, if given, also for the legacy binlog implementation.

Signed-off-by: Kristian Nielsen <knielsen@knielsen-hq.org>
This commit is contained in:
Kristian Nielsen
2025-01-06 20:26:24 +01:00
parent e6843ee29a
commit f0fdaa9665
15 changed files with 98 additions and 27 deletions

View File

@@ -1 +1 @@
--binlog-storage-engine=innodb --max-binlog-size=256K
--log-bin --binlog-storage-engine=innodb --max-binlog-size=256K