mirror of
https://github.com/MariaDB/server.git
synced 2025-11-30 05:23:50 +03:00
sql/create_options.cc:
an utility function to compare two filled-in engine_option structures
sql/sql_table.cc:
* two keys are different if their option_struct's differ
(for ALTER TABLE DROP key, ADD key)
* engines doing inplace alter must see the new frm image
7 lines
234 B
Modula-2
7 lines
234 B
Modula-2
# alter table
|
|
hcad_tmp_tables: tmp tables bypass hot alter, we run hcad_tmp_tables_56 instead
|
|
|
|
frm_discover_partition: No partition discovery in MariaDB 5.5
|
|
|
|
hcad_with_locks: how this could work, if alter needs an exclusive mdl lock?
|