summaryrefslogtreecommitdiff
path: root/sql/spatial.cc
diff options
context:
space:
mode:
Diffstat (limited to 'sql/spatial.cc')
-rw-r--r--sql/spatial.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/sql/spatial.cc b/sql/spatial.cc
index b4ce6f59185..89ecec51406 100644
--- a/sql/spatial.cc
+++ b/sql/spatial.cc
@@ -766,7 +766,8 @@ int Gis_line_string::store_shapes(Gcalc_shape_transporter *trn) const
{
uint32 n_points;
double x, y;
- double prev_x, prev_y;
+ double prev_x= 0.0;
+ double prev_y= 0.0;
int first_point= 1;
const char *data= m_data;