Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix for bug #12839 (Endian support is absurd) | hf@deer.(none) | 2005-09-21 | 4 | -79/+345 |
* | Merge bk-internal:/home/bk/mysql-4.1 | jimw@mysql.com | 2005-09-12 | 1 | -1/+1 |
|\ | |||||
| * | Merge svlasenko@bk-internal.mysql.com:/home/bk/mysql-4.1 | SergeyV@selena. | 2005-09-12 | 1 | -1/+1 |
| |\ | |||||
| | * | Merge selena.:H:/MYSQL/src/#05588-mysql-4.0 | SergeyV@selena. | 2005-09-07 | 1 | -1/+1 |
| | |\ | |||||
| | | * | Merge svlasenko@bk-internal.mysql.com:/home/bk/mysql-4.0 | SergeyV@selena. | 2005-09-06 | 2 | -2/+2 |
| | | |\ | |||||
| | | | * | Fixes bug #5588. vio_was_interrupted() function was added to detect | SergeyV@selena. | 2005-08-30 | 2 | -2/+2 |
* | | | | | Merge mysqldev@production.mysql.com:jimw/mysql-4.1-sco | jimw@mysql.com | 2005-09-12 | 1 | -1/+1 |
|\ \ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | When first creating the ARZ file for an archive table, use "wb" as the mode for | jimw@mysql.com | 2005-09-08 | 1 | -1/+1 |
| * | | | | Last minor things to finish MySQL 4.1.10a: | joerg@mysql.com | 2005-04-01 | 2 | -8/+8 |
| * | | | | after merge fixes | joerg@mysql.com | 2005-03-31 | 1 | -6/+6 |
| * | | | | typos fixed | joerg@mysql.com | 2005-03-31 | 1 | -2/+2 |
| * | | | | uninit variable fixed | joerg@mysql.com | 2005-03-31 | 1 | -1/+1 |
| * | | | | Fixes for bugs reported by Stefano Di Paola (stefano.dipaola@wisec.it) | joerg@mysql.com | 2005-03-31 | 6 | -44/+93 |
* | | | | | Merge sgluhov@bk-internal.mysql.com:/home/bk/mysql-4.1 | gluh@mysql.com | 2005-09-12 | 3 | -14/+16 |
|\ \ \ \ \ | |||||
| * | | | | | Review fixes since last pull | monty@mishka.mysql.com | 2005-09-12 | 3 | -14/+16 |
* | | | | | | Fix for bug #6008: MySQL does not create warnings when creating database and ... | gluh@eagle.intranet.mysql.r18.ru | 2005-09-12 | 2 | -13/+21 |
|/ / / / / | |||||
* | | | | | Merge jamppa@bk-internal.mysql.com:/home/bk/mysql-4.1 | jani@a193-229-222-105.elisa-laajakaista.fi | 2005-09-11 | 1 | -3/+0 |
|\ \ \ \ \ | |||||
| * | | | | | Removed redundant reset_one_shot_variables calls | lars@mysql.com | 2005-09-11 | 1 | -3/+0 |
* | | | | | | Merge jamppa@bk-internal.mysql.com:/home/bk/mysql-4.1 | jani@a193-229-222-105.elisa-laajakaista.fi | 2005-09-09 | 1 | -5/+10 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | |||||
| * | | | | | Fixed Bug#10716, Procedure Analyse results in wrong values for optimal field ... | jani@a193-229-222-105.elisa-laajakaista.fi | 2005-09-09 | 1 | -5/+10 |
* | | | | | | Merge mysql.com:/home/alexi/mysql-4.1 | aivanov@mysql.com | 2005-09-09 | 1 | -0/+4 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | |||||
| * | | | | | BUG #12101: Additional fix. | aivanov@mysql.com | 2005-09-09 | 1 | -0/+4 |
* | | | | | | Bug#12817 SHOW STATUS now blob fields | gluh@eagle.intranet.mysql.r18.ru | 2005-09-09 | 2 | -41/+2 |
* | | | | | | Merge serg@bk-internal.mysql.com:/home/bk/mysql-4.1/ | serg@serg.mylan | 2005-09-09 | 1 | -1/+1 |
|\ \ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge serg@bk-internal.mysql.com:/home/bk/mysql-4.1/ | serg@serg.mylan | 2005-09-08 | 1 | -1/+1 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | BUG#12695: Item_func_isnull::update_used_tables did not update const_item_cache | serg@serg.mylan | 2005-09-08 | 1 | -1/+1 |
* | | | | | | | | sql_select.cc: | igor@rurik.mysql.com | 2005-09-08 | 1 | -3/+14 |
|/ / / / / / / | |||||
* | | | | | | | Merge svlasenko@bk-internal.mysql.com:/home/bk/mysql-4.1 | SergeyV@selena. | 2005-09-08 | 1 | -2/+2 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Fixes bug #12517. Clear user variables and replication events before | SergeyV@selena. | 2005-08-30 | 1 | -2/+2 |
* | | | | | | | | Merge rurik.mysql.com:/home/igor/mysql-4.1 | igor@rurik.mysql.com | 2005-09-07 | 6 | -35/+258 |
|\ \ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | | | |||||
| * | | | | | | | Merge aivanov@bk-internal.mysql.com:/home/bk/mysql-4.1 | aivanov@mysql.com | 2005-09-07 | 1 | -1/+2 |
| |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | Small tweak for random read performance (we shouldn't always tell the OS that... | brian@zim.(none) | 2005-09-07 | 1 | -1/+2 |
| * | | | | | | | | Merge mysql.com:/home/alexi/mysql-4.1 | aivanov@mysql.com | 2005-09-07 | 4 | -32/+218 |
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | | | |||||
| | * | | | | | | | item_cmpfunc.h: | aivanov@mysql.com | 2005-09-06 | 4 | -32/+218 |
| * | | | | | | | | Merge abarkov@bk-internal.mysql.com:/home/bk/mysql-4.1 | bar@mysql.com | 2005-09-07 | 2 | -2/+37 |
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / | |/| | | | | | | | |||||
| | * | | | | | | | func_like.result, func_like.test: | bar@mysql.com | 2005-09-06 | 1 | -1/+18 |
| | * | | | | | | | item_cmpfunc.h: | bar@mysql.com | 2005-09-06 | 1 | -1/+1 |
| | * | | | | | | | Bug#12611: ESCAPE + LIKE do not work when the escape char is a multibyte one | bar@mysql.com | 2005-08-31 | 1 | -1/+19 |
| * | | | | | | | | Merge abarkov@bk-internal.mysql.com:/home/bk/mysql-4.1 | bar@mysql.com | 2005-09-07 | 1 | -0/+1 |
| |\ \ \ \ \ \ \ \ | | |_|_|_|/ / / / | |/| | | | | | | | |||||
| | * | | | | | | | Bug #12829 | bar@mysql.com | 2005-08-30 | 1 | -0/+1 |
* | | | | | | | | | func_gconcat.result, func_gconcat.test: | igor@rurik.mysql.com | 2005-09-06 | 2 | -3/+6 |
|/ / / / / / / / | |||||
* | | | | | | | | Merge eherman@bk-internal.mysql.com:/home/bk/mysql-4.1 | eric@mysql.com | 2005-09-06 | 2 | -21/+19 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Backport of JimW's localhost patch to 4.1 tree. | eric@mysql.com | 2005-09-02 | 2 | -21/+19 |
* | | | | | | | | | postmerge fix | bell@sanja.is.com.ua | 2005-09-06 | 1 | -0/+1 |
* | | | | | | | | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1 | bell@sanja.is.com.ua | 2005-09-06 | 3 | -36/+85 |
|\ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ | Merge sanja.is.com.ua:/home/bell/mysql/bk/work-4.0 | bell@sanja.is.com.ua | 2005-09-06 | 3 | -36/+85 |
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / | |/| | | | | | | | | |||||
| | * | | | | | | | | support of concurent query cache resizing (BUG#12848) | bell@sanja.is.com.ua | 2005-09-06 | 4 | -36/+86 |
| | | |_|_|_|_|/ / | | |/| | | | | | | |||||
| | * | | | | | | | set_var.cc: | paul@kite-hub.kitebird.com | 2005-08-29 | 1 | -2/+2 |
| | * | | | | | | | Merge paul@bk-internal.mysql.com:/home/bk/mysql-4.0 | paul@frost.snake.net | 2005-08-27 | 2 | -41/+41 |
| | |\ \ \ \ \ \ \ | | | |_|_|_|_|_|/ | | |/| | | | | | | |||||
| | | * | | | | | | mysqld.cc: | paul@frost.snake.net | 2005-08-27 | 1 | -26/+26 |