[patch 035/129] Merge patch for revision 1823 from InnoDB SVN:
revno: 1823
revision-id: svn-v4:16c675df-0fcb-4bc9-8058-dcc011a37293:branches/zip:5775
parent: svn-v4:16c675df-0fcb-4bc9-8058-dcc011a37293:branches/zip:5752
committer: calvin
timestamp: Mon 2009-09-07 20:15:05 +0000
message:
branches/zip: Build InnoDB on Windows with UNIV_HOTBACKUP
The changes are non-functional changes for normal InnoDB,
but needed for building the Hot Backup on Windows (with
UNIV_HOTBACKUP defined).
- Define os_aio_use_native_aio for HB.
- Do not acquire seek mutexes for backup since HB is single threaded.
- Do not use srv_flush_log_at_trx_commit for HB build
rb://155
Approved by: Marko
modified:
os/os0file.c 2@16c675df-0fcb-4bc9-8058-dcc011a37293:trunk%2Fos%2Fos0file.c
diff:
=== modified file 'os/os0file.c'