summaryrefslogtreecommitdiff
path: root/sql/sql_table.cc
diff options
context:
space:
mode:
Diffstat (limited to 'sql/sql_table.cc')
-rw-r--r--sql/sql_table.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_table.cc b/sql/sql_table.cc
index bf0535567b4..41f345ad9f0 100644
--- a/sql/sql_table.cc
+++ b/sql/sql_table.cc
@@ -3145,7 +3145,7 @@ bool mysql_create_table_internal(THD *thd,
DBUG_PRINT("info", ("db_type = %d",
ha_legacy_type(part_info->default_engine_type)));
if (part_info->check_partition_info(thd, &engine_type, file,
- create_info->max_rows))
+ create_info->max_rows, TRUE))
goto err;
part_info->default_engine_type= engine_type;