summaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorigor@olga.mysql.com <>2007-06-07 15:04:39 -0700
committerigor@olga.mysql.com <>2007-06-07 15:04:39 -0700
commite3a13c26bda48e4eafe03e964d9417fdd48535a5 (patch)
treea9332a880b463d5d483f1cf1c7fa159256a9b5d2 /sql
parent6d3e2399f9571df2cee84c04028b15c2de3bd777 (diff)
downloadmariadb-git-e3a13c26bda48e4eafe03e964d9417fdd48535a5.tar.gz
Correction to remove compilee warnings and compiler errors on Windows.
Diffstat (limited to 'sql')
-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,