summaryrefslogtreecommitdiff
path: root/storage/myisam/myisam_ftdump.c
diff options
context:
space:
mode:
Diffstat (limited to 'storage/myisam/myisam_ftdump.c')
-rw-r--r--storage/myisam/myisam_ftdump.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/storage/myisam/myisam_ftdump.c b/storage/myisam/myisam_ftdump.c
index 63f40daad5c..cc28d4a59e5 100644
--- a/storage/myisam/myisam_ftdump.c
+++ b/storage/myisam/myisam_ftdump.c
@@ -22,7 +22,8 @@
static void usage();
static void complain(int val);
-static my_bool get_one_option(const struct my_option *, char *, const char *);
+static my_bool get_one_option(const struct my_option *, const char *,
+ const char *);
static int count=0, stats=0, dump=0, lstats=0;
static my_bool verbose;
@@ -229,7 +230,7 @@ err:
static my_bool
get_one_option(const struct my_option *opt,
- char *argument __attribute__((unused)),
+ const char *argument __attribute__((unused)),
const char *filename __attribute__((unused)))
{
switch(opt->id) {