• Sergey Vojtovich's avatar
    MDEV-4786 - merge 10.0-monty - 10.0 · b3a1f420
    Sergey Vojtovich authored
    Fixed connect.grant failure.
    
    sql/create_options.cc:
      Keep "first" list intact, allocate new list for merge result.
      
      Normally "first" is options list on TABLE_SHARE. ALTER TABLE may fail
      after the merge and leave share with corrupt list in the table definition
      cache.
    sql/create_options.h:
      Construct engine_option_value from another engine_option_value.
    b3a1f420
create_options.h 3.91 KB