mariadb/storage/xtradb/srv
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
..
srv0conc.cc Merge branch '10.0' into 10.1 2016-06-28 22:01:55 +02:00
srv0mon.cc Merge branch '10.0' into 10.1 2016-09-28 17:55:28 +02:00
srv0srv.cc Prepare XtraDB to be used with xtrabackup. 2016-10-22 14:10:12 +00:00
srv0start.cc Prepare XtraDB to be used with xtrabackup. 2016-10-22 14:10:12 +00:00