1. 28 Apr, 2005 6 commits
    • unknown's avatar
      Removing duplicate AC_PREREQ macros · ea2eb32b
      unknown authored
      Setting AC_PREREQ required version to 2.50 until we have sorted out what is required. The manual says 2.58.
      
      
      configure.in:
        Removing duplicate AC_PREREQ macros
      ea2eb32b
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.0 · e3613c93
      unknown authored
      into neptunus.(none):/home/msvensson/mysql/mysql-5.0
      
      
      e3613c93
    • unknown's avatar
      A test case for Bug#5673 "Rounding problem in 4.0.21 inserting decimal · c3e1ccad
      unknown authored
      value into a char field": the patch submitted for the bug a while
      ago has never been reviewed or approved to push into 4.0. Decimal
      support in 5.0 resolves the issue.
      Adding the test case and closing the bug report.
      
      
      mysql-test/r/type_decimal.result:
        Bug#5673: test results fixed.
      mysql-test/t/type_decimal.test:
        A test case for Bug#5673 "Rounding problem in 4.0.21 inserting decimal 
        value into a char field"
      c3e1ccad
    • unknown's avatar
      Merge bug9911 with 5.0 · 56b8c906
      unknown authored
      
      mysql-test/r/archive.result:
        Warning will be pushed when renaming table with "optional" files.
      56b8c906
    • unknown's avatar
      Merge · aba91fb1
      unknown authored
      
      sql/examples/ha_archive.cc:
        SCCS merged
      sql/examples/ha_archive.h:
        SCCS merged
      sql/handler.cc:
        SCCS merged
      aba91fb1
    • unknown's avatar
      BUG#9911 After review fixes · 2c8e2617
      unknown authored
       - Remove ha_archive::rename_table and move the fix to handler::rename_table
      
      
      sql/examples/ha_archive.cc:
        Remove ha_archive::rename_table
      sql/examples/ha_archive.h:
        Remove ha_archive::rename_table
      sql/handler.cc:
        Fix handler::rename_table so it does not care about if the file to rename is missing
      2c8e2617
  2. 27 Apr, 2005 34 commits