1. 16 Feb, 2006 2 commits
    • unknown's avatar
      Bug #17169: Partitions: out of memory if add partition and unique. · 0deff29c
      unknown authored
      When creating a new partition, a bogus memory allocation problem was
      reported.
      
      
      mysql-test/r/partition.result:
        Add new results
      mysql-test/t/partition.test:
        Add new regression test
      sql/sql_table.cc:
        Fix inverted tests that caused mysql_copy_key_list() to not work at all,
        remove a forward declaration for a function that does not exist, and fix
        a debug message.
      0deff29c
    • unknown's avatar
      Small post-merge fix to partition test · a7da76f2
      unknown authored
      
      mysql-test/r/partition.result:
        Update results
      mysql-test/t/partition.test:
        Add missing drop table
      a7da76f2
  2. 15 Feb, 2006 38 commits