Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Only write to the error log if --log-error is specified and --console is not ... | monty@mashka.mysql.fi | 2003-01-28 | 1 | -2/+4 |
* | merge | monty@mashka.mysql.fi | 2003-01-28 | 27 | -541/+983 |
|\ | |||||
| * | Fixes for Netware | monty@mashka.mysql.fi | 2003-01-28 | 27 | -541/+983 |
* | | do not "trust number of broadcasts" in shared IO_CACHE | serg@serg.mysql.com | 2003-01-26 | 1 | -5/+5 |
* | | fixed bug in parallel repair | serg@serg.mysql.com | 2003-01-26 | 1 | -29/+29 |
|/ | |||||
* | A lot of portability fixes. | monty@mashka.mysql.fi | 2003-01-05 | 1 | -2/+2 |
* | Added support for max_allowed_packet in option files read by mysql_option() | monty@mashka.mysql.fi | 2003-01-04 | 1 | -16/+25 |
* | Changed thd variables max_join_size and select_limit to type ha_rows. | monty@mashka.mysql.fi | 2002-12-20 | 2 | -2/+3 |
* | Merge mashka.mysql.fi:/home/my/mysql-3.23 | monty@mashka.mysql.fi | 2002-12-14 | 1 | -0/+7 |
|\ | |||||
| * | On windows, delete any conflicting 'to' files on rename(from,to) | monty@mashka.mysql.fi | 2002-12-14 | 1 | -0/+7 |
| * | - Portability fixes for HP compiler on HPUX11 (backport from 4.0 tree) | lenz@mysql.com | 2002-12-04 | 4 | -7/+18 |
* | | New multi-table-update code | monty@mashka.mysql.fi | 2002-11-29 | 1 | -0/+2 |
* | | Try to optimize the cache buffer size needed for bulk_insert | monty@mashka.mysql.fi | 2002-11-20 | 1 | -3/+5 |
* | | merge with 3.23 | monty@mashka.mysql.fi | 2002-11-19 | 2 | -6/+7 |
|\ \ | |/ | |||||
| * | Merge work:/home/bk/mysql into mashka.mysql.fi:/home/my/mysql-3.23 | monty@mashka.mysql.fi | 2002-11-18 | 1 | -5/+6 |
| |\ | |||||
| | * | Small change to make key cache code cleaer | monty@mashka.mysql.fi | 2002-11-18 | 1 | -5/+6 |
| * | | - Applied required modifications for automake 1.5 | lenz@mysql.com | 2002-11-17 | 1 | -10/+1 |
| |/ | |||||
* | | Small improvement to alloc_root | monty@mashka.mysql.fi | 2002-11-16 | 1 | -8/+7 |
* | | Portability fixes for HP compiler and HPUX11 | monty@hundin.mysql.fi | 2002-11-09 | 4 | -7/+18 |
* | | Portability fixes for Fortre C++ 5.0 (on Sun) in 32 and 64 bit modes. | monty@butch. | 2002-11-07 | 1 | -11/+13 |
* | | Remove warnings/errors on Solaris when doing automake | monty@hundin.mysql.fi | 2002-11-01 | 1 | -3/+3 |
* | | Merge | monty@hundin.mysql.fi | 2002-10-31 | 1 | -1/+1 |
|\ \ | |||||
| * | | Added back old LARGEFILE handling | monty@hundin.mysql.fi | 2002-10-29 | 1 | -1/+1 |
* | | | Merge work:/home/bk/mysql-4.0 | serg@serg.mysql.com | 2002-10-25 | 1 | -1/+1 |
|\ \ \ | |||||
| * \ \ | merged | serg@serg.mysql.com | 2002-10-25 | 1 | -1/+1 |
| |\ \ \ | | |/ / | |/| / | | |/ | |||||
| | * | Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysql | monty@hundin.mysql.fi | 2002-10-20 | 1 | -1/+1 |
| | |\ | |||||
| | | * | Fixed usage of putenv() on windows (in not normally used code) | monty@hundin.mysql.fi | 2002-10-20 | 1 | -1/+1 |
| | * | | Added optional NT service and fix the TZ variable bug | miguel@hegel.br | 2002-10-16 | 1 | -0/+4 |
| | |/ | |||||
* | | | - replaced all occurences of HPUX with HPUX10 (to be prepared for eventual | lenz@mysql.com | 2002-10-24 | 5 | -6/+6 |
|/ / | |||||
* | | Fix the 100% CPU usage with TZ variable | miguel@hegel.br | 2002-10-16 | 1 | -0/+4 |
* | | Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0 | monty@hundin.mysql.fi | 2002-10-16 | 1 | -4/+3 |
|\ \ | |||||
| * \ | Merge with 3.23.54 | monty@hundin.mysql.fi | 2002-10-16 | 1 | -4/+3 |
| |\ \ | | |/ | |||||
| | * | Allocate HEAP blocks in smaller blocks to get better memory utilization and m... | monty@hundin.mysql.fi | 2002-10-13 | 1 | -4/+3 |
| | * | Portability fixes for HPUX and Openbsd | monty@hundin.mysql.fi | 2002-08-18 | 1 | -2/+2 |
| | * | Fix for HPUX 11 and pthread_mutex_lock | monty@hundin.mysql.fi | 2002-08-16 | 1 | -28/+51 |
* | | | Fixed a bug in my_getopt | jani@rhols221.adsl.netsonic.fi | 2002-10-15 | 1 | -7/+14 |
|/ / | |||||
* | | - Applied required modifications for automake 1.5 | lenz@mysql.com | 2002-10-01 | 1 | -10/+1 |
* | | Do filesort if handler has the HA_NOT_READ_PREFIX_LAST flag set. | monty@hundin.mysql.fi | 2002-09-26 | 1 | -0/+4 |
* | | Increased max possible max_allowed_packet to 1G | monty@mashka.mysql.fi | 2002-09-19 | 1 | -7/+7 |
* | | Update mysql-test results after merge | monty@mashka.mysql.fi | 2002-09-18 | 1 | -4/+4 |
* | | Merge | monty@mashka.mysql.fi | 2002-09-18 | 1 | -4/+2 |
|\ \ | |||||
| * | | comment corrected | serg@sergbook.mysql.com | 2002-09-17 | 1 | -4/+2 |
* | | | fixed so that --ssl and --skip-ssl works with the MySQL clients. | monty@mashka.mysql.fi | 2002-09-17 | 1 | -2/+3 |
|/ / | |||||
* | | merge | monty@mashka.mysql.fi | 2002-09-11 | 3 | -1/+27 |
|\ \ | |||||
| * | | Portability fixes. | monty@mashka.mysql.fi | 2002-09-11 | 3 | -1/+27 |
* | | | syntactic error.. | vva@genie.(none) | 2002-09-10 | 1 | -1/+1 |
* | | | fix bug for slave.. | vva@genie.(none) | 2002-09-09 | 1 | -1/+1 |
|/ / | |||||
* | | Merge | monty@mashka.mysql.fi | 2002-09-05 | 1 | -5/+14 |
|\ \ | |||||
| * | | Fixed searching after ssl directories. | monty@mashka.mysql.fi | 2002-09-05 | 1 | -5/+14 |
* | | | Fixed a bug in my_getopt and mysqld.cc | jani@rhols221.adsl.netsonic.fi | 2002-09-05 | 1 | -1/+1 |
|/ / |