Skip to content
  • Kevin Lewis's avatar
    d285c74c
    WL9508 - CREATE/ALTER/DROP UNDO TABLESPACE · d285c74c
    Kevin Lewis authored
    - Implement SQL Syntax.
    - New file suffix '.ibu' for these explicit undo tablespaces.
    - Implicit undo tablespaces are now hardcoded to 2, named
      "undo_001" & "undo_002".
    - Use MDL plus and undo::ddl_mutex to serialize explicit undo SQL
      and background tasks on them.
    - new test cases and lots of changes to existing testcases and code
    - intergration into many other InnoDB features.
    d285c74c
    WL9508 - CREATE/ALTER/DROP UNDO TABLESPACE
    Kevin Lewis authored
    - Implement SQL Syntax.
    - New file suffix '.ibu' for these explicit undo tablespaces.
    - Implicit undo tablespaces are now hardcoded to 2, named
      "undo_001" & "undo_002".
    - Use MDL plus and undo::ddl_mutex to serialize explicit undo SQL
      and background tasks on them.
    - new test cases and lots of changes to existing testcases and code
    - intergration into many other InnoDB features.
Loading