Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merged | serg@serg.mylan | 2004-11-20 | 1 | -1/+1 |
|\ | |||||
| * | correct name of function in synopsis | timour@mysql.com | 2004-11-18 | 1 | -1/+1 |
* | | merged | serg@serg.mylan | 2004-11-17 | 1 | -12/+13 |
|\ \ | |/ | |||||
| * | key_cache.result, key_cache.test: | igor@rurik.mysql.com | 2004-11-16 | 1 | -12/+13 |
| * | Merge with 4.0 | jani@ua141d10.elisa.omakaista.fi | 2004-11-12 | 1 | -5/+4 |
| |\ | |||||
| | * | Removed an unneccessary for() and variable. | jani@ua141d10.elisa.omakaista.fi | 2004-11-12 | 1 | -5/+4 |
* | | | Merge bk-internal:/home/bk/mysql-5.0 | serg@serg.mylan | 2004-11-15 | 3 | -151/+127 |
|\ \ \ | |||||
| * \ \ | marge | bell@sanja.is.com.ua | 2004-11-13 | 1 | -95/+22 |
| |\ \ \ | |||||
| | * | | | now my_printf_error is not better then my_error, but my_error call is shorter | bell@sanja.is.com.ua | 2004-11-13 | 1 | -101/+16 |
| | * | | | merge | bell@sanja.is.com.ua | 2004-11-12 | 1 | -0/+12 |
| | |\ \ \ | |||||
| | | * | | | post-review fixes | bell@sanja.is.com.ua | 2004-11-12 | 1 | -0/+12 |
| * | | | | | Portability fix for gcc 2.95.3 | monty@mysql.com | 2004-11-12 | 1 | -1/+2 |
| * | | | | | Merge with 4.1 | monty@mysql.com | 2004-11-12 | 2 | -53/+100 |
| |\ \ \ \ \ | | |/ / / / | |/| | / / | | | |/ / | | |/| | | |||||
| | * | | | Merge on pull | monty@mysql.com | 2004-11-12 | 1 | -39/+84 |
| | |\ \ \ | |||||
| | | * \ \ | merge with 4.0 | monty@mysql.com | 2004-11-12 | 1 | -39/+84 |
| | | |\ \ \ | | | | | |/ | | | | |/| | |||||
| | | | * | | Some code clean-up and optimization. | jani@a80-186-24-72.elisa-laajakaista.fi | 2004-11-11 | 1 | -30/+60 |
| | | | * | | Removed check for .ini file elsewhere, except on Windows. | jani@a80-186-24-72.elisa-laajakaista.fi | 2004-11-11 | 1 | -0/+4 |
| | | | * | | Fixed a typo that caused segmentation fault when using | jani@a193-229-222-105.elisa-laajakaista.fi | 2004-11-05 | 1 | -1/+1 |
| | | | * | | Changed default.c so that it now checks for my.ini and then | jani@a193-229-222-105.elisa-laajakaista.fi | 2004-11-05 | 1 | -39/+50 |
| | * | | | | A fix (bug #6551: UMASK_DIR & UMASK not taken into account (mysqld.cc my_init... | ram@gw.mysql.r18.ru | 2004-11-11 | 1 | -0/+2 |
| | |/ / / | |||||
| * | | | | Resolved merge from 4.1 -> 5.0 (mainly Guilhem's work with mysqldump) | brian@avenger.(none) | 2004-11-11 | 1 | -3/+4 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | Added possibility to detect if libmysqld is restarted | monty@mysql.com | 2004-11-11 | 1 | -3/+4 |
* | | | | | s/ha_store_ptr/my_store_ptr/ | serg@serg.mylan | 2004-11-07 | 1 | -0/+39 |
* | | | | | mmap portability layer, mmap for Windows | serg@serg.mylan | 2004-11-04 | 3 | -9/+92 |
* | | | | | dbug: DBUG_EXECUTE_IF macro, build user manual automatically, document all fe... | serg@serg.mylan | 2004-11-04 | 2 | -181/+0 |
|/ / / / | |||||
* | | | | merge with 4.1 | monty@mysql.com | 2004-10-29 | 14 | -32/+150 |
|\ \ \ \ | |/ / / | | | / | |_|/ |/| | | |||||
| * | | A lot of fixes for prepared statements (PS): | monty@mysql.com | 2004-10-26 | 1 | -0/+2 |
| * | | Fix compiler warnings (detected by Intel's C++ compiler) | monty@mysql.com | 2004-10-22 | 3 | -0/+16 |
| * | | Merge with 4.0 | monty@mysql.com | 2004-10-20 | 1 | -2/+10 |
| |\ \ | | |/ | |||||
| | * | Fix test case for innodb-lock | monty@mysql.com | 2004-10-20 | 1 | -2/+10 |
| * | | Review of all code pushed since last review | monty@mishka.local | 2004-10-20 | 2 | -2/+2 |
| * | | true,false -> TRUE, FALSE | monty@mishka.local | 2004-10-14 | 2 | -18/+43 |
| * | | Merge with 4.0 for 4.1 release | monty@mysql.com | 2004-10-06 | 5 | -13/+24 |
| |\ \ | | |/ | |||||
| | * | Fix for BUG#3248 "Doc says MyISAM warns if disk full but it does not": | guilhem@mysql.com | 2004-09-24 | 5 | -13/+25 |
| * | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1 | dlenev@mysql.com | 2004-09-23 | 1 | -5/+32 |
| |\ \ | |||||
| | * | | Implementation of Monty's idea about clear_alloc_root() optimization and clea... | dlenev@brandersnatch.localdomain | 2004-09-23 | 1 | -5/+32 |
| * | | | A fix and test case for Bug#5315 "mysql_change_user() doesn't free | konstantin@mysql.com | 2004-09-22 | 1 | -0/+26 |
| |/ / | |||||
| * | | Merging | hf@deer.(none) | 2004-09-14 | 1 | -1/+1 |
| |\ \ | |||||
| | * | | A set of mysql_home_path-related fixes | hf@deer.(none) | 2004-09-07 | 1 | -1/+1 |
| * | | | Persian collation, contibuted by Jody McIntyre | bar@mysql.com | 2004-09-13 | 1 | -0/+4 |
* | | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0 | petr@mysql.com | 2004-09-11 | 1 | -4/+2 |
|\ \ \ \ | |||||
| * | | | | Fixed a problem causing load_defaults not to accept some command-line | petr@mysql.com | 2004-09-11 | 1 | -4/+2 |
* | | | | | Merge on pull | monty@mysql.com | 2004-09-09 | 26 | -144/+156 |
|\ \ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | After merge fixes of merge with 4.1 that included the new arena code. | monty@mysql.com | 2004-09-09 | 1 | -0/+1 |
| * | | | | Merge with 4.1 | monty@mysql.com | 2004-09-06 | 26 | -144/+155 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | Merge with 4.0 | monty@mysql.com | 2004-09-01 | 1 | -40/+57 |
| | |\ \ \ | | | |/ / | | |/| / | | | |/ | |||||
| | | * | Added global my_getopt_error_reporter function pointer which is | ram@gw.mysql.r18.ru | 2004-08-31 | 1 | -45/+56 |
| | | * | Code style fixes. | monty@mysql.com | 2004-08-28 | 1 | -39/+48 |
| | * | | merged | serg@serg.mylan | 2004-08-26 | 1 | -29/+32 |
| | |\ \ | | | |/ | |||||
| | | * | Merge bk-internal.mysql.com:/home/bk/mysql-4.0 | rburnett@build.mysql.com | 2004-08-25 | 1 | -29/+29 |
| | | |\ |