An error occurred fetching the project authors.
- 29 Oct, 2002 1 commit
-
-
unknown authored
-
- 23 Oct, 2002 1 commit
-
-
unknown authored
Docs/manual.texi: ChangeLog mysql-test/t/bdb-crash.test: Don't run test if BDB is not configured sql/sql_base.cc: Added free on error
-
- 16 Oct, 2002 1 commit
-
-
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
-
- 14 Oct, 2002 1 commit
-
-
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
-
- 13 Oct, 2002 1 commit
-
-
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
-
- 12 Oct, 2002 1 commit
-
-
unknown authored
GROUP BY ... ORDER BY queries. Docs/manual.texi: ChangeLog
-
- 09 Oct, 2002 3 commits
- 08 Oct, 2002 3 commits
- 05 Oct, 2002 1 commit
-
-
unknown authored
-
- 27 Sep, 2002 1 commit
-
-
unknown authored
Docs/manual.texi: changelog
-
- 21 Sep, 2002 1 commit
-
-
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
-
- 17 Sep, 2002 1 commit
-
-
unknown authored
Docs/manual.texi: ChangeLog mysql-test/r/binary.result: Test of binary NULL mysql-test/t/binary.test: Test of binary NULL
-
- 16 Sep, 2002 1 commit
-
-
unknown authored
Docs/manual.texi: changelog
-
- 14 Sep, 2002 1 commit
-
-
unknown authored
Docs/manual.texi: Changelog
-
- 10 Sep, 2002 1 commit
-
-
unknown authored
-
- 03 Sep, 2002 1 commit
-
-
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
-
- 31 Aug, 2002 1 commit
-
-
unknown authored
-
- 28 Aug, 2002 2 commits
- 23 Aug, 2002 1 commit
-
-
unknown authored
Docs/manual.texi: Changelog
-
- 16 Aug, 2002 4 commits
-
-
unknown authored
include/my_pthread.h: Fix for HPUX 11 and pthread_mutex_lock (merge from 4.0) mysys/my_pthread.c: Fix for HPUX 11 and pthread_mutex_lock (merge from 4.0)
-
unknown authored
-
unknown authored
Docs/manual.texi: Changelog
-
unknown authored
- Added 3.23.53 News section to the manual - Updated version number in configure.in to 3.23.53 Docs/manual.texi: Added News section for 3.23.53 configure.in: Bumped up version number to 3.23.53 now that 3.23.52 is released
-
- 13 Aug, 2002 1 commit
-
-
unknown authored
-
- 12 Aug, 2002 3 commits
-
-
unknown authored
-
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.
-
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
-
- 10 Aug, 2002 2 commits
-
-
unknown authored
Docs/manual.texi: removing lines that do not follow texi rules correctly. Hope Arjen can put this together properly ...
-
unknown authored
and removed the 3.23.53 News section for now until 3.23.52 is officially tagged. Docs/manual.texi: Moved this changelog entry into the 3.23.52 section and removed the 3.23.53 News section for now until 3.23.52 is officially tagged.
-
- 09 Aug, 2002 1 commit
-
-
unknown authored
-
- 07 Aug, 2002 1 commit
-
-
unknown authored
-
- 06 Aug, 2002 2 commits
-
-
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
-
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.
-
- 05 Aug, 2002 2 commits
-
-
unknown authored
-
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.
-