summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* Fix for bug #7977 in sql_mode=ANSI, show create table ignores auto_incrementunknown2005-09-291-4/+6
* Many files:unknown2005-09-293-22/+22
* Fixed a bug checksum table locks the InnoDB table and does not use aunknown2005-09-281-0/+7
* Fix bug#13356 resolve_const_item() wasn't able to handle Item_row items.unknown2005-09-281-0/+29
* Fixed gcc error on AMD64: cast from 'char*' to 'unsigned int' loses precisionunknown2005-09-261-2/+2
* Fixed error found during review of new pushed codeunknown2005-09-256-16/+16
* Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2005-09-249-42/+102
|\
| * Merge spetrunia@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2005-09-242-6/+6
| |\
| | * BUG#12232: Addressing docs team feedback: s/inequal/unequal/unknown2005-09-242-5/+5
| | * mysqld.cc:unknown2005-09-231-1/+1
| * | Fix for BUG#13419: In "ref" optimizer, take into account that item=Item_func_...unknown2005-09-231-2/+2
| |/
| * Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2005-09-221-0/+4
| |\
| | * Fix for bug#12053 LOAD DATA INFILE ignores NO_AUTO_VALUE_ON_ZERO settingunknown2005-09-221-0/+4
| * | Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2005-09-221-4/+20
| |\ \ | | |/ | |/|
| | * a fix (#11553: gives error if aggregate user-defined function in HAVING clause).unknown2005-09-221-4/+20
| * | Merge epotemkin@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2005-09-222-0/+2
| |\ \
| | * | Fix bug #13180 thd->allow_sum_funcs wasn't reset before query processing.unknown2005-09-222-0/+2
| * | | Merge mysql.com:/home/timka/mysql/src/4.1-virginunknown2005-09-212-30/+68
| |\ \ \
| | * \ \ Merge mysql.com:/home/timka/mysql/src/4.1-virginunknown2005-09-212-30/+68
| | |\ \ \
| | | * | | Fix for BUG#12882 - min/max inconsistent on empty table.unknown2005-09-212-30/+68
* | | | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2005-09-211-0/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Ensure that hex strings are used as integers in cast(... signed/unsigned)unknown2005-09-211-0/+1
| | |_|/ / | |/| | |
* | | | | Merge joreland@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2005-09-217-2/+57
|\ \ \ \ \
| * | | | | a fix (bug #7589: Decimal types are ignored when updating data from another c...unknown2005-09-211-0/+3
| | |/ / / | |/| | |
| * | | | Merge mysql.com:/home/psergey/bk-trees/mysql-4.1unknown2005-09-215-0/+49
| |\ \ \ \
| | * | | | BUG#12232: Add a server option to treat NULL values as equal when calculating...unknown2005-09-215-0/+49
| * | | | | Bug #10694 LOAD DATA FROM INFILE fails with 'Out of operation records'unknown2005-09-201-2/+5
| | |_|_|/ | |/| | |
* | | | | Merge joreland@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2005-09-205-26/+48
|\ \ \ \ \ | |/ / / /
| * | | | Merge spachev@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2005-09-191-1/+2
| |\ \ \ \
| | * | | | Fix bug #13218: InnoDB: using a partial-field key prefix in searchunknown2005-09-191-1/+2
| | | |/ / | | |/| |
| * | | | Merge spachev@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2005-09-174-25/+46
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Merge spachev@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2005-09-144-25/+46
| | |\ \ \
| | | * | | fix for BUG#11139 (multi-delete with alias breaking replication if table rule...unknown2005-09-144-25/+46
* | | | | | ndb - imlp. show engine ndb status;unknown2005-09-196-1/+64
|/ / / / /
* | | | | Merge epotemkin@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2005-09-151-1/+1
|\ \ \ \ \
| * | | | | Fix bug#12887 Distinct is not always applied after rollupunknown2005-09-151-1/+1
| |/ / / /
* | | | | Bug#12920 - key_read_requests counter appears to re-setunknown2005-09-144-11/+22
* | | | | Merge mysql.com:/home/mydev/mysql-4.0-4000unknown2005-09-131-0/+7
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Bug#12845 - Stress test: Server crashes on CREATE .. SELECT statementunknown2005-09-131-0/+7
* | | | | Merged code. Removed unneccessary repeating.unknown2005-09-131-10/+8
* | | | | Merge bk-internal:/home/bk/mysql-4.1unknown2005-09-121-1/+1
|\ \ \ \ \
| * \ \ \ \ Merge svlasenko@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2005-09-121-1/+1
| |\ \ \ \ \
| | * \ \ \ \ Merge selena.:H:/MYSQL/src/#05588-mysql-4.0unknown2005-09-071-1/+1
| | |\ \ \ \ \ | | | |/ / / /
| | | * | | | Merge svlasenko@bk-internal.mysql.com:/home/bk/mysql-4.0unknown2005-09-062-2/+2
| | | |\ \ \ \
| | | | * | | | Fixes bug #5588. vio_was_interrupted() function was added to detectunknown2005-08-302-2/+2
* | | | | | | | Merge mysqldev@production.mysql.com:jimw/mysql-4.1-scounknown2005-09-121-1/+1
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | When first creating the ARZ file for an archive table, use "wb" as the mode forunknown2005-09-081-1/+1
| * | | | | | | Last minor things to finish MySQL 4.1.10a:unknown2005-04-012-8/+8
| * | | | | | | after merge fixesunknown2005-03-311-6/+6
| * | | | | | | typos fixedunknown2005-03-311-2/+2