summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* Fix for bug #9796 "Query Cache caches queries with CURRENT_USER()dlenev@mysql.com2005-04-111-0/+1
* Merge bk-internal.mysql.com:/home/bk/mysql-4.0dlenev@mysql.com2005-04-035-8/+10
|\
| * bug#3891 - DROP TABLE many-unexistent-tables, was printing an error with %s i...serg@serg.mylan2005-04-024-4/+5
| * don't strcmp db if it's a patternserg@serg.mylan2005-03-301-4/+5
* | Fix for bug #8894 "TIMESTAMP values scrambled/misaligned when using --new".dlenev@mysql.com2005-03-282-32/+4
|/
* Merge bk-internal:/home/bk/mysql-4.0/serg@serg.mylan2005-03-264-13/+20
|\
| * Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.0gbichot@quadxeon.mysql.com2005-03-171-6/+10
| |\
| | * safer creation of temp files used in replication of LOAD DATA INFILE.gbichot@quadxeon.mysql.com2005-03-171-6/+10
| * | A fix (bug #8942: SUBSTRING_INDEX in UPDATE causes internal loop).ramil@mysql.com2005-03-171-1/+1
| * | Fix for BUG#8711: "<=>" may have true value for NULL arguments, so make sergefp@mysql.com2005-03-111-0/+1
| |/
| * func_str.result, func_str.test:igor@rurik.mysql.com2005-03-091-0/+1
| * Fix for bug#8978 : Crash on 'select format ...'gluh@gluh.mysql.r18.ru2005-03-071-6/+7
* | fixes for "backport wild_compare fix from 4.1 - bug#3924"serg@serg.mylan2005-03-262-4/+8
|/
* Changed C++ style comment to C style for 'sql/net_serv.cc' which will be syml...joerg@mysql.com2005-03-041-1/+1
* typos fixedserg@serg.mylan2005-03-031-2/+2
* Merge bk-internal:/home/bk/mysql-4.0/serg@serg.mylan2005-03-036-43/+94
|\
| * uninit variable fixedserg@serg.mylan2005-03-031-1/+1
| * Fixes for bugs reported by Stefano Di Paola (stefano.dipaola@wisec.it)serg@serg.mylan2005-03-036-43/+94
* | Merge spetrunia@bk-internal.mysql.com:/home/bk/mysql-4.0sergefp@mysql.com2005-02-281-1/+2
|\ \
| * | Fix for BUG#7519: Index statistics is not displayed after ANALYZE for tempora...sergefp@mysql.com2005-02-051-1/+2
* | | Merge mysql.com:/home/bkroot/mysql-4.0mats@mysql.com2005-02-235-14/+21
|\ \ \
| * \ \ Merge mysql.com:/home/bkroot/mysql-4.0mats@mysql.com2005-02-182-3/+6
| |\ \ \ | | |_|/ | |/| |
| | * | Bug#7879: Using TL_READ_NO_INSERT locks instead of TL_READ locks when mats@mysql.com2005-02-152-3/+6
| * | | Merge rurik.mysql.com:/home/igor/mysql-4.0igor@rurik.mysql.com2005-02-151-0/+1
| |\ \ \
| | * | | delete.result, delete.test:igor@rurik.mysql.com2005-02-151-0/+1
| * | | | Merge marko@bk-internal.mysql.com:/home/bk/mysql-4.0marko@hundin.mysql.fi2005-02-151-10/+13
| |\ \ \ \
| | * | | | Better bug fix for #5569: "Incorrect "Access Denied" error with SAME login DI...monty@mysql.com2005-02-151-10/+13
| | |/ / /
| * | | | InnoDB: Create temporary files in the MySQL tmpdir instead of $TMPDIR.marko@hundin.mysql.fi2005-02-151-1/+1
| |/ / /
* | | | Bug#8412: For replication to work correctly, the prologue and mats@mysql.com2005-02-141-1/+14
|/ / /
* | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.0bell@sanja.is.com.ua2005-02-131-1/+1
|\ \ \
| * | | Fixed mistyping (thnx to Konstantin)bell@sanja.is.com.ua2005-02-111-1/+1
* | | | select.result:igor@rurik.mysql.com2005-02-111-7/+6
|/ / /
* | | select.result, select.test:igor@rurik.mysql.com2005-02-101-0/+1
| |/ |/|
* | Fix QUOTE() to not reuse the input field for output, which resulted injimw@mysql.com2005-02-012-10/+6
* | Merge mysql.com:/home/jimw/my/mysql-4.0-5569jimw@mysql.com2005-02-011-2/+3
|\ \
| * | Always call vio_in_addr() so that thd->remote isjimw@mysql.com2005-01-251-2/+3
* | | Remove #if 0 as this only confuses the code withing adding anythingmonty@mysql.com2005-02-011-6/+0
* | | Merge marko@bk-internal.mysql.com:/home/bk/mysql-4.0marko@hundin.mysql.fi2005-01-313-19/+116
|\ \ \
| * | | Bug#7011acurtis@pcgem.rdg.cyberkinetica.com2005-01-303-19/+116
* | | | Merge marko@bk-internal.mysql.com:/home/bk/mysql-4.0marko@hundin.mysql.fi2005-01-284-9/+20
|\ \ \ \ | |/ / / |/| | |
| * | | InnoDB: Tolerate negative return values from ftell().marko@hundin.mysql.fi2005-01-271-9/+9
| * | | Merge marko@bk-internal.mysql.com:/home/bk/mysql-4.0marko@hundin.mysql.fi2005-01-261-5/+8
| |\ \ \
| * | | | InnoDB: Backport innodb_autoextend_increment from 4.1marko@hundin.mysql.fi2005-01-253-0/+11
* | | | | Merge mysql.com:/home/mydev/mysql-4.0ingo@mysql.com2005-01-261-5/+8
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | order_by.result, order_by.test:igor@rurik.mysql.com2005-01-251-5/+8
| |/ / /
* | | | Merge mysql.com:/home/mydev/mysql-4.0ingo@mysql.com2005-01-241-3/+10
|\ \ \ \ | |/ / /
| * | | select_found.result, select_found.test:igor@rurik.mysql.com2005-01-221-3/+10
| |/ /
* | | Merge mysql.com:/home/mydev/mysql-4.0ingo@mysql.com2005-01-201-1/+25
|\ \ \ | |/ / |/| |
| * | BUG#6034 - Error code 124: Wrong medium type.ingo@mysql.com2005-01-191-1/+25
* | | Merge mysql.com:/home/jimw/my/mysql-4.0-7700jimw@mysql.com2005-01-181-0/+1
|\ \ \