summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* [backport of 4.1, because 4.0 autobuild now hits the same problem;unknown2005-05-071-1/+1
* Bug#6616unknown2005-05-061-0/+1
* Bug#7823 - FLUSH TABLES WITH READ LOCK + INSERT DELAYED = deadlockunknown2005-04-273-23/+108
* - added missing copyright headers to several Makefile.am's (noticedunknown2005-04-191-0/+16
* BUG#9922 - INSERT SELECT with UNIONs allows concurrent INSERTsunknown2005-04-152-1/+1
* Merge bk-internal:/home/bk/mysql-4.0/unknown2005-04-141-2/+6
|\
| * TRUNCATE is always a transaction on itself. pretent we're in auto-commit modeunknown2005-04-141-2/+6
* | Fix for bug #9796 "Query Cache caches queries with CURRENT_USER()unknown2005-04-111-0/+1
|/
* Merge bk-internal.mysql.com:/home/bk/mysql-4.0unknown2005-04-035-8/+10
|\
| * bug#3891 - DROP TABLE many-unexistent-tables, was printing an error with %s i...unknown2005-04-024-4/+5
| * don't strcmp db if it's a patternunknown2005-03-301-4/+5
* | Fix for bug #8894 "TIMESTAMP values scrambled/misaligned when using --new".unknown2005-03-282-32/+4
|/
* Merge bk-internal:/home/bk/mysql-4.0/unknown2005-03-264-13/+20
|\
| * Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.0unknown2005-03-171-6/+10
| |\
| | * safer creation of temp files used in replication of LOAD DATA INFILE.unknown2005-03-171-6/+10
| * | A fix (bug #8942: SUBSTRING_INDEX in UPDATE causes internal loop).unknown2005-03-171-1/+1
| * | Fix for BUG#8711: "<=>" may have true value for NULL arguments, so make unknown2005-03-111-0/+1
| |/
| * func_str.result, func_str.test:unknown2005-03-091-0/+1
| * Fix for bug#8978 : Crash on 'select format ...'unknown2005-03-071-6/+7
* | fixes for "backport wild_compare fix from 4.1 - bug#3924"unknown2005-03-262-4/+8
|/
* Changed C++ style comment to C style for 'sql/net_serv.cc' which will be syml...unknown2005-03-041-1/+1
* typos fixedunknown2005-03-031-2/+2
* Merge bk-internal:/home/bk/mysql-4.0/unknown2005-03-036-43/+94
|\
| * uninit variable fixedunknown2005-03-031-1/+1
| * Fixes for bugs reported by Stefano Di Paola (stefano.dipaola@wisec.it)unknown2005-03-036-43/+94
* | Merge spetrunia@bk-internal.mysql.com:/home/bk/mysql-4.0unknown2005-02-281-1/+2
|\ \
| * | Fix for BUG#7519: Index statistics is not displayed after ANALYZE for tempora...unknown2005-02-051-1/+2
* | | Merge mysql.com:/home/bkroot/mysql-4.0unknown2005-02-235-14/+21
|\ \ \
| * \ \ Merge mysql.com:/home/bkroot/mysql-4.0unknown2005-02-182-3/+6
| |\ \ \ | | |_|/ | |/| |
| | * | Bug#7879: Using TL_READ_NO_INSERT locks instead of TL_READ locks when unknown2005-02-152-3/+6
| * | | Merge rurik.mysql.com:/home/igor/mysql-4.0unknown2005-02-151-0/+1
| |\ \ \
| | * | | delete.result, delete.test:unknown2005-02-151-0/+1
| * | | | Merge marko@bk-internal.mysql.com:/home/bk/mysql-4.0unknown2005-02-151-10/+13
| |\ \ \ \
| | * | | | Better bug fix for #5569: "Incorrect "Access Denied" error with SAME login DI...unknown2005-02-151-10/+13
| | |/ / /
| * | | | InnoDB: Create temporary files in the MySQL tmpdir instead of $TMPDIR.unknown2005-02-151-1/+1
| |/ / /
* | | | Bug#8412: For replication to work correctly, the prologue and unknown2005-02-141-1/+14
|/ / /
* | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.0unknown2005-02-131-1/+1
|\ \ \
| * | | Fixed mistyping (thnx to Konstantin)unknown2005-02-111-1/+1
* | | | select.result:unknown2005-02-111-7/+6
|/ / /
* | | select.result, select.test:unknown2005-02-101-0/+1
| |/ |/|
* | Fix QUOTE() to not reuse the input field for output, which resulted inunknown2005-02-012-10/+6
* | Merge mysql.com:/home/jimw/my/mysql-4.0-5569unknown2005-02-011-2/+3
|\ \
| * | Always call vio_in_addr() so that thd->remote isunknown2005-01-251-2/+3
* | | Remove #if 0 as this only confuses the code withing adding anythingunknown2005-02-011-6/+0
* | | Merge marko@bk-internal.mysql.com:/home/bk/mysql-4.0unknown2005-01-313-19/+116
|\ \ \
| * | | Bug#7011unknown2005-01-303-19/+116
* | | | Merge marko@bk-internal.mysql.com:/home/bk/mysql-4.0unknown2005-01-284-9/+20
|\ \ \ \ | |/ / / |/| | |
| * | | InnoDB: Tolerate negative return values from ftell().unknown2005-01-271-9/+9
| * | | Merge marko@bk-internal.mysql.com:/home/bk/mysql-4.0unknown2005-01-261-5/+8
| |\ \ \
| * | | | InnoDB: Backport innodb_autoextend_increment from 4.1unknown2005-01-253-0/+11