Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix_max_connections to resize alarm_queue (Bug #1435) | serg@serg.mylan | 2003-10-06 | 5 | -13/+44 |
* | Merge bk-internal:/home/bk/mysql-4.0/ | serg@serg.mylan | 2003-10-06 | 7 | -18/+28 |
|\ | |||||
| * | enum options renamed to avoid possible name conflicts | serg@serg.mylan | 2003-09-29 | 3 | -3/+3 |
| * | typo fixed (bug #1390 - incorrect mysql_config output) | serg@serg.mylan | 2003-09-28 | 1 | -1/+1 |
| * | make mysqld to respect socket/port options of mysqld_safe command line | serg@serg.mylan | 2003-09-27 | 1 | -9/+13 |
| * | Merge bk-internal:/home/bk/mysql-4.0/ | serg@serg.mylan | 2003-09-18 | 2 | -5/+11 |
| |\ | |||||
| | * | merged (ul) | serg@serg.mylan | 2003-09-12 | 0 | -0/+0 |
| | |\ | |||||
| | | * | Quick backport of the following bugfix from MySQL 4.0.14. | guilhem@mysql.com | 2003-09-12 | 2 | -1/+14 |
| | * | | merged | serg@serg.mylan | 2003-09-12 | 1 | -1/+0 |
| | |\ \ | | | |/ | |||||
| | | * | - backported compatibility fix for extra/resolveip.c from 4.0 | lenz@mysql.com | 2003-09-11 | 1 | -0/+4 |
| | * | | Merge bk-internal:/home/bk/mysql-4.0/ | serg@serg.mylan | 2003-09-12 | 1 | -4/+11 |
| | |\ \ | |||||
| | | * | | fixed: thread lock-up on a FLASH TABLE when another thread has an open handler | serg@serg.mylan | 2003-09-09 | 1 | -4/+11 |
* | | | | | Merge paul@bk-internal.mysql.com:/home/bk/mysql-4.0 | paul@ice.snake.net | 2003-10-04 | 3 | -5/+5 |
|\ \ \ \ \ | |||||
| * | | | | | Ride hobby horse. | paul@ice.snake.net | 2003-10-04 | 3 | -5/+5 |
* | | | | | | Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.0 | guilhem@mysql.com | 2003-10-03 | 4 | -33/+69 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | |||||
| * | | | | | When the I/O thread was stopped while copying a long transaction, and restarted, | guilhem@mysql.com | 2003-10-03 | 4 | -33/+69 |
* | | | | | | Merge paul@bk-internal.mysql.com:/home/bk/mysql-4.0 | paul@ice.snake.net | 2003-10-03 | 3 | -5/+6 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Minor edits. | paul@ice.snake.net | 2003-10-03 | 3 | -5/+6 |
* | | | | | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.0 | monty@mishka.mysql.fi | 2003-10-03 | 8 | -151/+202 |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | |||||
| * | | | | | | Optimized code for setting user variables with := and fixed some bugs in old ... | monty@mishka.mysql.fi | 2003-10-03 | 8 | -151/+202 |
| |/ / / / / | |||||
* | | | | | | Reverting changeset 1.1590 | guilhem@mysql.com | 2003-10-02 | 1 | -23/+2 |
|/ / / / / | |||||
* | | | | | Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.0 | guilhem@mysql.com | 2003-10-01 | 1 | -2/+24 |
|\ \ \ \ \ | |||||
| * | | | | | Follow-up of an IRC discussion today. Declaring ignore_log_space_limit volatile, | guilhem@mysql.com | 2003-10-01 | 1 | -2/+24 |
* | | | | | | Merge eagle.mysql.r18.ru:/home/vva/work/mysql.orig/clear/mysql-4.0 | vva@eagle.mysql.r18.ru | 2003-10-01 | 4 | -26/+119 |
|\ \ \ \ \ \ | |||||
| * | | | | | | turn Item_func_set_user_var | vva@eagle.mysql.r18.ru | 2003-10-01 | 2 | -36/+31 |
| * | | | | | | rewrite Item_func_set_user_var ::val, ::val_str, ::val_int, ::update | vva@eagle.mysql.r18.ru | 2003-09-30 | 2 | -89/+51 |
| * | | | | | | fixed bug #1194 | vva@eagle.mysql.r18.ru | 2003-09-24 | 3 | -17/+153 |
* | | | | | | | New build directory files - NetWare only, as used in 4.0.15 | greg@mysql.com | 2003-09-30 | 5 | -0/+93 |
| |/ / / / / |/| | | | | | |||||
* | | | | | | A note that Valgrind does not give a good stacktrace when the problem | guilhem@mysql.com | 2003-09-30 | 1 | -0/+24 |
* | | | | | | fix for a random test failure on hpux/ia64 | guilhem@mysql.com | 2003-09-29 | 2 | -0/+13 |
* | | | | | | Added resetting of replace_result patterns after --exec command in mysqltest ... | dlenev@mysql.com | 2003-09-29 | 2 | -0/+10 |
* | | | | | | - enable changing the number of table bits for JOINs to be increased | lenz@mysql.com | 2003-09-29 | 1 | -0/+5 |
* | | | | | | Removed random chars after filename for LOAD DATA INFILE (in mysqlbinlog) | monty@narttu.mysql.fi | 2003-09-29 | 18 | -159/+161 |
* | | | | | | Fix for BUG#1345 "SQL Syntax Error in binarylog with DROP TABLES": | guilhem@mysql.com | 2003-09-28 | 3 | -8/+30 |
* | | | | | | Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.0 | guilhem@mysql.com | 2003-09-26 | 1 | -1/+1 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Fix for 64-bit machines. | guilhem@mysql.com | 2003-09-26 | 1 | -1/+1 |
* | | | | | | | Merge lgrimmer@build.mysql.com:/home/bk/mysql-4.0 | lenz@mysql.com | 2003-09-25 | 21 | -56/+46 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | - Improved portability of the sql-bench Perl scripts by replacing | lenz@mysql.com | 2003-09-25 | 21 | -56/+46 |
| |/ / / / / / | |||||
* | | | | | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.0 | dlenev@mysql.com | 2003-09-25 | 6 | -25/+87 |
|\ \ \ \ \ \ \ | |/ / / / / / | |||||
| * | | | | | | a small comment about why we call end_io_cache in mysql_load | guilhem@mysql.com | 2003-09-25 | 1 | -0/+5 |
| * | | | | | | Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.0 | guilhem@mysql.com | 2003-09-25 | 4 | -17/+52 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | Fix for BUG#1391: | guilhem@mysql.com | 2003-09-25 | 4 | -17/+52 |
| * | | | | | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.0 | dlenev@mysql.com | 2003-09-25 | 1 | -7/+19 |
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | |||||
| | * | | | | | | Fixed BUG#1357 MySQL too eagerly cleanups temporary files for LOAD DATA (SQL_... | dlenev@mysql.com | 2003-09-25 | 1 | -7/+19 |
| * | | | | | | | Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.0 | guilhem@mysql.com | 2003-09-24 | 2 | -1/+11 |
| |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | Fix for | guilhem@mysql.com | 2003-09-24 | 2 | -1/+11 |
| | | |/ / / / / | | |/| | | | | | |||||
* | | | | | | | | Test for mysqlbinlog | dlenev@mysql.com | 2003-09-24 | 4 | -3/+183 |
|/ / / / / / / | |||||
* | | | | | | | Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.0 | ram@gw.mysql.r18.ru | 2003-09-24 | 2 | -2/+4 |
|\ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge bk-internal.mysql.com:/home/bk/mysql-4.0 | monty@narttu.mysql.fi | 2003-09-24 | 2 | -2/+4 |
| |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | Correct fix for buffer overruns for compressed blobs. | monty@narttu.mysql.fi | 2003-09-24 | 2 | -2/+4 |