mariadb/extra/mariabackup
Michael Widenius 458d5ed8aa Lots of small cleanups
- Simplified use_trans_cache() to return at once if is_transactional is set
- Indentation and spelling errors fixed
- Don't call signal_update() if update_binlog_end_pos() is called as the
  function already calls signal_update()
- Removed not used function wait_for_update_bin_log(), which would cause
  errors if ever used.
- Simplified handler::clone() by always allocating 'ref' in ha_open(). To do
  this I added an optional MEM_ROOT argument to ha_open() to be used when
  allocating 'ref'
- Changed arguments to get_system_var() from LEX_CSTRING to LEX_CSTRING*
- Added THD as argument to create_select_for_variable(). Changed also char*
  argument to LEX_CSTRING to avoid strlen() call.
- Change calls to append() to use LEX_CSTRING
2017-08-24 01:05:49 +02:00
..
crc Merge 10.0 into 10.1 2017-05-20 08:41:20 +03:00
quicklz MDEV-9566 Add Percona Xtrabackup 2.3.7 2017-04-27 19:12:39 +02:00
backup_copy.cc Mariabackup: Remove unused parameters and fix some memory leaks 2017-07-06 19:14:44 +03:00
backup_copy.h MDEV-9566 Port Percona Xtrabackup to MariaDB as mariabackup 2017-04-27 19:12:40 +02:00
backup_mysql.cc MDEV-13332 mariabackup from 10.2.x crashes with --ftwrl-* options 2017-07-17 17:05:06 +00:00
backup_mysql.h MDEV-9566 Add Percona Xtrabackup 2.3.7 2017-04-27 19:12:39 +02:00
backup_wsrep.h MDEV-12548 Initial implementation of Mariabackup for MariaDB 10.2 2017-07-05 11:43:28 +03:00
changed_page_bitmap.cc MDEV-12548 Initial implementation of Mariabackup for MariaDB 10.2 2017-07-05 11:43:28 +03:00
changed_page_bitmap.h MDEV-9566 Add Percona Xtrabackup 2.3.7 2017-04-27 19:12:39 +02:00
CMakeLists.txt Compile mariabackup with its own copy of net_serv.cc 2017-08-23 19:05:13 +02:00
common.h MDEV-9566 Port Percona Xtrabackup to MariaDB as mariabackup 2017-04-27 19:12:40 +02:00
datasink.c Fix compilation errors 2017-08-24 01:05:48 +02:00
datasink.h Xtrabackup 2.3.8 2017-04-27 19:12:42 +02:00
ds_archive.c Lots of small cleanups 2017-08-24 01:05:49 +02:00
ds_archive.h MDEV-9566 Add Percona Xtrabackup 2.3.7 2017-04-27 19:12:39 +02:00
ds_buffer.c Fix compilation errors 2017-08-24 01:05:48 +02:00
ds_buffer.h MDEV-9566 Add Percona Xtrabackup 2.3.7 2017-04-27 19:12:39 +02:00
ds_compress.c Fix compilation errors 2017-08-24 01:05:48 +02:00
ds_compress.h MDEV-9566 Add Percona Xtrabackup 2.3.7 2017-04-27 19:12:39 +02:00
ds_local.c Fix compilation errors 2017-08-24 01:05:48 +02:00
ds_local.h MDEV-9566 Add Percona Xtrabackup 2.3.7 2017-04-27 19:12:39 +02:00
ds_stdout.c Fix compilation errors 2017-08-24 01:05:48 +02:00
ds_stdout.h MDEV-9566 Add Percona Xtrabackup 2.3.7 2017-04-27 19:12:39 +02:00
ds_tmpfile.c Fix compilation errors 2017-08-24 01:05:48 +02:00
ds_tmpfile.h MDEV-9566 Add Percona Xtrabackup 2.3.7 2017-04-27 19:12:39 +02:00
ds_xbstream.c Fix compilation errors 2017-08-24 01:05:48 +02:00
ds_xbstream.h MDEV-9566 Add Percona Xtrabackup 2.3.7 2017-04-27 19:12:39 +02:00
encryption_plugin.cc Lots of small cleanups 2017-08-24 01:05:49 +02:00
encryption_plugin.h MDEV-9566 Port Percona Xtrabackup to MariaDB as mariabackup 2017-04-27 19:12:40 +02:00
fil_cur.cc Lots of small cleanups 2017-08-24 01:05:49 +02:00
fil_cur.h MDEV-12548 Initial implementation of Mariabackup for MariaDB 10.2 2017-07-05 11:43:28 +03:00
innobackupex.cc Mariabackup: Remove unused parameters and fix some memory leaks 2017-07-06 19:14:44 +03:00
innobackupex.h MDEV-9566 Add Percona Xtrabackup 2.3.7 2017-04-27 19:12:39 +02:00
read_filt.cc MDEV-12548 Initial implementation of Mariabackup for MariaDB 10.2 2017-07-05 11:43:28 +03:00
read_filt.h MDEV-12548 Initial implementation of Mariabackup for MariaDB 10.2 2017-07-05 11:43:28 +03:00
write_filt.cc Fix compilation errors 2017-08-24 01:05:48 +02:00
write_filt.h MDEV-9566 Port Percona Xtrabackup to MariaDB as mariabackup 2017-04-27 19:12:40 +02:00
wsrep.cc Fix compilation errors 2017-08-24 01:05:48 +02:00
xb0xb.h MDEV-12548 Initial implementation of Mariabackup for MariaDB 10.2 2017-07-05 11:43:28 +03:00
xb_regex.h MDEV-9566 Port Percona Xtrabackup to MariaDB as mariabackup 2017-04-27 19:12:40 +02:00
xbcloud.cc MDEV-9566 Add Percona Xtrabackup 2.3.7 2017-04-27 19:12:39 +02:00
xbstream.c Fix compilation errors 2017-08-24 01:05:48 +02:00
xbstream.h MDEV-12832 : remove libarchive support from mariabackup, 2017-05-21 22:19:06 +00:00
xbstream_read.c Fix compilation errors 2017-08-24 01:05:48 +02:00
xbstream_write.c Fix compilation errors 2017-08-24 01:05:48 +02:00
xtrabackup.cc Lots of small cleanups 2017-08-24 01:05:49 +02:00
xtrabackup.h Mariabackup: Remove unused parameters and fix some memory leaks 2017-07-06 19:14:44 +03:00