An error occurred fetching the project authors.
  1. 23 Oct, 2002 1 commit
  2. 20 Oct, 2002 1 commit
  3. 17 Oct, 2002 3 commits
  4. 16 Oct, 2002 1 commit
    • 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
  5. 15 Oct, 2002 1 commit
  6. 14 Oct, 2002 1 commit
    • unknown's avatar
      Fixed a bug in key optimizing handling where the expression · a86c172f
      unknown authored
      WHERE column_name = key_column_name was calculated as true
      for NULL values.
      
      
      Docs/manual.texi:
        Changelog
      mysql-test/r/distinct.result:
        Updated results caused by bug fix.
      mysql-test/r/null_key.result:
        New tests
      mysql-test/t/null_key.test:
        New tests
      sql/sql_select.cc:
        Additional change for previous changeset for using BLOB in GROUP BY
      a86c172f
  7. 13 Oct, 2002 1 commit
    • 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
  8. 12 Oct, 2002 2 commits
  9. 09 Oct, 2002 6 commits
  10. 08 Oct, 2002 9 commits
  11. 07 Oct, 2002 3 commits
  12. 06 Oct, 2002 1 commit
  13. 05 Oct, 2002 3 commits
  14. 03 Oct, 2002 1 commit
  15. 02 Oct, 2002 5 commits
    • unknown's avatar
      Clarify wildcards in dbname of GRANT command. · b22c123c
      unknown authored
      b22c123c
    • unknown's avatar
      manual.texi: · df4ddb2c
      unknown authored
        InnoDB does allow a foreign key constraint name to be specified
      
      
      Docs/manual.texi:
        InnoDB does allow a foreign key constraint name to be specified
      df4ddb2c
    • unknown's avatar
      manual.texi: · 086e93d5
      unknown authored
        InnoDB does allow a foreign key constraint name to be specified, though it is not used in any way
      
      
      Docs/manual.texi:
        InnoDB does allow a foreign key constraint name to be specified, though it is not used in any way
      086e93d5
    • unknown's avatar
      manual.texi behavior -> behaviour · e5c2da01
      unknown authored
      Docs/manual.texi:
        behavior -> behaviour
      e5c2da01
    • unknown's avatar
      Fix for building shared libraries with a patched glibc · 9ffa49c9
      unknown authored
      Don't require UPDATE_ACL for REPLACE
      
      
      Docs/manual.texi:
        Changelog
      configure.in:
        Fix for building shared libraries with a patched glibc
      sql/sql_parse.cc:
        Don't require UPDATE_ACL for REPLACE
      9ffa49c9
  16. 01 Oct, 2002 1 commit