summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* EOVERFLOW moved to my_base.h - it is used not only in strtod.cunknown2004-03-166-22/+23
* Merge bk@gate:/home/bk/mysql-4.1unknown2004-03-161-3/+24
|\
| * fixed bug #3160 '"mysqladmin password" doesn't work if --skip-grant-tables'unknown2004-03-161-3/+24
* | Merge abelkin@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-03-161-5/+1
|\ \
| * \ Merge vvagin@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-03-161-5/+1
| |\ \
| | * \ Merge eagle.mysql.r18.ru:/home/vva/work/mysql.orig/clear/mysql-4.1unknown2004-03-161-5/+1
| | |\ \ | | | |/ | | |/|
| | | * fixed a lot of warnings in processing of unknown2004-03-161-5/+1
* | | | Merge abelkin@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-03-165-0/+48
|\ \ \ \ | |/ / /
| * | | Merge sgluhov@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-03-165-0/+48
| |\ \ \
| | * | | Fix for bug#2586 Disallow global/session/local as structured var. instance namesunknown2004-03-165-0/+48
* | | | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1unknown2004-03-163-0/+21
|\ \ \ \ \ | |/ / / /
| * | | | Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-03-165-16/+85
| |\ \ \ \
| * \ \ \ \ Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-03-163-0/+21
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | a fix (bug #2885: like datetime)unknown2004-03-113-0/+21
* | | | | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1unknown2004-03-165-16/+85
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | Merge vvagin@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-03-165-16/+85
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | actions for bug unknown2004-03-155-16/+85
* | | | | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1unknown2004-03-167-14/+86
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | fixed comparation of tables/database names with --lower_case_table_names (BUG...unknown2004-02-207-14/+86
* | | | | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1unknown2004-03-1632-384/+717
|\ \ \ \ \ \
| * | | | | | Portability fixunknown2004-03-161-3/+2
| * | | | | | Fixed memory overrun in spatial init codeunknown2004-03-162-2/+2
| * | | | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-03-162-8/+5
| |\ \ \ \ \ \
| | * \ \ \ \ \ Merge bk-internal:/home/bk/mysql-4.1/unknown2004-03-152-8/+5
| | |\ \ \ \ \ \
| | | * | | | | | cleanupunknown2004-03-152-8/+5
| * | | | | | | | Moved errno to strtod.c as one can use m_string.h without errno.hunknown2004-03-162-8/+5
| * | | | | | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-03-1662-500/+1213
| |\ \ \ \ \ \ \ \ | | |/ / / / / / /
| | * | | | | | | Intermediate commit of client library (cleanups + fixes of 3 items from unknown2004-03-167-241/+510
| | * | | | | | | Small fixunknown2004-03-161-2/+2
| | * | | | | | | Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-03-161-1/+1
| | |\ \ \ \ \ \ \ | | | |_|_|_|_|/ / | | |/| | | | | |
| | | * | | | | | Yet another fix for spatial partsunknown2004-03-161-1/+1
| | | | |_|/ / / | | | |/| | | |
| | * | | | | | Fix of compilation failure of latest 4.1 tree: new constants in mysqld.ccunknown2004-03-157-35/+39
| | | |/ / / / | | |/| | | |
| | * | | | | Fixes for bugs #2274 "mysqld gets SIGSEGV during processing of malformed unknown2004-03-155-57/+114
| | * | | | | Fix for bug#3041 --safe-updates option declaration anomalyunknown2004-03-151-2/+2
| | * | | | | Fix for bug#2972 Problem the the CONV() functionunknown2004-03-153-8/+18
| * | | | | | merge & simple cleanupunknown2004-03-155-22/+22
| |\ \ \ \ \ \
| | * | | | | | Optimizationsunknown2004-03-155-19/+16
* | | | | | | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1unknown2004-03-1565-784/+1498
|\ \ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| * | | | | | | Task #835: additional changes fot str_to_dateunknown2004-03-1536-143/+508
| | |_|/ / / / | |/| | | | |
| * | | | | | Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-03-155-17/+25
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | Fix for valgrind's warningunknown2004-03-155-17/+25
| * | | | | | fixed commentsunknown2004-03-151-3/+3
| |/ / / / /
| * | | | | my_strtod fixes:unknown2004-03-144-13/+16
| |/ / / /
| * | | | Merge bk-internal:/home/bk/mysql-4.1/unknown2004-03-141-1/+8
| |\ \ \ \
| | * | | | UUID() bug that manifests itself on low-res (<1 us) timers onlyunknown2004-03-141-1/+8
| * | | | | Merge vvagin@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-03-143-1/+85
| |\ \ \ \ \
| | * | | | | fixed bug #856 'Naming a key "Primary" causes trouble'unknown2004-03-143-1/+85
| | |/ / / /
| * | | | | Merge vvagin@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-03-1327-1/+96
| |\ \ \ \ \
| | * | | | | fixed bug #1427 "enum allows duplicate values in the list"unknown2004-03-1327-1/+96
| | |/ / / /
| * | | | | Fix for #1325unknown2004-03-131-17/+0
| |/ / / /