mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
WL#4350 Options in my.cnf style config file should not start with --
This commit is contained in:
@ -1,8 +1,8 @@
|
||||
[row]
|
||||
--binlog-format=row
|
||||
binlog-format=row
|
||||
|
||||
[stmt]
|
||||
--binlog-format=statement
|
||||
binlog-format=statement
|
||||
|
||||
[mix]
|
||||
--binlog-format=mixed
|
||||
binlog-format=mixed
|
||||
|
Reference in New Issue
Block a user