mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 06:44:16 +01:00
a6a9774849
Problem was that the mix of handlers was not consistent between CREATE and ALTER changed so that it works like: - All partitions must use the same engine AND it must be the same as the table. - if one does NOT specify an engine on the table level then one must either NOT specify any engine on any partition/subpartition OR for ALL partitions/subpartitions Note: that after a table have been created, the storage engine is specified for all parts of the table (table/partition/subpartition) and so when using alter, one does not need to specify it (unless one wants to change the storage engine, then one have to specify it on the table level) |
||
---|---|---|
.. | ||
methods1.inc | ||
part_blocked_sql_funcs_main.inc | ||
part_supported_sql_funcs_delete.inc | ||
part_supported_sql_funcs_main.inc | ||
partition.pre | ||
partition_10.inc | ||
partition_11.inc | ||
partition_12.inc | ||
partition_20.inc | ||
partition_alter1.inc | ||
partition_alter2.inc | ||
partition_alter3.inc | ||
partition_alter4.inc | ||
partition_alter_1.inc | ||
partition_alter_11.inc | ||
partition_alter_13.inc | ||
partition_alter_41.inc | ||
partition_basic.inc | ||
partition_bigint.inc | ||
partition_binary.inc | ||
partition_bit.inc | ||
partition_blob.inc | ||
partition_blocked_sql_funcs.inc | ||
partition_char.inc | ||
partition_check.inc | ||
partition_check_drop.inc | ||
partition_check_read.inc | ||
partition_check_read1.inc | ||
partition_check_read2.inc | ||
partition_cleanup.inc | ||
partition_date.inc | ||
partition_datetime.inc | ||
partition_decimal.inc | ||
partition_directory.inc | ||
partition_double.inc | ||
partition_engine.inc | ||
partition_enum.inc | ||
partition_float.inc | ||
partition_int.inc | ||
partition_key_4col.inc | ||
partition_key_8col.inc | ||
partition_key_16col.inc | ||
partition_key_32col.inc | ||
partition_layout.inc | ||
partition_layout_check1.inc | ||
partition_layout_check2.inc | ||
partition_mediumint.inc | ||
partition_methods1.inc | ||
partition_methods2.inc | ||
partition_set.inc | ||
partition_smallint.inc | ||
partition_supported_sql_funcs.inc | ||
partition_syntax.inc | ||
partition_syntax_1.inc | ||
partition_syntax_2.inc | ||
partition_text.inc | ||
partition_time.inc | ||
partition_timestamp.inc | ||
partition_tinyint.inc | ||
partition_trigg1.inc | ||
partition_trigg2.inc | ||
partition_trigg3.inc | ||
partition_value.inc | ||
partition_varbinary.inc | ||
partition_varchar.inc | ||
partition_year.inc |