mariadb/storage/xtradb/os
Vladislav Vaintroub fcb2939131 Fix long xtradb shutdown on Windows XP
The reason for the long shutdown is hanging in io threads. It appears
that just closing completion port on XP does not necessarily signal 
thread waiting in GetIOCompletionStatus() (even if this works fine
on later Windows versions)

The fix is to wakeup background threads using PostQueuedCompletionStatus()
with a special 'key' parameter indicating shutdown.
2011-08-08 18:40:41 +02:00
..
os0file.c Fix long xtradb shutdown on Windows XP 2011-08-08 18:40:41 +02:00
os0proc.c Merge XtraDB from Percona Server 5.1.54-12.5 into MariaDB. 2011-02-04 14:18:08 +01:00
os0sync.c LPBUG#882689 - crash during startup on XP. 2011-08-08 18:01:33 +02:00
os0thread.c Merge XtraDB 9 into MariaDB. 2010-01-15 16:58:25 +01:00