An error occurred fetching the project authors.
- 18 Mar, 2003 1 commit
-
-
lenz@mysql.com authored
- tagged ChangeSet 1.1671 as mysql-4.0.12
-
- 06 Mar, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
-
- 05 Mar, 2003 1 commit
-
-
lenz@mysql.com authored
(Bug #121)
-
- 28 Feb, 2003 1 commit
-
-
lenz@mysql.com authored
Monty)
-
- 27 Feb, 2003 1 commit
-
-
monty@narttu.mysql.fi authored
Fixed bug in RAND() usage in mysqlbinlog
-
- 25 Feb, 2003 1 commit
-
-
lenz@mysql.com authored
- tagged ChangeSet 1.1594 as "mysql-4.0.11"
-
- 24 Feb, 2003 1 commit
-
-
serg@serg.mysql.com authored
-
- 21 Feb, 2003 1 commit
-
-
lenz@mysql.com authored
configure.in - there are 32bit installations of HPUX11 out there and compiling for these by manually adding +DAportable to CFLAGS did not work. Better add +DD64 manually, if you need it.
-
- 20 Feb, 2003 1 commit
-
-
lenz@mysql.com authored
builds and until I've found a way on how to add this conditionally
-
- 17 Feb, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Novell patches
-
- 07 Feb, 2003 2 commits
-
-
monty@mashka.mysql.fi authored
-
monty@mashka.mysql.fi authored
-
- 03 Feb, 2003 2 commits
-
-
lenz@mysql.com authored
MacOSX packages using PackageMaker - renamed support-files/PKG -> support-files/SCO (PKG is used in MacOS X terminology as well)
-
monty@mashka.mysql.fi authored
MIN(key_column) could in some cases return NULL on a column with NULL and other values. MIN(key_column) and MAX(key_column) could in some cases return wrong values when used in OUTER JOIN.
-
- 28 Jan, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Call pthread_mutex_destroy() on not used mutex. Changed comments in .h and .c files from // -> /* */ Added detection of mutex on which one didn't call pthread_mutex_destroy() Fixed bug in create_tmp_field() which causes a memory overrun in queries that uses "ORDER BY constant_expression" Added optimisation for ORDER BY NULL
-
- 23 Jan, 2003 1 commit
-
-
lenz@mysql.com authored
- tagged ChangeSet 1.1315 as "mysql-3.23.55"
-
- 21 Jan, 2003 1 commit
-
-
lenz@mysql.com authored
- bumped up version number in configure.in to 4.0.10-gamma
-
- 09 Jan, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
-
- 08 Jan, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Fix for SHOW VARIABLES in embedded server
-
- 05 Jan, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Added rename table for BDB. This fixes a bug in ALTER TABLE with BDB tables.
-
- 04 Jan, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
-
- 24 Dec, 2002 1 commit
-
-
lenz@mysql.com authored
- tagged ChangeSet 1.1484 as mysql-4.0.7
-
- 23 Dec, 2002 1 commit
-
-
lenz@mysql.com authored
output for "--version" (e.g. gcc 3.x)
-
- 20 Dec, 2002 2 commits
-
-
monty@mashka.mysql.fi authored
This fixed some optimization problems when using -DBIG_TABLES Portabilty fixes for OpenUnix and HPUX Added C and C++ version numbers to mysqlbug
-
lenz@mysql.com authored
- bumped up version number in configure.in to 4.0.7-gamma
-
- 14 Dec, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
-
- 11 Dec, 2002 1 commit
-
-
lenz@mysql.com authored
- bumped up version number in configure.in to 3.23.55
-
- 04 Dec, 2002 1 commit
-
-
lenz@mysql.com authored
- sql_analyse.cc: Fixed bug in decimal handling
-
- 21 Nov, 2002 2 commits
-
-
lenz@mysql.com authored
- actually follow the hints in the comment above and "Remember that regexps needs to quote [ and ] since this is run through m4"...
-
lenz@mysql.com authored
- fix MYSQL_NO_DASH_VERSION if version number ends on one digit only ("comment" test failed when MySQL version was changed from 4.0.5 to 4.0.5a)
-
- 18 Nov, 2002 3 commits
-
-
serg@serg.mysql.com authored
-
serg@serg.mysql.com authored
-
lenz@mysql.com authored
- bumped up version number in configure.in - fixed a typo in test-create.sh
-
- 17 Nov, 2002 1 commit
-
-
lenz@mysql.com authored
- "make distcheck" needs to be fixed
-
- 09 Nov, 2002 2 commits
-
-
monty@hundin.mysql.fi authored
-
monty@hundin.mysql.fi authored
-
- 07 Nov, 2002 1 commit
-
-
monty@butch. authored
-
- 06 Nov, 2002 1 commit
-
-
lenz@mysql.com authored
old macro name is deprecated (according to the libtool 1.4.2 docs).
-
- 31 Oct, 2002 1 commit
-
-
vva@genie.(none) authored
-
- 29 Oct, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
Fixed reference to freed memory in acl_init()/grant_init() Fixed possible memory leak. (Could only happen in very strange circumstances) Fixed bug in ALTER TABLE with BDB tables Updated mysql-test for valgrind
-