1. 09 Jan, 2008 1 commit
    • mattiasj@client-10-129-10-137.upp.off.mysql.com's avatar
      Bug#31931 Partitions: unjustified 'mix of handlers' error message · a6a97748
      Problem was that the mix of handlers was not consistent between
      CREATE and ALTER
      
      changed so that it works like:
          - All partitions must use the same engine
            AND it must be the same as the table.
          - if one does NOT specify an engine on the table level
            then one must either NOT specify any engine on any
            partition/subpartition OR for ALL partitions/subpartitions
      
      Note: that after a table have been created, the storage engine
      is specified for all parts of the table (table/partition/subpartition)
      and so when using alter, one does not need to specify it (unless one
      wants to change the storage engine, then one have to specify it on the
      table level)
      a6a97748
  2. 24 Dec, 2007 1 commit
  3. 21 Dec, 2007 5 commits
  4. 20 Dec, 2007 3 commits
  5. 17 Dec, 2007 6 commits
  6. 15 Dec, 2007 5 commits
  7. 14 Dec, 2007 19 commits