summaryrefslogtreecommitdiff
path: root/mysys
Commit message (Expand)AuthorAgeFilesLines
* Look in the directory above the executable for the my.cnf/ini, on Windows, asjimw@mysql.com2005-07-061-12/+80
* Mergekent@mysql.com2005-07-061-1/+2
|\
| * Makefile.am:kent@mysql.com2005-07-051-1/+2
* | Merge mysql.com:/home/jimw/my/mysql-5.0-10214jimw@mysql.com2005-07-051-8/+108
|\ \
| * | Add documentation to the escape_*() functions in mysys.jimw@mysql.com2005-07-051-16/+52
| * | Make status of NO_BACKSLASH_ESCAPES mode known to the client sojimw@mysql.com2005-06-231-0/+64
* | | Making rpl_until more robust if machine is slow. Removing rpl_trunc_binloggbichot@production.mysql.com2005-07-041-8/+10
* | | manual mergemonty@mysql.com2005-07-041-2/+1
|\ \ \
| * | | Fixes during review of new codemonty@mysql.com2005-07-041-2/+1
* | | | Merge with 4.1monty@mysql.com2005-07-032-40/+53
|\ \ \ \ | | |_|/ | |/| |
| * | | Move reset of insert_values to ensure it's done also during error conditionsmonty@mysql.com2005-06-281-0/+1
| * | | Better bug fix for:monty@mishka.local2005-06-271-5/+4
| * | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1monty@mishka.local2005-06-231-35/+49
| |\ \ \
| | * | | Cleanup during review of new codemonty@mishka.local2005-06-211-35/+49
* | | | | Name resolution context added (BUG#6443)bell@sanja.is.com.ua2005-07-011-0/+45
* | | | | Merge mskold@bk-internal.mysql.com:/home/bk/mysql-5.0-ndbmarty@linux.site2005-06-3012-71/+132
|\ \ \ \ \
| * \ \ \ \ Merge pchardin@bk-internal.mysql.com:/home/bk/mysql-5.0petr@mysql.com2005-06-291-17/+51
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | post review fixes (second review)petr@mysql.com2005-06-291-2/+4
| | * | | | post review fixes to a patchpetr@mysql.com2005-06-291-8/+15
| | * | | | Fix modify_defaults_file as agreed with monty (correct all occurences of an o...petr@mysql.com2005-06-231-16/+41
| * | | | | Bug#8321 - myisampack bug in compression algorithmingo@mysql.com2005-06-241-0/+3
| | |_|_|/ | |/| | |
| * | | | Merge mdk10.(none):/home/reggie/bk/bug9148reggie@mdk10.(none)2005-06-221-5/+7
| |\ \ \ \ | | |/ / / | |/| / / | | |/ /
| | * | Bug #9148 Denial of Servicereggie@mdk10.(none)2005-06-211-5/+7
| | |/
| * | Add a missing statement, add licensing info and correct coding stylepetr@mysql.com2005-06-221-48/+70
| * | a fix (bug #10650: Bit literal case sensitivity).ramil@mysql.com2005-06-161-1/+1
| * | fixes for windows 64-bit compiler warningsgeorg@lmy002.wdf.sap.corp2005-06-139-15/+15
* | | Merge mysql.com:/home/jonas/src/wl1882joreland@mysql.com2005-06-131-1/+59
|\ \ \ | |/ / |/| |
| * | Add "--instance=name" option to load_defaults (or env(MYSQL_INSTANCE)) joreland@mysql.com2005-06-071-1/+59
* | | Merge mysql.com:/home/jimw/my/mysql-4.1-cleanjimw@mysql.com2005-06-091-2/+20
|\ \ \ | | |/ | |/|
| * | Merge mysql.com:/home/jimw/my/mysql-4.1-10931jimw@mysql.com2005-06-091-2/+20
| |\ \
| | * | Fix hashcmp() to handle special case of zero length, whichjimw@mysql.com2005-06-011-2/+20
* | | | Merge jamppa@bk-internal.mysql.com:/home/bk/mysql-5.0jani@a193-229-222-105.elisa-laajakaista.fi2005-06-091-46/+69
|\ \ \ \
| * | | | Fixes in function modify_defaults_file():jani@a193-229-222-105.elisa-laajakaista.fi2005-06-091-46/+69
* | | | | Mergeacurtis@xiphis.org2005-06-091-21/+41
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | a fix (bug #11193: error messages gets garbled after reggies latest changeset...ramil@mysql.com2005-06-091-2/+2
| * | | improved mapping from numerical open codes to string fopen codes.reggie@mdk10.(none)2005-06-071-21/+41
* | | | Merge with 4.1monty@mysql.com2005-06-071-2/+0
|\ \ \ \ | |/ / /
| * | | a compiler must see '#pragma implementation' *before*serg@serg.mylan2005-06-051-2/+0
* | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0monty@mysql.com2005-06-062-2/+2
|\ \ \ \
| * | | | fixes for compiler warnings from VC6reggie@monster.2005-06-062-2/+2
| | |_|/ | |/| |
* | | | Ensure that we reset auto-increment cache if we have to do an UPDATE becasue ...monty@mysql.com2005-06-061-0/+1
* | | | mergemonty@mysql.com2005-06-052-6/+10
|\ \ \ \ | |/ / / |/| | |
| * | | Cleanup during reviewmonty@mysql.com2005-06-052-6/+10
* | | | yassl template instantiation - don't do too muchserg@serg.mylan2005-06-031-1/+1
* | | | Merge monster.:D:/Work/mysql-4.1 into monster.:D:/Work/mysql5.0reggie@monster.2005-06-021-1/+1
|\ \ \ \ | | |/ / | |/| |
| * | | fixed compile problem by replacing W_OK with F_OKreggie@monster.2005-06-021-1/+1
* | | | Merge mysql.com:/home/mydev/mysql-4.1-4100ingo@mysql.com2005-06-021-30/+91
|\ \ \ \ | |/ / /
| * | | Merge mysql.com:/home/mydev/mysql-4.1ingo@mysql.com2005-06-021-0/+2
| |\ \ \
| * | | | Bug#10602 - LOAD INDEX INTO CACHE deadlocksingo@mysql.com2005-06-011-30/+91
| | |_|/ | |/| |
* | | | Mergekent@mysql.com2005-06-021-0/+2
|\ \ \ \ | | |/ / | |/| / | |_|/ |/| |