summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \
| * | | Fix over-optimization that could result in an unsigned double field beingjimw@mysql.com2005-01-171-0/+1
* | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.0dlenev@mysql.com2005-01-181-7/+7
|\ \ \ \ | |_|/ / |/| | |
| * | | Clean up in implementation of f_is_geom()/f_is_bitfield()/f_is_enum()dlenev@mysql.com2005-01-181-7/+7
* | | | Anoter fix for moved IO_CACHE objectmonty@mysql.com2005-01-181-0/+3
* | | | Fixed possible access to unintialized memory in filesort when using many buffersmonty@mysql.com2005-01-151-0/+2
| |/ / |/| |
* | | ha_innodb.cc:heikki@hundin.mysql.fi2005-01-131-2/+7
* | | Merge marko@bk-internal.mysql.com:/home/bk/mysql-4.0marko@hundin.mysql.fi2005-01-131-0/+2
|\ \ \
| * | | InnoDB: Use system-supplied tmpfile() on Netware, as there is nomarko@hundin.mysql.fi2005-01-121-0/+2
* | | | A fix for Bug#6761 "mysql_list_fields() does not work": testkonstantin@mysql.com2005-01-121-1/+1
* | | | Merge bk-internal:/home/bk/mysql-4.0/serg@serg.mylan2005-01-121-0/+1
|\ \ \ \ | |/ / / |/| | |
| * | | added missing Com_update_multi status variableserg@serg.mylan2005-01-121-0/+1
* | | | Fix for BUG#7658 "optimize crashes slave thread (1 in 1000)]":guilhem@mysql.com2005-01-101-0/+2
| |_|/ |/| |
* | | Make query_cache_wlock_invalidate visible in SHOW VARIABLES (Bug #7594)jimw@mysql.com2005-01-041-0/+2
* | | Merge bk-internal.mysql.com:/home/bk/mysql-4.0serg@sergbook.mysql.com2004-12-311-50/+50
|\ \ \ | |_|/ |/| |