1. 16 Oct, 2002 6 commits
    • unknown's avatar
      merge with 4.0.5 · b3cb7b7f
      unknown authored
      
      BitKeeper/etc/logging_ok:
        auto-union
      configure.in:
        Auto merged
      Docs/manual.texi:
        Auto merged
      myisam/mi_open.c:
        Auto merged
      mysql-test/r/null_key.result:
        Auto merged
      mysql-test/r/select.result:
        Auto merged
      sql/field.h:
        Auto merged
      sql/field_conv.cc:
        Auto merged
      sql/ha_innodb.cc:
        Auto merged
      sql/log.cc:
        Auto merged
      sql/sql_parse.cc:
        Auto merged
      sql/table.cc:
        Auto merged
      b3cb7b7f
    • unknown's avatar
      Added THD as parameter to filesort. Removed not used 'special' argument. · aee5ef85
      unknown authored
      
      sql/mysql_priv.h:
        Fix for changed parameters to filesort
      sql/sql_delete.cc:
        Fix for changed parameters to filesort
      sql/sql_select.cc:
        Fix for changed parameters to filesort
      sql/sql_table.cc:
        Fix for changed parameters to filesort
      sql/sql_test.cc:
        Removed not used special parameter
      sql/sql_update.cc:
        Fix for changed parameters to filesort
      aee5ef85
    • unknown's avatar
      Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0 · 6f38e308
      unknown authored
      
      BitKeeper/etc/logging_ok:
        auto-union
      sql/mysqld.cc:
        Auto merged
      6f38e308
    • unknown's avatar
      Merge with 3.23.54 · 7013d8ef
      unknown authored
      
      BitKeeper/etc/logging_ok:
        auto-union
      BitKeeper/deleted/.del-LICENSE~4cfaff8de837acb8:
        Auto merged
      BitKeeper/deleted/.del-MySQLEULA.txt:
        Delete: Docs/MySQLEULA.txt
      BitKeeper/deleted/.del-global.h~e80d28157acfdcb5:
        Auto merged
      Build-tools/mysql-copyright-2:
        Auto merged
      Build-tools/mysql-copyright:
        Auto merged
      heap/heapdef.h:
        Auto merged
      heap/hp_open.c:
        Auto merged
      innobase/btr/btr0cur.c:
        Auto merged
      innobase/lock/lock0lock.c:
        Auto merged
      innobase/os/os0file.c:
        Auto merged
      innobase/os/os0thread.c:
        Auto merged
      myisam/mi_open.c:
        Auto merged
      mysql-test/Makefile.am:
        Auto merged
      mysql-test/t/null_key.test:
        Auto merged
      mysys/safemalloc.c:
        Auto merged
      scripts/make_binary_distribution.sh:
        Auto merged
      scripts/mysqld_safe.sh:
        Auto merged
      scripts/mysqlhotcopy.sh:
        Auto merged
      sql/field.h:
        Auto merged
      sql/field_conv.cc:
        Auto merged
      sql/ha_innodb.h:
        Auto merged
      sql/item.cc:
        Auto merged
      sql/sql_db.cc:
        Auto merged
      sql/sql_parse.cc:
        Auto merged
      sql/sql_select.cc:
        Auto merged
      sql/table.cc:
        Auto merged
      tests/grant.res:
        Auto merged
      Build-tools/Do-compile:
        merge
      Docs/manual.texi:
        merge
      configure.in:
        merge
      mysql-test/r/distinct.result:
        merge
      mysql-test/r/null_key.result:
        merge
      sql/ha_innodb.cc:
        merge
      sql/item.h:
        merge
      sql/log.cc:
        merge
      sql/mysqld.cc:
        merge
      support-files/mysql.spec.sh:
        merge
      7013d8ef
    • unknown's avatar
      74b73109
    • unknown's avatar
      Fixed bug in LEFT JOIN ... WHERE not_null_key_column=NULL; · b3e3a09e
      unknown authored
      
      Docs/manual.texi:
        ChangeLog
      sql/field.h:
        New virtual function to set a field to null or signal an error
      sql/field_conv.cc:
        New function to set a field to null or signal an error
      sql/item.cc:
        When setting a field to null internally (for WHERE testing) don't autoconvert NULL -> now() or last_insert_id()
      sql/item.h:
        New virtual function to set a field to null or signal an error
      b3e3a09e
  2. 15 Oct, 2002 14 commits
  3. 14 Oct, 2002 16 commits
  4. 13 Oct, 2002 4 commits
    • unknown's avatar
      Allocate HEAP blocks in smaller blocks to get better memory utilization and... · 61632073
      unknown authored
      Allocate HEAP blocks in smaller blocks to get better memory utilization and more speed when used with safemalloc.
      Don't initalize memory areas when run with --skip-safemalloc.
      
      
      Docs/manual.texi:
        ChangeLog
      heap/heapdef.h:
        Allocate HEAP blocks in smaller blocks to get better memory utilization and more speed when used with safemalloc.
      heap/hp_open.c:
        Allocate HEAP blocks in smaller blocks to get better memory utilization and more speed when used with safemalloc.
      mysys/safemalloc.c:
        Don't initalize memory areas when run with --skip-safemalloc.
        This can in some cases increase speed with 20 times when debugging
      61632073
    • unknown's avatar
      Merge mysql.com:/space/my/mysql-4.0 · 0d7fd11d
      unknown authored
      into mysql.com:/space/my/mysql-4.0-automake
      
      
      0d7fd11d
    • unknown's avatar
      - replaced Docs/LICENSE with Docs/MySQLEULA.txt · 4a498d68
      unknown authored
       - Updated scripts/make_binary_distribution and scripts/mysql-copyright*
         accordingly
      
      
      BitKeeper/deleted/.del-LICENSE~4cfaff8de837acb8:
        Delete: Docs/LICENSE
      BitKeeper/deleted/.del-MySQLEULA.doc~e7fa298916345cf3:
        Delete: Docs/MySQLEULA.doc
      Build-tools/mysql-copyright-2:
         - replaced LICENSE with MySQLEULA.txt
      Build-tools/mysql-copyright:
         - replaced LICENSE with MySQLEULA.txt
      scripts/make_binary_distribution.sh:
         - replaced LICENSE with MySQLEULA.txt
      4a498d68
    • unknown's avatar
      - fixed formatting in MySQLEULA.txt · 4442b7fa
      unknown authored
      
      Docs/MySQLEULA.txt:
         - replaced tabs with spaces
      4442b7fa