1. 05 Jul, 2006 2 commits
    • unknown's avatar
      BUG#20770: Added some more test cases · a1ad0301
      unknown authored
      
      mysql-test/r/partition_range.result:
        New test case
      mysql-test/t/partition_range.test:
        New test case
      sql/partition_info.cc:
        No changes
      a1ad0301
    • unknown's avatar
      BUG#20770: DATA DIRECTORY and INDEX DIRECTORY error when ALTER TABLE ADD/DROP/REORGANIZE partition · 073a3a64
      unknown authored
                 Also some error in handling options for subpartitions.
      
      
      mysql-test/r/partition.result:
        New test cases
      mysql-test/t/partition.test:
        New test cases
      sql/ha_partition.cc:
        Added partition_element to prepare_new_partition so that we can properly set-up table
        before creating partitions.
      sql/ha_partition.h:
        Added partition_element to prepare_new_partition so that we can properly set-up table
        before creating partitions.
      sql/sql_yacc.yy:
        Ensure that subpartitions always inherit options from the partition they belong to.
        They can change it afterwards but will use the options as set on partition level
        if set at that level.
      073a3a64
  2. 01 Jul, 2006 4 commits
    • unknown's avatar
      Merge dator5.(none):/home/pappa/bug20583 · c44755a6
      unknown authored
      into  dator5.(none):/home/pappa/bug17138
      
      
      mysql-test/r/partition.result:
        manual merge
      mysql-test/t/partition.test:
        manual merge
      c44755a6
    • unknown's avatar
      Merge dator5.(none):/home/pappa/clean-mysql-5.1 · 28f548da
      unknown authored
      into  dator5.(none):/home/pappa/bug20583
      
      
      mysql-test/r/partition.result:
        Auto merged
      mysql-test/t/partition.test:
        Auto merged
      sql/ha_partition.cc:
        Auto merged
      28f548da
    • unknown's avatar
      Merge dator5.(none):/home/pappa/clean-mysql-5.1 · e8513a12
      unknown authored
      into  dator5.(none):/home/pappa/bug17138
      
      
      BUILD/compile-pentium-gcov:
        Auto merged
      sql/ha_ndbcluster.h:
        Auto merged
      sql/handler.h:
        Auto merged
      sql/sql_insert.cc:
        Auto merged
      sql/sql_select.cc:
        Auto merged
      sql/sql_table.cc:
        Auto merged
      e8513a12
    • unknown's avatar
      BUG#17138: Crashes in stored procedure · 55a4458d
      unknown authored
      Last round of review fixes
      
      
      BUILD/compile-pentium-gcov:
        No change
      sql/ha_ndbcluster.h:
        Last round of review changes
      sql/ha_partition.h:
        Last round of review changes
      sql/handler.h:
        Last round of review changes
      sql/item_sum.cc:
        Last round of review changes
      sql/sql_acl.cc:
        Last round of review changes
      sql/sql_insert.cc:
        Last round of review changes
      sql/sql_select.cc:
        Last round of review changes
      sql/sql_table.cc:
        Last round of review changes
      sql/sql_union.cc:
        Last round of review changes
      sql/sql_update.cc:
        Last round of review changes
      55a4458d
  3. 30 Jun, 2006 2 commits
  4. 29 Jun, 2006 18 commits
  5. 28 Jun, 2006 14 commits