mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 20:07:13 +02:00
MDEV-17601: MariaDB Galera does not expect 'mbstream' as streamfmt
Setting "streamfmt=mbstream" in the "[sst]" section causes SST to fail because the format automatically switches to 'tar' by default (insead of mbstream). To fix this, we need to add mbstream to the list of valid values for the format, making it synonymous with xbstream. This must be done both in the SST script and when parsing the options of the corresponding utilities.
This commit is contained in:
parent
578b6ba02a
commit
982294ac16
4 changed files with 11 additions and 9 deletions
|
|
@ -94,7 +94,7 @@ ENDIF()
|
|||
|
||||
|
||||
########################################################################
|
||||
# xbstream binary
|
||||
# mbstream binary
|
||||
########################################################################
|
||||
MYSQL_ADD_EXECUTABLE(mbstream
|
||||
ds_buffer.c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue