mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Merge branch '10.1' into 10.2
This commit is contained in:
@ -1184,14 +1184,14 @@ int Gcalc_operation_reducer::connect_threads(
|
||||
{
|
||||
rp0->outer_poly= prev_range->thread_start;
|
||||
tb->thread_start= prev_range->thread_start;
|
||||
/* Chack if needed */
|
||||
/* Check if needed */
|
||||
ta->thread_start= prev_range->thread_start;
|
||||
}
|
||||
else
|
||||
{
|
||||
rp0->outer_poly= 0;
|
||||
ta->thread_start= rp0;
|
||||
/* Chack if needed */
|
||||
/* Check if needed */
|
||||
tb->thread_start= rp0;
|
||||
}
|
||||
GCALC_DBUG_RETURN(0);
|
||||
|
Reference in New Issue
Block a user