| Commit message (Expand) | Author | Age | Files | Lines |
* | my_lib.c: | unknown | 2004-07-05 | 1 | -2/+4 |
* | Windows-specific: | unknown | 2004-07-05 | 1 | -0/+9 |
* | Prevent potential problems on 32-Bit machines. | unknown | 2004-06-25 | 1 | -4/+4 |
* | - rephrased comment | unknown | 2004-06-22 | 1 | -1/+2 |
* | - Applied some portability fixes for SGI IRIX/MipsPro compiler | unknown | 2004-06-22 | 1 | -1/+1 |
* | Applied patch from Novell (2004-06-03) | unknown | 2004-06-18 | 1 | -1/+1 |
* | backport wild_compare fix from 4.1 - bug#3924 | unknown | 2004-05-29 | 2 | -24/+47 |
* | Merge bk-internal.mysql.com:/home/bk/mysql-4.0 | unknown | 2004-05-25 | 5 | -13/+28 |
|\ |
|
| * | Added patches from Novell | unknown | 2004-05-25 | 5 | -13/+28 |
* | | Added support for projects 'classic', 'classic nt', 'pro' and 'pro nt' | unknown | 2004-05-19 | 1 | -1/+1 |
|/ |
|
* | better followup fix for my_getopt (Argh!) | unknown | 2004-04-30 | 1 | -7/+7 |
* | followup - error fixed | unknown | 2004-04-30 | 1 | -2/+3 |
* | bug#3529 - my_getopt doesn't process short OPT_ARG options correctly | unknown | 2004-04-28 | 1 | -11/+20 |
* | bug#3556 - soundex | unknown | 2004-04-28 | 1 | -2/+2 |
* | Merge bk-internal:/home/bk/mysql-4.0/ | unknown | 2004-03-25 | 1 | -1/+2 |
|\ |
|
| * | shared IO_CACHE: protection against remove_io_share in a wrong time | unknown | 2004-03-25 | 1 | -1/+2 |
* | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.0 | unknown | 2004-03-23 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | comment | unknown | 2004-03-23 | 1 | -1/+1 |
* | | fixed config parser to recognize correctly strings like following: | unknown | 2004-03-20 | 1 | -2/+4 |
|/ |
|
* | Merge bk-internal:/home/bk/mysql-4.0/ | unknown | 2004-03-16 | 3 | -12/+27 |
|\ |
|
| * | Fixed memory leak in DROP DATABASE when using RAID tables (Bug #2882) | unknown | 2004-03-10 | 3 | -12/+27 |
* | | Merge bk-internal:/home/bk/mysql-4.0/ | unknown | 2004-03-07 | 1 | -0/+4 |
|\ \
| |/
|/| |
|
| * | comment clarified | unknown | 2004-03-05 | 1 | -0/+4 |
* | | Ensure that one can't from the command line set a variable too small. (Bug #2... | unknown | 2004-03-06 | 1 | -9/+6 |
|/ |
|
* | Fixed usage of strxnmov() in recent changesets | unknown | 2004-02-19 | 2 | -9/+11 |
* | potential problem fixed afer some reasoning | unknown | 2004-02-19 | 2 | -4/+4 |
* | merge 3.23 -> 4.0, 2003/02/06 | unknown | 2004-02-06 | 1 | -481/+0 |
|\ |
|
| * | - The LGPL section was removed from manual.texi, hence we now use a local | unknown | 2003-11-25 | 1 | -481/+0 |
* | | Added new option --sync-frm / --skip-sync-frm | unknown | 2004-02-03 | 1 | -3/+5 |
* | | Proposed (version #2) fix for bug #1948: | unknown | 2004-02-02 | 1 | -0/+66 |
* | | typo fixed PPTHREAD -> PTHREAD | unknown | 2004-01-16 | 1 | -1/+1 |
* | | Portability fixes (mostly test suite) | unknown | 2003-12-16 | 1 | -0/+1 |
* | | Merge | unknown | 2003-12-13 | 1 | -1/+11 |
|\ \ |
|
| * | | Fix autoincrement for signed columns (Bug #1366) | unknown | 2003-12-12 | 1 | -1/+11 |
* | | | Fix for Bug #1952 | unknown | 2003-12-12 | 1 | -161/+178 |
|/ / |
|
* | | Merge bk-internal.mysql.com:/home/bk/mysql-4.0 | unknown | 2003-12-11 | 4 | -26/+53 |
|\ \ |
|
| * | | Fixed a possible memory leak on MacOSX when using the shared libmysql.so libr... | unknown | 2003-12-11 | 4 | -26/+53 |
* | | | Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-4.0 | unknown | 2003-12-10 | 1 | -0/+3 |
|\ \ \
| |/ /
|/| | |
|
| * | | Fix for #1890 and #1959 | unknown | 2003-12-05 | 1 | -0/+3 |
* | | | Added checking of return value from my_once_alloc() in charset | unknown | 2003-12-10 | 1 | -15/+39 |
|/ / |
|
* | | Fixed Bug#1907, option of type GET_BOOL with arg type OPT_ARG | unknown | 2003-11-24 | 1 | -2/+0 |
* | | Merge with 3.23 (only comment changes) | unknown | 2003-11-17 | 1 | -0/+2 |
|\ \
| |/ |
|
| * | Safety fix for alarms on windows. | unknown | 2003-11-17 | 1 | -1/+2 |
* | | Merge service name code | unknown | 2003-11-17 | 1 | -1/+1 |
|\ \ |
|
| * | | Fix for service names on windows; Now we always put the service name last wh... | unknown | 2003-11-17 | 1 | -1/+1 |
* | | | Call my_sync() after all data is written to .frm file | unknown | 2003-11-02 | 5 | -5/+75 |
* | | | fix for bug #1634 '"operator new" in my_new wastes memory' | unknown | 2003-10-30 | 1 | -2/+2 |
|/ / |
|
* | | Safety fix to detect multiple calls to my_thread_end() | unknown | 2003-10-16 | 2 | -25/+50 |
* | | Better fix for CREATE TABLE IF NOT EXISTS ... SELECT | unknown | 2003-10-15 | 1 | -6/+7 |
* | | Updated comments | unknown | 2003-10-15 | 2 | -5/+29 |