From 731c2acaed26893906399e2e5b8e9fa5692e259d Mon Sep 17 00:00:00 2001 From: "sergefp@mysql.com" <> Date: Thu, 1 Jul 2004 23:31:48 +0400 Subject: [PATCH] Remove compiler warning --- sql/parse_file.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql/parse_file.h b/sql/parse_file.h index 537fd035f44..f88bab561d3 100644 --- a/sql/parse_file.h +++ b/sql/parse_file.h @@ -32,7 +32,7 @@ typedef enum { struct File_option { - const LEX_STRING name; /* Name of the option */ + LEX_STRING name; /* Name of the option */ int offset; /* offset to base address of value */ enum file_opt_type type; /* Option type */ };