mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Manual merge
This commit is contained in:
@@ -4934,7 +4934,7 @@ the generated partition syntax in a correct manner.
|
|||||||
}
|
}
|
||||||
if (thd->work_part_info)
|
if (thd->work_part_info)
|
||||||
{
|
{
|
||||||
partition_info *part_info= thd->lex->part_info;
|
partition_info *part_info= thd->work_part_info;
|
||||||
bool is_native_partitioned= FALSE;
|
bool is_native_partitioned= FALSE;
|
||||||
/*
|
/*
|
||||||
Need to cater for engine types that can handle partition without
|
Need to cater for engine types that can handle partition without
|
||||||
|
Reference in New Issue
Block a user