summaryrefslogtreecommitdiff
path: root/sql/parse_file.h
diff options
context:
space:
mode:
authorunknown <sergefp@mysql.com>2004-07-01 23:31:48 +0400
committerunknown <sergefp@mysql.com>2004-07-01 23:31:48 +0400
commitfa5f9d64afb939b0dae2f4e29006fa39326860c2 (patch)
tree4de99dce9a6de2d0446bbd1f723a0d9328ce23b0 /sql/parse_file.h
parentc92670d80b3674fa025e373e0498eccbb407f873 (diff)
downloadmariadb-git-fa5f9d64afb939b0dae2f4e29006fa39326860c2.tar.gz
Remove compiler warning
Diffstat (limited to 'sql/parse_file.h')
-rw-r--r--sql/parse_file.h2
1 files changed, 1 insertions, 1 deletions
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 */
};