An error occurred fetching the project authors.
  1. 29 Oct, 2002 1 commit
  2. 23 Oct, 2002 1 commit
  3. 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
  4. 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
  5. 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
  6. 12 Oct, 2002 1 commit
  7. 09 Oct, 2002 3 commits
  8. 08 Oct, 2002 3 commits
  9. 05 Oct, 2002 1 commit
  10. 27 Sep, 2002 1 commit
  11. 21 Sep, 2002 1 commit
    • unknown's avatar
      Change name -> alias in TABLE_LIST. · b804e278
      unknown authored
      Added missing mutex-lock around critical section in GRANT handling.
      
      
      Docs/manual.texi:
        ChangeLog
      sql/lock.cc:
        Change name -> alias in TABLE_LIST.
      sql/slave.cc:
        Change name -> alias in TABLE_LIST.
      sql/sql_acl.cc:
        Added missing mutex-lock around critical section in GRANT handling.
        Changed name -> alias
      sql/sql_base.cc:
        Change name -> alias in TABLE_LIST.
      sql/sql_insert.cc:
        Change name -> alias in TABLE_LIST.
      sql/sql_parse.cc:
        Change name -> alias in TABLE_LIST.
      sql/sql_show.cc:
        Change name -> alias in TABLE_LIST.
      sql/sql_table.cc:
        Change name -> alias in TABLE_LIST.
      sql/sql_udf.cc:
        Change name -> alias in TABLE_LIST.
      sql/table.h:
        Change name -> alias in TABLE_LIST.
      tests/grant.pl:
        Fixed grant test
      b804e278
  12. 17 Sep, 2002 1 commit
    • unknown's avatar
      Fixed bug with BINARY NULL · e4860747
      unknown authored
      Docs/manual.texi:
        ChangeLog
      mysql-test/r/binary.result:
        Test of binary NULL
      mysql-test/t/binary.test:
        Test of binary NULL
      e4860747
  13. 16 Sep, 2002 1 commit
  14. 14 Sep, 2002 1 commit
  15. 10 Sep, 2002 1 commit
  16. 03 Sep, 2002 1 commit
    • unknown's avatar
      Check if AND/OR expression can be NULL · 35115d9a
      unknown authored
      Better fix for ALTER TABLE on BDB tables
      (Both of the above fixes are already in 4.0)
      
      
      Docs/manual.texi:
        Changelog
      sql/item_cmpfunc.cc:
        Check if AND/OR expression can be NULL
      sql/sql_table.cc:
        Better fix for ALTER TABLE on BDB tables
      35115d9a
  17. 31 Aug, 2002 1 commit
  18. 28 Aug, 2002 2 commits
  19. 23 Aug, 2002 1 commit
  20. 16 Aug, 2002 4 commits
  21. 13 Aug, 2002 1 commit
  22. 12 Aug, 2002 3 commits
    • unknown's avatar
      Update docs because of stable tree revert. · d27cd477
      unknown authored
      d27cd477
    • unknown's avatar
      Various little docs fixups. · 0a4e068c
      unknown authored
      BitKeeper/etc/config:
        Make my life easier on bk clone/pull.
      BitKeeper/triggers/post-commit:
        Little fixes in commit script (from 4.0 script).
        Added docs-commit@ notification for 3.23 (so we can more easily keep an eye on it).
      Docs/manual.texi:
        Change/addition for Sinisa.
        Clarification of BDB changelog entry.
      0a4e068c
    • unknown's avatar
      Fixed problem with BIGINT and shutdown on AIX · b2e94613
      unknown authored
      Moved IF(test,column,NULL) code to 4.0
      Changed mysys_priv.h to include my_pthread.h or my_no_pthread.h.
      Removed some CR's in os2 files.
      
      
      Docs/manual.texi:
        Changelog
      include/global.h:
        Fix for BIGINT problem on AIX
      include/my_no_pthread.h:
        Fixed typo
      libmysql/Makefile.shared:
        Fix for BIGINT problem on AIX
      mysql-test/mysql-test-run.sh:
        Fix to find xterm on AIX 4.3
      mysql-test/r/bigint.result:
        Fix for BIGINT problem on AIX
      mysql-test/r/func_if.result:
        Change results for IF() after reverting change.
      mysql-test/t/bigint.test:
        Fix for BIGINT problem on AIX
      mysys/Makefile.am:
        Fix for BIGINT problem on AIX
      mysys/my_gethostbyname.c:
        Cleanup
      mysys/my_init.c:
        Cleanup
      mysys/my_net.c:
        Cleanup
      mysys/my_os2cond.c:
        Space & CRLF cleanup
      mysys/my_os2dirsrch.c:
        Space & CRLF cleanup
      mysys/my_os2dirsrch.h:
        Space & CRLF cleanup
      mysys/my_os2dlfcn.c:
        Space & CRLF cleanup
      mysys/my_os2file64.c:
        Space & CRLF cleanup
      mysys/my_os2mutex.c:
        Space & CRLF cleanup
      mysys/my_os2thread.c:
        Space & CRLF cleanup
      mysys/my_os2tls.c:
        Space & CRLF cleanup
      mysys/mysys_priv.h:
        cleanup
      mysys/thr_rwlock.c:
        cleanup
      sql/ha_innobase.cc:
        Removed usage of sprintf()
        Fixed missing end \0 which caused control characters to appear in SHOW INNODB STATUS
      sql/item_cmpfunc.cc:
        Reverted change for IF()
      sql/mysqld.cc:
        Fix for shutdown on AIX
      b2e94613
  23. 10 Aug, 2002 2 commits
  24. 09 Aug, 2002 1 commit
  25. 07 Aug, 2002 1 commit
  26. 06 Aug, 2002 2 commits
    • unknown's avatar
      Fixed problem with make distcheck · cbb0dc14
      unknown authored
      Fixed bug in automatic repair of MyISAM tables where table cache was not locked properly
      
      
      Docs/manual.texi:
        Changelog
      libmysql/Makefile.am:
        Fixed problem with make distcheck
      libmysql/Makefile.shared:
        Fixed problem with make distcheck
      sql/sql_base.cc:
        Fixed bug in automatic repair where table cache was not locked properly.
      strings/Makefile.am:
        Fixed problem with make distcheck
      cbb0dc14
    • unknown's avatar
      Changed initialization of RND() to be less predictable. · 4c1712e4
      unknown authored
      Use MYSQL_CONFIG_NAME instead of "my" as the configuration file name.
      
      
      Docs/manual.texi:
        Changelog
      include/mysql_version.h.in:
        Use MYSQL_CONFIG_NAME instead of "my" as the configuration file name.
      4c1712e4
  27. 05 Aug, 2002 2 commits
    • unknown's avatar
      Changelog · ccf72877
      unknown authored
      ccf72877
    • unknown's avatar
      Fixed bug with GROUP BY on NULL fields. · 529e1af2
      unknown authored
      (Merge of code from 4.0)
      
      
      Docs/manual.texi:
        Changelog
      include/my_base.h:
        Fixed bug with GROUP BY on NULL fields.
      include/mysql_com.h:
        Fixed bug with GROUP BY on NULL fields.
      myisam/mi_search.c:
        Fixed bug with GROUP BY on NULL fields.
      myisam/mi_write.c:
        Fixed bug with GROUP BY on NULL fields.
      mysql-test/r/group_by.result:
        Fixed bug with GROUP BY on NULL fields.
      mysql-test/t/group_by.test:
        Fixed bug with GROUP BY on NULL fields.
      sql/sql_base.cc:
        Removed some not-needed comments in the trace file
      sql/sql_select.cc:
        Fixed bug with GROUP BY on NULL fields.
      529e1af2