1. 04 Oct, 2008 1 commit
    • Mattias Jonsson's avatar
      Bug#37453: Dropping/creating index on partitioned table with · 8f64bf94
      Mattias Jonsson authored
      InnoDB Plugin locks table
      
      The fast/on-line add/drop index handler calls was not implemented
      whithin the partitioning.
      
      This implements it in the partitioning handler.
      
      Since this is only used by the not included InnoDB plugin, there
      is no test case. (Have tested it manually with the plugin, and
      it does not allow unique indexes not including partitioning
      function, or removal of pk, which in innodb generates a new pk,
      which is not in the partitioning function.)
      
      NOTE: This introduces a new handler method, and because of that
      changes the storage engine api. (One cannot use a handlerton to
      see the capabilities of a table's handler if it is partitioned.
      So I added a wrapper function in the handler that defaults to
      the handlerton function, which the partitioning handler overrides.
      8f64bf94
  2. 25 Sep, 2008 1 commit
  3. 23 Sep, 2008 1 commit
  4. 22 Sep, 2008 3 commits
  5. 20 Sep, 2008 4 commits
  6. 18 Sep, 2008 8 commits
  7. 17 Sep, 2008 4 commits
  8. 16 Sep, 2008 6 commits
  9. 15 Sep, 2008 9 commits
  10. 11 Sep, 2008 3 commits