summaryrefslogtreecommitdiff
path: root/sql/mf_iocache.cc
diff options
context:
space:
mode:
authormonty@mysql.com <>2004-03-10 13:46:11 +0200
committermonty@mysql.com <>2004-03-10 13:46:11 +0200
commit4ee44751d9ebcca3aa0f6c1f97f732abd7311810 (patch)
tree458c51d3c1854209d1cbc2d57f876333a083ae53 /sql/mf_iocache.cc
parent73780de1292f24d7749045b0e03adbfbaf4df9cd (diff)
downloadmariadb-git-4ee44751d9ebcca3aa0f6c1f97f732abd7311810.tar.gz
Fixed memory leak in DROP DATABASE when using RAID tables (Bug #2882)
Diffstat (limited to 'sql/mf_iocache.cc')
-rw-r--r--sql/mf_iocache.cc7
1 files changed, 0 insertions, 7 deletions
diff --git a/sql/mf_iocache.cc b/sql/mf_iocache.cc
index c79317cfeb3..5c63820a6ae 100644
--- a/sql/mf_iocache.cc
+++ b/sql/mf_iocache.cc
@@ -30,14 +30,7 @@
flush_io_cache().
*/
-#define MAP_TO_USE_RAID
#include "mysql_priv.h"
-#ifdef HAVE_AIOWAIT
-#include <mysys_err.h>
-#include <errno.h>
-static void my_aiowait(my_aio_result *result);
-#endif
-#include <assert.h>
extern "C" {