summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* proper fix for the bug #2077: accented characters in enum/defaul values are r...ram@gw.mysql.r18.ru2003-12-163-11/+39
* Merge bk-internal.mysql.com:/home/bk/mysql-4.1monty@mysql.com2003-12-151-4/+4
|\
| * part one of the fix for the bug #2077: accented characters in enum/defaul val...ram@gw.mysql.r18.ru2003-12-151-4/+4
* | Merge bk-internal.mysql.com:/home/bk/mysql-4.1monty@mysql.com2003-12-153-58/+54
|\ \ | |/ |/|
| * Added missing timeout function for named pipes and shared memory (fixes core ...monty@mysql.com2003-12-153-58/+54
* | Translation updatemiguel@hegel.local2003-12-131-26/+26
* | Merge bk-internal:/home/bk/mysql-4.1/serg@serg.mylan2003-12-131-1/+1
|\ \
| * | Already approved bug fix for #1561.Sinisa@sinisa.nasamreza.org2003-12-131-1/+1
* | | insert table select * from table2 now converts charsets correctlyserg@serg.mylan2003-12-131-4/+4
|/ /
* | Bug#2075 - fix reduce/reduceantony@ltantony.rdg.cyberkinetica.homeunix.net2003-12-111-8/+11
* | Fix for Bug #2075 - negative default values not accepted for integer columnsantony@ltantony.rdg.cyberkinetica.homeunix.net2003-12-111-5/+14
* | WorkLog#1323antony@ltantony.rdg.cyberkinetica.homeunix.net2003-12-1026-66/+125
|/
* Merge vvagin@bk-internal.mysql.com:/home/bk/mysql-4.1vva@eagle.mysql.r18.ru2003-12-091-0/+1
|\
| * Mergevva@eagle.mysql.r18.ru2003-12-091-0/+1
| |\
| | * fixed bug #1688 "CREATE TABLE ... SELECT with default()"vva@eagle.mysql.r18.ru2003-10-311-0/+1
* | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1monty@mysql.com2003-12-0825-92/+95
|\ \ \ | |/ / |/| |
| * | Portability fixes for Windowsmonty@mysql.com2003-12-0825-92/+95
* | | post-merge fixesgluh@gluh.mysql.r18.ru2003-12-087-13/+168
|\ \ \
| * | | Task ID 499:Add a new settable string variable(init_connect, init_slave)gluh@gluh.mysql.r18.ru2003-12-089-102/+55
| * | | SCRUM:gluh@gluh.mysql.r18.ru2003-07-1810-9/+209
* | | | let chk_index() understand 2-level fulltext index formatserg@serg.mylan2003-12-071-1/+1
* | | | QUERY_NO_GOOD_INDEX_USED and QUERY_NO_INDEX_USED moved from thd->lex.select_l...serg@serg.mylan2003-12-065-46/+43
* | | | Merge bk-internal:/home/bk/mysql-4.1/serg@serg.mylan2003-12-061-3/+2
|\ \ \ \
| * | | | fix for my_mbcharlen(charset, c) to return 1 for single-byte charactersserg@serg.mylan2003-12-061-3/+2
* | | | | Merge mysql.com:/home/kostja/mysql/mysql-4.1-rootkonstantin@mysql.com2003-12-054-12/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | unused variable max_prep_stmt_count removedkonstantin@oak.local2003-12-054-12/+1
| | |/ / | |/| |
* | | | make a clear distinction between max_word_length in *characters* and in *bytes*serg@serg.mylan2003-12-041-2/+2
|/ / /
* | | comment to user-level lock addedkonstantin@oak.local2003-12-041-0/+5
* | | Merge for updateantony@ltantony.rdg.cyberkinetica.homeunix.net2003-12-0233-71/+190
|\ \ \
| * | | WorkLog#1280 - Remove fixed table handler from lex/yaccantony@ltantony.rdg.cyberkinetica.homeunix.net2003-12-0233-71/+190
* | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1konstantin@mysql.com2003-12-021-2/+1
|\ \ \ \
| * | | | Item_param::save_in_field():konstantin@oak.local2003-12-021-2/+1
* | | | | Fix for #1189 (Mess with names about CONSTRAINT)hf@deer.(none)2003-12-021-9/+18
|/ / / /
* | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1konstantin@mysql.com2003-12-021-0/+1
|\ \ \ \
| * | | | join_outer.result, null.result, null.test, item_cmpfunc.h:igor@rurik.mysql.com2003-12-011-0/+1
* | | | | cleanup: unused variable removedkonstantin@oak.local2003-12-011-4/+0
* | | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1konstantin@mysql.com2003-12-011-6/+4
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | don't delete select_lex->having and select_lex->where as we deletekonstantin@oak.local2003-12-011-6/+4
* | | | | Portability fixes (for binary build)monty@mysql.com2003-12-011-30/+47
|/ / / /
* | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1monty@mysql.com2003-11-281-14/+24
|\ \ \ \
| * \ \ \ Merge gbichot@213.136.52.20:/home/bk/mysql-4.1guilhem@mysql.com2003-11-281-14/+24
| |\ \ \ \
| | * | | | In the slave I/O thread (in master.info), it seems less worse to flushguilhem@mysql.com2003-11-281-14/+24
* | | | | | merge with 4.0 to get fix for range bugmonty@mysql.com2003-11-281-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Fixed range optimzier bug (Bug #1828)monty@mysql.com2003-11-281-1/+1
* | | | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1monty@mysql.com2003-11-2829-257/+295
|\ \ \ \ \ \
| * \ \ \ \ \ Mergemonty@mysql.com2003-11-2829-257/+295
| |\ \ \ \ \ \
| | * | | | | | Fix wrong last edit for last commitmonty@mysql.com2003-11-281-2/+2
| | * | | | | | Added missing SSL library (Should be in source distribution)monty@mysql.com2003-11-2828-257/+295
| | * | | | | | Merge mysql.com:/my/mysql-4.0 into mysql.com:/my/mysql-4.1monty@mysql.com2003-11-262-2/+3
| | |\ \ \ \ \ \ | | | |/ / / / /
| | | * | | | | Added compilation comment to 'show variables'monty@mysql.com2003-11-262-2/+3