1
0
mirror of https://github.com/MariaDB/server.git synced 2025-11-30 05:23:50 +03:00
Files
mariadb/storage/tokudb/mysql-test/tokudb_alter_table/disabled.def
Sergei Golubchik 20031c6273 Enable TokuDB online ALTER
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
2013-09-25 19:42:22 +02:00

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?