mariadb/storage/xtradb/btr
Vladislav Vaintroub de5646f1a9 Prepare XtraDB to be used with xtrabackup.
The changes are deliberately kept minimal

- some functions are made global instead of static (they will be used in
xtrabackup later on)

- functions got additional parameter, deliberately unused for now :
  fil_load_single_tablespaces
  srv_undo_tablespaces_init

- Global variables added, also unused for now :
   srv_archive_recovery
   srv_archive_recovery_limit_lsn
   srv_apply_log_only
   srv_backup_mode
   srv_close_files

- To make xtrabackup link with sql.lib on Windows, added some missing
  source files to sql.lib

- Fixed os_thread_ret_t to be DWORD on Windows
2016-10-22 14:10:12 +00:00
..
btr0btr.cc Prepare XtraDB to be used with xtrabackup. 2016-10-22 14:10:12 +00:00
btr0cur.cc Merge branch 'merge/merge-xtradb-5.6' into 10.0 2016-09-27 18:58:57 +02:00
btr0defragment.cc MDEV-8799: Server crashes in btr_defragment_add_index, encryption.innodb-bad-key-change5 and alike fail in buildbot 2015-09-15 09:40:04 +03:00
btr0pcur.cc move to storage/xtradb 2015-05-04 19:15:28 +02:00
btr0scrub.cc MDEV-10886: encryption.innodb-bad-key-change fails (crashes) in buildbot 2016-09-27 07:54:27 +03:00
btr0sea.cc 5.6.31-77.0 2016-08-10 19:24:58 +02:00