diff options
author | igor@olga.mysql.com <> | 2007-06-07 15:04:39 -0700 |
---|---|---|
committer | igor@olga.mysql.com <> | 2007-06-07 15:04:39 -0700 |
commit | e3a13c26bda48e4eafe03e964d9417fdd48535a5 (patch) | |
tree | a9332a880b463d5d483f1cf1c7fa159256a9b5d2 /sql | |
parent | 6d3e2399f9571df2cee84c04028b15c2de3bd777 (diff) | |
download | mariadb-git-e3a13c26bda48e4eafe03e964d9417fdd48535a5.tar.gz |
Correction to remove compilee warnings and compiler errors on Windows.
Diffstat (limited to 'sql')
-rw-r--r-- | sql/field.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/field.h b/sql/field.h index 39378addd4c..ccdda7d04ce 100644 --- a/sql/field.h +++ b/sql/field.h @@ -364,6 +364,7 @@ public: { /* shouldn't get here. */ DBUG_ASSERT(0); + return GEOM_GEOMETRY; } friend bool reopen_table(THD *,struct st_table *,bool); friend int cre_myisam(my_string name, register TABLE *form, uint options, |