1. 03 Mar, 2005 2 commits
    • unknown's avatar
      srv0start.c: · 7910ce77
      unknown authored
        Work around the AIX 5.1 ML7 patch problem in errno at a higher level, in srv0start.c
      os0file.c:
        Revert the AIX patch here
      
      
      innobase/os/os0file.c:
        Revert the AIX patch here
      innobase/srv/srv0start.c:
        Work around the AIX 5.1 ML7 patch problem in errno at a higher level, in srv0start.c
      7910ce77
    • unknown's avatar
      os0file.c: · c7c8f25f
      unknown authored
        AIX 5.1 after security patch ML7 seems to contain a bug that instead of EEXIST it sets errno to 0 if a file creation fails because the file already exists. Work around that bug by interpreting errno 0 in AIX as EEXIST.
      
      
      innobase/os/os0file.c:
        AIX 5.1 after security patch ML7 seems to contain a bug that instead of EEXIST it sets errno to 0 if a file creation fails because the file already exists. Work around that bug by interpreting errno 0 in AIX as EEXIST.
      c7c8f25f
  2. 01 Mar, 2005 1 commit
    • unknown's avatar
      InnoDB: Fix compilation errors on IA-64 Windows · 957d5652
      unknown authored
      
      innobase/include/srv0srv.h:
        Declare srv_auto_extend_increment and srv_max_purge_lag as ulong,
        because ulint and ulong are of different size on Win64.
      innobase/srv/srv0srv.c:
        Declare srv_auto_extend_increment and srv_max_purge_lag as ulong,
        because ulint and ulong are of different size on Win64.
      957d5652
  3. 28 Feb, 2005 1 commit
  4. 25 Feb, 2005 1 commit
  5. 23 Feb, 2005 1 commit
  6. 18 Feb, 2005 1 commit
  7. 17 Feb, 2005 2 commits
  8. 16 Feb, 2005 6 commits
    • unknown's avatar
      Make post-commit trigger not send emails when the message would not contain · f1595c34
      unknown authored
      any actual changes. (Often the case in merges where the only change involves
      renumbering ChangeSet entries.)
      
      
      BitKeeper/triggers/post-commit:
        Suppress emails when there's no changes actually reported
      f1595c34
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.0 · e6cdaca0
      unknown authored
      into pcgem.rdg.cyberkinetica.com:/var/db/bk/work-acurtis/bug4445
      
      e6cdaca0
    • unknown's avatar
      Bug#4445 · 7bc5e323
      unknown authored
        Make a more informative platform info for Windows
      
      7bc5e323
    • unknown's avatar
      fulltext.test, fulltext.result: · db4186fb
      unknown authored
        Test case for bug#8522, to test for out of bounds memory access in ft_nlq_find_relevance().
      
      
      mysql-test/r/fulltext.result:
        Test case for bug#8522, to test for out of bounds memory access in ft_nlq_find_relevance().
      mysql-test/t/fulltext.test:
        Test case for bug#8522, to test for out of bounds memory access in ft_nlq_find_relevance().
      db4186fb
    • unknown's avatar
      Merge rurik.mysql.com:/home/igor/mysql-4.0 · 803effb7
      unknown authored
      into rurik.mysql.com:/home/igor/dev/mysql-4.0-0
      
      803effb7
    • unknown's avatar
      delete.result, delete.test: · 3d35d306
      unknown authored
        Added a test case for bug #8392.
      sql_delete.cc:
        Fixed bug #8392.
        The bug caused a crash for a delete statement with ORDER BY
        that explicitly referred to the modified table.
      
      
      sql/sql_delete.cc:
        Fixed bug #8392.
        The bug caused a crash for a delete statement with ORDER BY
        that explicitly referred to the modified table.
      mysql-test/t/delete.test:
        Added a test case for bug #8392.
      mysql-test/r/delete.result:
        Added a test case for bug #8392.
      3d35d306
  9. 15 Feb, 2005 5 commits
  10. 14 Feb, 2005 1 commit
    • unknown's avatar
      Bug#8412: For replication to work correctly, the prologue and · 83fbbdb8
      unknown authored
      epilogue to an SQL statement should not have an error code even
      when the SQL statement itself has an error code.
      
      
      mysql-test/r/rpl_insert_id.result:
        Adding test to ensure that slave handles error statement gracefully.
      mysql-test/t/rpl_insert_id.test:
        Adding test to ensure that slave handles error statement gracefully.
      sql/log.cc:
        Setting error code to 0 for SQL statement prologue and epilogue.
      83fbbdb8
  11. 13 Feb, 2005 2 commits
  12. 11 Feb, 2005 8 commits
    • unknown's avatar
      distinct.result: · 2167a87f
      unknown authored
        Adjustment of the result file after the revision of the fix for bug #7520.
      
      
      mysql-test/r/distinct.result:
        Adjustment of the result file after the revision of the fix for bug #7520.
      2167a87f
    • unknown's avatar
      Fixed mistyping (thnx to Konstantin) · 4485e15c
      unknown authored
      
      sql/sql_cache.cc:
        Fixed mistyping
      4485e15c
    • unknown's avatar
      Merge rurik.mysql.com:/home/igor/mysql-4.0 · 131a23c4
      unknown authored
      into rurik.mysql.com:/home/igor/dev/mysql-4.0-0
      
      131a23c4
    • unknown's avatar
      select.result: · de45f58a
      unknown authored
        After revision of the fix for bug #7520.
      table.cc:
        Revised the fix for bug #7520.
        Made it compliant with 5.0 code where the bug does not exist.
      
      
      sql/table.cc:
        Revised the fix for bug #7520.
        Made it compliant with 5.0 code where the bug does not exist.
      mysql-test/r/select.result:
        After revision of the fix for bug #7520.
      de45f58a
    • unknown's avatar
      Merge jbruehe@bk-internal.mysql.com:/home/bk/mysql-4.0 · 273537c2
      unknown authored
      into mysql.com:/M40/mysql-4.0
      
      273537c2
    • unknown's avatar
      Merge rurik.mysql.com:/home/igor/mysql-4.0 · d37f7b03
      unknown authored
      into rurik.mysql.com:/home/igor/dev/mysql-4.0-0
      
      d37f7b03
    • unknown's avatar
      select.result, select.test: · 0ba0d09a
      unknown authored
        Added a test case for bug #7520.
      table.cc:
        Fixed bug #7520.
        The bug was caused by a wrong calculation of the field max_key_length for
        a TABLE structure when there was an index on a blob field.
      
      
      sql/table.cc:
        Fixed bug #7520.
        The bug was caused by a wrong calculation of the field max_key_length for
        a TABLE structure when there was an index on a blob field.
      mysql-test/t/select.test:
        Added a test case for bug #7520.
      mysql-test/r/select.result:
        Added a test case for bug #7520.
      0ba0d09a
    • unknown's avatar
      Fix extra blank line in emails sent by post-commit trigger. · bdb785e1
      unknown authored
      
      BitKeeper/triggers/post-commit:
        Remove extra blank link
      bdb785e1
  13. 10 Feb, 2005 3 commits
  14. 08 Feb, 2005 1 commit
  15. 05 Feb, 2005 1 commit
    • unknown's avatar
      Fix for BUG#7519: Index statistics is not displayed after ANALYZE for temporary tables: · 6febc2a6
      unknown authored
      Call file->extra() with HA_STATUS_CONST in mysqld_show_keys.
      The fix will not be merged into 4.1/5.0 because they don't have this problem already.
      
      
      mysql-test/r/show_check.result:
        Testcase for BUG#7519
      mysql-test/t/show_check.test:
        Testcase for BUG#7519
      sql/sql_show.cc:
        Fix for BUG#7519: Index statistics is not displayed after ANALYZE for temporary tables:
        When handling "SHOW INDEX" the call file->extra(HA_STATUS_CONST | ...) is made for regular tables 
        but bypassed for temporary tables. 
        Call file->extra() with HA_STATUS_CONST in mysqld_show_keys to make sure we're always using the 
        current index cardinality values.
      6febc2a6
  16. 04 Feb, 2005 1 commit
  17. 03 Feb, 2005 1 commit
    • unknown's avatar
      Bug#7310 · 3b7cbaf0
      unknown authored
        Fix test for classic builds
      
      
      mysql-test/t/multi_update.test:
        Bug#7310
          Ignore warnings for Bug#5837 test
      3b7cbaf0
  18. 02 Feb, 2005 2 commits