• Sergei Golubchik's avatar
    various cleanups · f93a2a3b
    Sergei Golubchik authored
    * remove a confusing method name - Field::set_default_expression()
    * remove handler::register_columns_for_write()
    * rename stuff
    * add asserts
    * remove unlikely unlikely
    * remove redundant if() conditions
    * fix mark_unsupported_function() to report the most important violation
    * don't scan vfield list for default values (vfields don't have defaults)
    * move handling for DROP CONSTRAINT IF EXIST where it belongs
    * don't protect engines from Alter_inplace_info::ALTER_ADD_CONSTRAINT
    * comments
    f93a2a3b
table.cc 234 KB