• anozdrin/alik@ibm.'s avatar
    This the 4-th patch in scope of CS patch (BUG#11986). · 62e3e462
    anozdrin/alik@ibm. authored
    The patch contains the following changes:
      - Introduce auxilary functions to convenient work with character sets:
        - resolve_charset();
        - resolve_collation();
        - get_default_db_collation();
      - Introduce lex_string_set();
      - Refactor Table_trigger_list::process_triggers() &
        sp_head::execute_trigger() to be consistent with other code;
      - Move reusable code from add_table_for_trigger() into
        build_trn_path(), check_trn_exists() and load_table_name_for_trigger()
        to be used in the following patch.
      - Rename triggers_file_ext and trigname_file_ext into TRN_EXT and
        TRG_EXT respectively.
    62e3e462
sql_db.cc 51.6 KB