mariadb/extra/mariabackup
Marko Mäkelä 65474d92f5 Follow-up to "Fixed wrong printf in mariabackup"
This amends commit 4dc20ff687.

Starting with MariaDB 10.2, InnoDB defines
typedef size_t ulint;

The standard format for size_t uses the z modifier, for example,
"%zu" as in the macro ULINTPF.

"%lu" is wrong for size_t, because sizeof(unsigned long) can be
something else than sizeof(size_t). On Windows, the former would
always be 4 bytes, while size_t would be 4 or 8 bytes.
2018-09-18 06:23:25 +03:00
..
crc
quicklz
backup_copy.cc MDEV-16791 mariabackup : Support DDL commands during backup 2018-08-14 15:11:13 +01:00
backup_copy.h
backup_mysql.cc MDEV-16791 mariabackup : Support DDL commands during backup 2018-08-14 15:11:13 +01:00
backup_mysql.h
backup_wsrep.h
changed_page_bitmap.cc
changed_page_bitmap.h
CMakeLists.txt Merge branch '10.1' into 10.2 2018-05-10 13:01:42 +02:00
common.h
datasink.c MDEV-16791 mariabackup : Support DDL commands during backup 2018-08-14 15:11:13 +01:00
datasink.h
ds_archive.c
ds_archive.h
ds_buffer.c compiler warning 2018-03-24 14:17:31 +01:00
ds_buffer.h
ds_compress.c
ds_compress.h
ds_local.cc
ds_local.h
ds_stdout.c
ds_stdout.h
ds_tmpfile.c
ds_tmpfile.h
ds_xbstream.c
ds_xbstream.h
encryption_plugin.cc MDEV-16671 - crash in mariabackup with my.cnf with plugin-load=ha_rocksdb 2018-09-07 18:18:49 +01:00
encryption_plugin.h
fil_cur.cc Merge branch '10.1' into 10.2 2018-09-14 08:47:22 +02:00
fil_cur.h MDEV-16791 mariabackup : Support DDL commands during backup 2018-08-14 15:11:13 +01:00
innobackupex.cc Merge branch '10.1' into 10.2 2018-04-10 17:43:18 +03:00
innobackupex.h
read_filt.cc
read_filt.h
write_filt.cc
write_filt.h
wsrep.cc Merge 10.1 into 10.2 2018-08-03 13:02:56 +03:00
xb0xb.h
xb_regex.h
xbcloud.cc
xbstream.c
xbstream.h
xbstream_read.c
xbstream_write.c
xtrabackup.cc Follow-up to "Fixed wrong printf in mariabackup" 2018-09-18 06:23:25 +03:00
xtrabackup.h MDEV-13122 Backup myrocksdb with mariabackup. 2018-06-07 15:13:54 +01:00