1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

Merge dator5.(none):/home/pappa/clean-mysql-5.1

into  dator5.(none):/home/pappa/bug18198
This commit is contained in:
mikael@dator5.(none)
2006-06-23 01:25:24 -04:00
15 changed files with 310 additions and 142 deletions

View File

@@ -3186,7 +3186,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;