1. 26 Sep, 2018 1 commit
    • Marko Mäkelä's avatar
      Properly rebuild SYS_COLUMNS metadata · 22d81cf7
      Marko Mäkelä authored
      innobase_add_one_virtual(), innobase_insert_sys_virtual(): Change
      the return type to bool, and invoke my_error() when detecting an error.
      
      innodb_insert_sys_columns(): Insert a record into SYS_COLUMNS.
      Refactored from innobase_add_one_virtual() and innobase_instant_add_col().
      
      innobase_instant_add_col(): Replace the parameter dfield with type.
      
      innobase_instant_drop_cols(): Drop matching columns from SYS_COLUMNS
      and all columns from SYS_VIRTUAL.
      
      innobase_instant_try(): Only invoke innobase_instant_drop_cols() when
      there are other changes than adding columns last.
      
      innodb_update_cols(): Renamed from innodb_update_n_cols().
      22d81cf7
  2. 25 Sep, 2018 4 commits
  3. 24 Sep, 2018 11 commits
  4. 21 Sep, 2018 12 commits
  5. 20 Sep, 2018 11 commits
  6. 19 Sep, 2018 1 commit