Commit df7d2348 authored by unknown's avatar unknown

Manual merge

parent f7cf71e0
...@@ -4934,7 +4934,7 @@ the generated partition syntax in a correct manner. ...@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment