1. 16 Oct, 2002 4 commits
    • 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 3 commits
  4. 13 Oct, 2002 6 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
    • unknown's avatar
      - Tagged ChangeSet 1.1224 as "mysql-3.23.53" · e484a91e
      unknown authored
       - bumped up version number to 3.23.54 in configure.in
       - replaced Docs/LICENSE with Docs/MySQLEULA.txt and modified
         scripts/make_binary_distribution.sh and Build-tools/mysql-copyright*
         accordingly.
      
      
      BitKeeper/deleted/.del-LICENSE~4cfaff8de837acb8:
        Delete: Docs/LICENSE
      Build-tools/mysql-copyright-2:
         - replaced LICENSE with MySQLEULA.txt
      Build-tools/mysql-copyright:
         - use "tar" instead of "gtar"
         - replaced LICENSE with MySQLEULA.txt
      configure.in:
         - Bumped up version number to 3.23.54 now that 3.23.53 has been
           tagged
      scripts/make_binary_distribution.sh:
         - replaced LICENSE with MySQLEULA.txt
      e484a91e
    • unknown's avatar
      Builder C++ Embedded Server Sample · 78aa5f77
      unknown authored
      78aa5f77
  5. 12 Oct, 2002 3 commits
    • unknown's avatar
      Two bug fixes · 228bfb05
      unknown authored
      
      Docs/manual.texi:
        added text for fixes
      mysql-test/r/multi_update.result:
        new test case for multi-table deletes
      mysql-test/t/multi_update.test:
        new test case for multi-table deletes
      sql/sql_delete.cc:
        fix for multi-table deletes
      sql/sql_update.cc:
        fix for multi-table updates
      228bfb05
    • unknown's avatar
      Fixed bug where we could reference a freed tmp_table->table_name variable for some · 8926c0bc
      unknown authored
      GROUP BY ... ORDER BY queries.
      
      
      Docs/manual.texi:
        ChangeLog
      8926c0bc
    • unknown's avatar
      Task 430: Allowing braces in joins by simply removing them. · 9bca9fb7
      unknown authored
      This is a simple fix, allowing a join_table_list in the right reduction of a
      normal_join sequence, instead of just a join_table. This makes things like
      "t1, (t2 left join t3)" work, but it also allows "join" and "cross join" instead
      of ",".
      
      This should fix the bug reported as:
        Subject: ODBC SQL syntax issue 
        From: Ivan Vazharov 
        Date: Mon, 30 Sep 2002 12:02:42 +0200 
      
      
      mysql-test/r/select.result:
        Results from new test cases for removing braces in joins.
      mysql-test/t/select.test:
        New test cases for removing braces in joins.
      sql/sql_yacc.yy:
        Allow (and remove) braces in all parts of a normal_join list, not just the
        first one.
        Also added three missing ';'.
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      9bca9fb7
  6. 11 Oct, 2002 1 commit
    • unknown's avatar
      os0thread.c: · 23cce6c2
      unknown authored
        Fix compilation error on HP-UX-11: pthread_t is a scalar there, not a struct like in HP-UX-10.20
      
      
      innobase/os/os0thread.c:
        Fix compilation error on HP-UX-11: pthread_t is a scalar there, not a struct like in HP-UX-10.20
      23cce6c2
  7. 10 Oct, 2002 1 commit
  8. 09 Oct, 2002 8 commits