mirror of
https://github.com/MariaDB/server.git
synced 2026-05-06 15:15:34 +02:00
Merge branch '10.0' into 10.1
This commit is contained in:
commit
a5679af1b1
222 changed files with 7304 additions and 3924 deletions
|
|
@ -1278,7 +1278,7 @@ inline int Gcalc_operation_reducer::get_single_result(res_point *res,
|
|||
GCALC_DBUG_RETURN(1);
|
||||
}
|
||||
else
|
||||
if (storage->single_point(res->pi->x, res->pi->y))
|
||||
if (storage->single_point(res->pi->node.shape.x, res->pi->node.shape.y))
|
||||
GCALC_DBUG_RETURN(1);
|
||||
free_result(res);
|
||||
GCALC_DBUG_RETURN(0);
|
||||
|
|
@ -1304,8 +1304,8 @@ int Gcalc_operation_reducer::get_result_thread(res_point *cur,
|
|||
}
|
||||
else
|
||||
{
|
||||
x= cur->pi->x;
|
||||
y= cur->pi->y;
|
||||
x= cur->pi->node.shape.x;
|
||||
y= cur->pi->node.shape.y;
|
||||
}
|
||||
if (storage->add_point(x, y))
|
||||
GCALC_DBUG_RETURN(1);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue