1. 03 Mar, 2005 1 commit
    • unknown's avatar
      Fixes for bugs reported by Stefano Di Paola (stefano.dipaola@wisec.it) · 8104faa0
      unknown authored
      
      include/my_global.h:
        O_NOFOLLOW
      isam/create.c:
        create table files with O_EXCL|O_NOFOLLOW
      merge/mrg_create.c:
        create table files with O_EXCL|O_NOFOLLOW
      myisam/mi_create.c:
        create files of temporary tables with O_EXCL|O_NOFOLLOW
      myisammrg/myrg_create.c:
        create table files with O_EXCL|O_NOFOLLOW
      mysys/mf_tempfile.c:
        create temporary files with O_EXCL|O_NOFOLLOW
      sql/ha_myisam.cc:
        let mi_create know if the table is TEMPORARY
      sql/mysql_priv.h:
        --allow_suspicious_udfs
      sql/mysqld.cc:
        --allow_suspicious_udfs
      sql/share/english/errmsg.txt:
        typo
      sql/sql_udf.cc:
        --allow_suspicious_udfs
        don't allow xxx() udf without any of xxx_init/deinit/add/reset
        check paths when loading from mysql.func
      sql/table.cc:
        create frm of temporary table with O_EXCL|O_NOFOLLOW
      8104faa0
  2. 17 Feb, 2005 1 commit
  3. 16 Feb, 2005 5 commits
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.0 · 7c5c37bd
      unknown authored
      into pcgem.rdg.cyberkinetica.com:/var/db/bk/work-acurtis/bug4445
      
      
      7c5c37bd
    • unknown's avatar
      Bug#4445 · eab44eaa
      unknown authored
        Make a more informative platform info for Windows
      
      
      eab44eaa
    • unknown's avatar
      fulltext.test, fulltext.result: · cb17889f
      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().
      cb17889f
    • unknown's avatar
      Merge rurik.mysql.com:/home/igor/mysql-4.0 · d6157bec
      unknown authored
      into rurik.mysql.com:/home/igor/dev/mysql-4.0-0
      
      
      d6157bec
    • unknown's avatar
      delete.result, delete.test: · f1a97c0c
      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.
      f1a97c0c
  4. 15 Feb, 2005 4 commits
  5. 13 Feb, 2005 2 commits
  6. 11 Feb, 2005 8 commits
    • unknown's avatar
      distinct.result: · cf78ff69
      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.
      cf78ff69
    • unknown's avatar
      Fixed mistyping (thnx to Konstantin) · 537531f0
      unknown authored
      
      sql/sql_cache.cc:
        Fixed mistyping
      537531f0
    • unknown's avatar
      Merge rurik.mysql.com:/home/igor/mysql-4.0 · a443c77a
      unknown authored
      into rurik.mysql.com:/home/igor/dev/mysql-4.0-0
      
      
      a443c77a
    • unknown's avatar
      select.result: · aa3727d7
      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.
      aa3727d7
    • unknown's avatar
      Merge jbruehe@bk-internal.mysql.com:/home/bk/mysql-4.0 · 88880c0a
      unknown authored
      into mysql.com:/M40/mysql-4.0
      
      
      88880c0a
    • unknown's avatar
      Merge rurik.mysql.com:/home/igor/mysql-4.0 · 20cbf9c2
      unknown authored
      into rurik.mysql.com:/home/igor/dev/mysql-4.0-0
      
      
      20cbf9c2
    • unknown's avatar
      select.result, select.test: · 95409456
      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.
      95409456
    • unknown's avatar
      Fix extra blank line in emails sent by post-commit trigger. · cb754b98
      unknown authored
      
      BitKeeper/triggers/post-commit:
        Remove extra blank link
      cb754b98
  7. 10 Feb, 2005 3 commits
  8. 08 Feb, 2005 1 commit
  9. 04 Feb, 2005 1 commit
  10. 03 Feb, 2005 1 commit
    • unknown's avatar
      Bug#7310 · 56705536
      unknown authored
        Fix test for classic builds
      
      
      mysql-test/t/multi_update.test:
        Bug#7310
          Ignore warnings for Bug#5837 test
      56705536
  11. 02 Feb, 2005 4 commits
  12. 01 Feb, 2005 8 commits
  13. 31 Jan, 2005 1 commit
    • unknown's avatar
      mem0pool.c: · af39ee00
      unknown authored
        Fix an assertion failure in 64-bit computers if UNIV_MEM_DEBUG is defined
      
      
      innobase/mem/mem0pool.c:
        Fix an assertion failure in 64-bit computers if UNIV_MEM_DEBUG is defined
      af39ee00