1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

Manual merge

This commit is contained in:
unknown
2006-03-20 23:55:10 -05:00
parent f7cf71e0ee
commit df7d2348a4

View File

@@ -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