summaryrefslogtreecommitdiff
path: root/libmysql
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Mergekent@mysql.com2005-07-061-2/+2
|\ \ \ \ | |/ / /
| * | | Makefile.am:kent@mysql.com2005-07-051-1/+2
* | | | Merge mysql.com:/home/jimw/my/mysql-5.0-10214jimw@mysql.com2005-07-051-1/+8
|\ \ \ \ | |_|/ / |/| | |
| * | | Make status of NO_BACKSLASH_ESCAPES mode known to the client sojimw@mysql.com2005-06-231-1/+8
| | |/ | |/|
* | | A fix and a test case for Bug#10794 "mysql_stmt_attr_set no konstantin@mysql.com2005-06-301-1/+0
|/ /
* | Rename all prepared statements COM_ commands to prefix with COM_STMT_konstantin@mysql.com2005-06-171-13/+14
* | mergemonty@mysql.com2005-06-051-1/+1
|\ \
| * | Cleanup during reviewmonty@mysql.com2005-06-051-1/+1
* | | Add missing STMT_ATTR_PREFETCH_ROWS to mysql_stmt_attr_getkonstantin@mysql.com2005-06-041-2/+5
|/ /
* | New file default_modify.c. Fixed a typo on mysqld.ccjani@a193-229-222-105.elisa-laajakaista.fi2005-05-182-2/+4
* | Merge grichter@bk-internal1.mysql.com:/home/bk/mysql-5.0georg@lmy002.wdf.sap.corp2005-05-181-3/+0
|\ \
| * | reverted last push - as discussed with Monty we will add georg@lmy002.wdf.sap.corp2005-05-131-3/+0
* | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0konstantin@mysql.com2005-05-162-7/+36
|\ \ \
| * \ \ Merge bk-internal.mysql.com:/home/bk/mysql-5.0konstantin@mysql.com2005-05-162-7/+36
| |\ \ \
| | * | | A fix and a test case for Bug#9643 " CURSOR_TYPE_SCROLLABLE dos not work"konstantin@mysql.com2005-05-162-7/+36
* | | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0monty@mysql.com2005-05-161-14/+17
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Merge with 4.1monty@mysql.com2005-05-141-14/+17
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1monty@mysql.com2005-05-141-2/+5
| | |\ \ \
| | * | | | After merge fixesmonty@mysql.com2005-05-141-14/+17
* | | | | | Mergepetr@mysql.com2005-05-161-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | post-review fixespetr@mysql.com2005-05-161-1/+1
* | | | | | Manual merge (again)konstantin@mysql.com2005-05-142-2/+36
|\ \ \ \ \ \ | | |_|/ / / | |/| | / / | |_|_|/ / |/| | | |
| * | | | Fix a valgrind warning: memcpy does not allow its arguments to overlap.konstantin@mysql.com2005-05-141-2/+5
| | |/ / | |/| |
| * | | added function mysql_set_character_set (reviewed by Monty)georg@lmy002.wdf.sap.corp2005-05-132-0/+31
| * | | Added cp932 character setshuichi@mysql.com2005-05-051-1/+1
* | | | Add missing commas to errmsg.ckonstantin@mysql.com2005-05-131-3/+3
* | | | A fix and test case for Bug#9478 "mysql_stmt_attr_set mysql_stmt_execute"konstantin@mysql.com2005-05-122-49/+74
| |_|/ |/| |
* | | Added export symbols for workaround of bugs #8317,#9637 in PHP5georg@lmy002.wdf.sap.corp2005-05-081-0/+3
* | | Merginghf@deer.(none)2005-04-211-0/+1
|\ \ \ | |/ / | | / | |/ |/|
| * Fix for bug #7344 (Repeating mysql_server_start/mysql_server_end crash clients)hf@deer.(none)2005-04-211-0/+1
* | Fix for verification tests: loss of decimal places should notgeorg@lmy002.wdf.sap.corp2005-04-121-7/+6
* | Fix for verification tests: truncation of post digits should not return an errorgeorg@lmy002.wdf.sap.corp2005-04-111-4/+5
* | Fix for bit type:ramil@mysql.com2005-04-041-0/+2
* | Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-5.0gbichot@quadita2.mysql.com2005-03-241-1/+2
|\ \
| * \ merge from 4.1gbichot@quadita2.mysql.com2005-03-241-1/+2
| |\ \ | | |/
| | * "After Monty's review" changes to the fix for BUG#8325 "Deadlock in replicati...gbichot@quadita2.mysql.com2005-03-231-1/+2
| | * Fix errors in my last changesetmonty@mysql.com2005-02-221-2/+5
* | | Manual mergekonstantin@mysql.com2005-03-241-0/+11
|\ \ \ | |/ / |/| |
| * | Fixes and test cases for Bug#8880 "Commands out of sync error with cursors"konstantin@mysql.com2005-03-241-0/+11
* | | Merge bk-internal:/home/bk/mysql-5.0serg@serg.mylan2005-03-231-0/+2
|\ \ \
| * | | added symbols mysql_server_init and mysql_server_end to allow windowsgeorg@lmy002.wdf.sap.corp2005-03-231-0/+2
* | | | Merge bk-internal:/home/bk/mysql-5.0serg@serg.mylan2005-03-211-1/+1
|\ \ \ \ | |/ / /
| * | | Eliminate warnings noticed by VC7. This includes fixing my_mmap() onjimw@mysql.com2005-03-181-1/+1
| |/ /
* | | Merge bk-internal:/home/bk/mysql-5.0serg@serg.mylan2005-03-181-2/+2
|\ \ \ | |/ / |/| |
| * | Field::quote_data():serg@serg.mylan2005-03-171-2/+2
* | | Fix HP/UX debug compile error. (Bug #8679)jimw@mysql.com2005-03-171-1/+2
|/ /
* | WL #2094 Federated Storage Handlerpatg@krsna.patg.net2005-02-231-19/+0
* | Fixed Bug#7838, "pipe_sig_handler should be static".jani@ua141d10.elisa.omakaista.fi2005-02-172-5/+5
* | Merge mysql.com:/home/kostja/work/mysql-4.1-rootkonstantin@mysql.com2005-02-101-5/+5
|\ \ | |/
| * Follow-up for bug#7990konstantin@mysql.com2005-02-101-5/+5