summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorunknown <igor@olga.mysql.com>2007-06-07 15:04:39 -0700
committerunknown <igor@olga.mysql.com>2007-06-07 15:04:39 -0700
commit11a9d5dff57cca3efad92e5f49999262fc2b83d3 (patch)
treea9332a880b463d5d483f1cf1c7fa159256a9b5d2
parent80cbbceae72d0d79596067883e8027c91a47d269 (diff)
downloadmariadb-git-11a9d5dff57cca3efad92e5f49999262fc2b83d3.tar.gz
Correction to remove compilee warnings and compiler errors on Windows.
-rw-r--r--sql/field.h1
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,