mirror of
https://github.com/MariaDB/server.git
synced 2025-04-20 22:25:30 +02:00

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>
1 line
64 B
Text
1 line
64 B
Text
--log-bin --binlog-storage-engine=innodb --max-binlog-size=256K
|