mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 11:57:38 +02:00
MDEV-18212 mariabackup: Make output format uniform whenever possible
This commit is contained in:
parent
61b600079b
commit
a8a27e65a8
22 changed files with 407 additions and 476 deletions
|
|
@ -57,19 +57,19 @@ MYSQL_ADD_EXECUTABLE(mariabackup
|
|||
xtrabackup.cc
|
||||
innobackupex.cc
|
||||
changed_page_bitmap.cc
|
||||
datasink.c
|
||||
ds_buffer.c
|
||||
ds_compress.c
|
||||
datasink.cc
|
||||
ds_buffer.cc
|
||||
ds_compress.cc
|
||||
ds_local.cc
|
||||
ds_stdout.c
|
||||
ds_tmpfile.c
|
||||
ds_xbstream.c
|
||||
ds_stdout.cc
|
||||
ds_tmpfile.cc
|
||||
ds_xbstream.cc
|
||||
fil_cur.cc
|
||||
quicklz/quicklz.c
|
||||
read_filt.cc
|
||||
write_filt.cc
|
||||
wsrep.cc
|
||||
xbstream_write.c
|
||||
xbstream_write.cc
|
||||
backup_mysql.cc
|
||||
backup_copy.cc
|
||||
encryption_plugin.cc
|
||||
|
|
@ -96,13 +96,13 @@ ENDIF()
|
|||
# xbstream binary
|
||||
########################################################################
|
||||
MYSQL_ADD_EXECUTABLE(mbstream
|
||||
ds_buffer.c
|
||||
ds_buffer.cc
|
||||
ds_local.cc
|
||||
ds_stdout.c
|
||||
datasink.c
|
||||
xbstream.c
|
||||
xbstream_read.c
|
||||
xbstream_write.c
|
||||
ds_stdout.cc
|
||||
datasink.cc
|
||||
xbstream.cc
|
||||
xbstream_read.cc
|
||||
xbstream_write.cc
|
||||
COMPONENT backup
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue