An error occurred fetching the project authors.
- 28 Apr, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Fix for grant bug with SELECT *
-
- 23 Apr, 2003 1 commit
-
-
monty@narttu.mysql.fi authored
Added optimzation for clustered index Fixed bug in UPDATE ... ORDER BY Fixed handling of UPDATE ... LIMIT
-
- 15 Apr, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Added logging of warnings for failed connections with ssl. Fixed bug in symbolic link handling on Windows
-
- 17 Mar, 2003 1 commit
-
-
monty@narttu.mysql.fi authored
Ensure that \ is not allowed in filenames, even on Unix
-
- 28 Feb, 2003 1 commit
-
-
monty@narttu.mysql.fi authored
LOAD DATA LOCAL INFILE was not replicated correctly
-
- 06 Feb, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Added ALL as parameter option for all group functions. Make join handling uniform. This allows us to use ',', JOIN and INNER JOIN the same way. Sort NULL last if DESC is used (ANSI SQL 99 requirement)
-
- 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
-
- 14 Jan, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Allocate bigger default thread stack because of problems with glibc Fixed bug in UPDATE ... not_null_field=expression_that_returns_null Fixed bug in replication when using auto_increment and LOAD DATA INFILE
-
- 09 Nov, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
-
- 07 Nov, 2002 1 commit
-
-
monty@butch. authored
-
- 29 Oct, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
Added bug fix from 3.23 for AIX 4.3.3 and gcc 3.x Small change in EXCHANGE output Propagate open-files-limit from mysqld_safe -> mysqld Fixed speed bug in GROUP BY Added quotes around database name in CREATE DATABASE db_name (for binary log)
-
- 24 Oct, 2002 1 commit
-
-
lenz@mysql.com authored
differences in HPUX11)
-
- 01 Oct, 2002 1 commit
-
-
lenz@mysql.com authored
- some additional small fixes - added "depcomp" for automake 1.5
-
- 28 Aug, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
-
- 08 Aug, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
Minor cleanups to other patches. Make --temp-pool default
-
- 05 Aug, 2002 1 commit
-
-
jani@rhols221.adsl.netsonic.fi authored
-
- 02 Aug, 2002 1 commit
-
-
jani@rhols221.adsl.netsonic.fi authored
-
- 30 Jun, 2002 2 commits
-
-
monty@hundin.mysql.fi authored
-
monty@hundin.mysql.fi authored
Portability fixes for HPUX Rename of CHECK_LOCK to IS_FREE_LOCK Apply lower_case_table_names also to databases Cleanup of describe code Don't allow \ in database names
-
- 29 Jun, 2002 1 commit
-
-
salle@geopard.(none) authored
This is also my first attempt to commit and push
-
- 11 Jun, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
(All commit emails since 4.0.1 checked) This had to be done now, before the 4.1 tree changes to much, to make it easy to propagate bug fixes to the 4.1 tree.
-
- 15 Apr, 2002 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 02 Apr, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
Remove not used flag CLIENT_CHANGE_USER
-
- 22 Mar, 2002 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 12 Mar, 2002 2 commits
-
-
jani@hynda.mysql.fi authored
-
monty@hundin.mysql.fi authored
-
- 31 Jan, 2002 1 commit
-
-
sasha@mysql.sashanet.com authored
-
- 29 Jan, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
Test of unsigned BIGINT values Fixes for queries-per-hour Cleanup of replication code (comments and portability fixes) Make most of the binary log code 4G clean Changed syntax for GRANT ... QUERIES PER HOUR
-
- 27 Jan, 2002 1 commit
-
-
sasha@mysql.sashanet.com authored
likely() and unlikely() branch prediction compiler hint macros clean-up of comments
-
- 02 Jan, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
Fixes for building MySQL with gcc 3.0 Added SIGNED / UNSIGNED casts Fixed core dump bug in net_clear() with libmysqld. Back to using semaphores in query cache. Added 'Null' and 'Index_type' to SHOW INDEX.
-
- 15 Dec, 2001 1 commit
-
-
serg@serg.mysql.com authored
horrible bug fixed
-
- 06 Dec, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Fixed memory leak on shutdown (Affects the embedded version & MyODBC)
-
- 28 Nov, 2001 1 commit
-
-
monty@bitch.mysql.fi authored
-
- 04 Nov, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Portability fixes. Don't delete temporary tables on FLUSH tables.
-
- 02 Nov, 2001 1 commit
-
-
tim@black.box authored
-
- 09 Oct, 2001 4 commits
-
-
tim@black.box authored
Portability fix for mysqlmanager.
-
serg@serg.mysql.com authored
-
serg@serg.mysql.com authored
-
monty@hundin.mysql.fi authored
This wrapper noew will include all the necessary, system specific files, which makes all normal source files much easier to write and maintain. Portability fixes.
-
- 08 Oct, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Speed up column-completion in 'mysql' Don't use ISAM if HAVE_ISAM is not defined A lot of fixes for the embedded version. All libraries are now included in libmysqld.a Changed arguments to convert_dirname() to make it more general. Renamed files in the 'merge' directory to all use a common prefix. Don't compile both assembler and C functions on x86
-