1. 04 Mar, 2010 1 commit
    • Mattias Jonsson's avatar
      Bug#51347: assertion with show create table + partition by columns · 5eaa7936
      Mattias Jonsson authored
      on decimal column
      
      The problem was that there was no check to disallow DECIMAL
      columns in the code (it was accepted as if it was INTEGER).
      
      Solution was to correctly disallow DECIMAL columns in
      COLUMNS partitioning. As documented.
      
      mysql-test/r/partition_column.result:
        Bug#51347: assertion with show create table + partition by columns
        on decimal column
        
        updated test result
      mysql-test/t/partition_column.test:
        Bug#51347: assertion with show create table + partition by columns
        on decimal column
        
        Added test to verify column types that is not supported
      sql/sql_partition.cc:
        Bug#51347: assertion with show create table + partition by columns
        on decimal column
        
        Moved DECIMAL types to be disallowed as column types in COLUMNS
        partitioning
      5eaa7936
  2. 02 Mar, 2010 5 commits
  3. 01 Mar, 2010 24 commits
  4. 02 Mar, 2010 2 commits
  5. 01 Mar, 2010 8 commits