summaryrefslogtreecommitdiff
path: root/storage/myisam/myisamlog.c
diff options
context:
space:
mode:
authorSergey Vojtovich <svoj@sun.com>2009-12-09 15:03:34 +0400
committerSergey Vojtovich <svoj@sun.com>2009-12-09 15:03:34 +0400
commitcda5ad508ae591c3d73c5316eb68e024e5ebd7c4 (patch)
tree5732512e67d66255eba1c3b512ef545d714c9795 /storage/myisam/myisamlog.c
parent6fd3866c6c104f8bc991d71583e627ae6fabe0ab (diff)
parent6b8cd32eaa0e4bcbe2e5031cbb465f6a6036bc58 (diff)
downloadmariadb-git-cda5ad508ae591c3d73c5316eb68e024e5ebd7c4.tar.gz
Merge mysql-next-mr to mysql-next-mr-svoj.
Diffstat (limited to 'storage/myisam/myisamlog.c')
-rw-r--r--storage/myisam/myisamlog.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/storage/myisam/myisamlog.c b/storage/myisam/myisamlog.c
index 622fd1a34a3..b2699d66f84 100644
--- a/storage/myisam/myisamlog.c
+++ b/storage/myisam/myisamlog.c
@@ -845,3 +845,5 @@ static my_bool cmp_filename(struct file_info *file_info, char * name)
return 1;
return strcmp(file_info->name,name) ? 1 : 0;
}
+
+#include "mi_extrafunc.h"