Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merge | monty@hundin.mysql.fi | 2001-11-03 | 2 | -15/+18 |
|\ | |||||
| * | Added STDCALL to mysql_sever and mysql_thread variables | monty@hundin.mysql.fi | 2001-11-03 | 2 | -14/+18 |
* | | Merge work.mysql.com:/home/bk/mysql-4.0 into black.box:/u/home/tim/my/4 | tim@black.box | 2001-11-02 | 1 | -8/+0 |
|\ \ | |||||
| * | | Removed unused code in VIO | tonu@volk.internalnet | 2001-11-02 | 1 | -8/+0 |
* | | | Portability fixes for AIX 4.x | tim@black.box | 2001-11-01 | 1 | -1/+1 |
|/ / | |||||
* | | SSL fixes. | tonu@volk.internalnet | 2001-11-01 | 1 | -2/+1 |
* | | Merge work:/home/bk/mysql-4.0 | sasha@mysql.sashanet.com | 2001-10-23 | 1 | -1/+15 |
|\ \ | |||||
| * | | cleanup | sasha@mysql.sashanet.com | 2001-10-23 | 1 | -1/+15 |
| |/ | |||||
* | | merged | serg@serg.mysql.com | 2001-10-23 | 1 | -1/+2 |
|\ \ | |||||
| * | | HA_NO_FULLTEXT_KEY and an appropriate error message | serg@serg.mysql.com | 2001-10-23 | 1 | -1/+2 |
* | | | Merge work:/home/bk/mysql-4.0 | serg@serg.mysql.com | 2001-10-22 | 1 | -1/+1 |
|\ \ \ | |_|/ |/| | | |||||
| * | | I have to commit to be able to pull | serg@serg.mysql.com | 2001-10-22 | 1 | -1/+1 |
* | | | Don't do signal() on windows (Causes instability problems) | monty@hundin.mysql.fi | 2001-10-17 | 1 | -0/+1 |
|/ / | |||||
* | | Merge work:/home/bk/mysql-4.0 | sasha@mysql.sashanet.com | 2001-10-13 | 1 | -1/+1 |
|\ \ | |||||
| * | | changed manager to use my_net_* | sasha@mysql.sashanet.com | 2001-10-12 | 1 | -1/+1 |
* | | | Merge work:/home/bk/mysql-4.0 | serg@serg.mysql.com | 2001-10-10 | 1 | -1/+0 |
|\ \ \ | |/ / | |||||
| * | | Add --without-isam configure switch. | tim@black.box | 2001-10-09 | 1 | -1/+0 |
* | | | merged | serg@serg.mysql.com | 2001-10-09 | 17 | -162/+391 |
|\ \ \ | |/ / | |||||
| * | | One should not only have to include my_net.h to work with sockets. | monty@hundin.mysql.fi | 2001-10-09 | 3 | -10/+42 |
| * | | Portability fixes + a couple of bug fixes introduced by last push. | monty@hundin.mysql.fi | 2001-10-08 | 1 | -2/+2 |
| * | | Portability fix | monty@hundin.mysql.fi | 2001-10-08 | 1 | -0/+3 |
| * | | Cleanup after last merge | monty@hundin.mysql.fi | 2001-10-08 | 1 | -4/+2 |
| * | | merge | monty@hundin.mysql.fi | 2001-10-08 | 4 | -8/+20 |
| |\ \ | |||||
| | * | | Updated manual about embedded version. | monty@hundin.mysql.fi | 2001-10-08 | 4 | -6/+18 |
| | * | | New script: explain_log.sh | monty@hundin.mysql.fi | 2001-10-04 | 1 | -2/+2 |
| * | | | Merge | sasha@mysql.sashanet.com | 2001-10-04 | 2 | -36/+46 |
| |\ \ \ | | |/ / | |||||
| | * | | Fixed some build problems. | monty@hundin.mysql.fi | 2001-10-04 | 2 | -38/+46 |
| * | | | merged | sasha@mysql.sashanet.com | 2001-10-03 | 12 | -23/+54 |
| |\ \ \ | | |/ / | |||||
| | * | | Cleaned up SSL documentation | monty@hundin.mysql.fi | 2001-10-02 | 4 | -10/+23 |
| | * | | Fixes to get openssl code to compile | monty@hundin.mysql.fi | 2001-09-30 | 1 | -1/+1 |
| | * | | Merge work.mysql.com:/home/bk/mysql-4.0 | tonu@volk.internalnet | 2001-09-30 | 7 | -12/+26 |
| | |\ \ | |||||
| | | * | | SSL compiles and works as far as can see. Continue testing.. | tonu@volk.internalnet | 2001-09-30 | 7 | -12/+26 |
| | * | | | Fixed that one can always get a name for a compiled characterset | monty@hundin.mysql.fi | 2001-09-28 | 1 | -0/+2 |
| | * | | | Final fixes for INSERT into MERGE tables. | monty@tik.mysql.fi | 2001-09-27 | 1 | -0/+2 |
| | |/ / | |||||
| * | | | fixed const value clash for MY_FULL_IO | sasha@mysql.sashanet.com | 2001-09-22 | 1 | -1/+1 |
| * | | | merged | sasha@mysql.sashanet.com | 2001-09-22 | 6 | -89/+114 |
| |\ \ \ | | |/ / | |||||
| | * | | Added support of INSERT to MERGE tables | monty@hundin.mysql.fi | 2001-09-22 | 6 | -89/+114 |
| * | | | added mysqlmanager-pwgen | sasha@mysql.sashanet.com | 2001-09-22 | 1 | -0/+3 |
| * | | | merged | sasha@mysql.sashanet.com | 2001-09-19 | 4 | -2/+117 |
| |\ \ \ | | |/ / | |/| | | |||||
| | * | | fixes for MYSQL manager | sasha@mysql.sashanet.com | 2001-09-19 | 4 | -2/+117 |
* | | | | get rid of comp() macro - CMP is already in place | serg@serg.mysql.com | 2001-10-09 | 1 | -1/+1 |
* | | | | Boolean search passes _some_ tests | serg@serg.mysql.com | 2001-10-09 | 3 | -18/+21 |
* | | | | get rid of ft_search. Now there're two sets of ft_ functions, ft_nlq_* and ft... | serg@serg.mysql.com | 2001-09-25 | 1 | -6/+6 |
* | | | | Initial checkin of the new boolean fulltext search code | serg@serg.mysql.com | 2001-09-21 | 1 | -2/+2 |
|/ / / | |||||
* | | | Merge work.mysql.com:/home/bk/mysql | monty@work.mysql.com | 2001-09-18 | 1 | -1/+2 |
|\ \ \ | | |/ | |/| | |||||
| * | | Fix for LOAD DATA FROM MASTER when using tables with checksum | monty@hundin.mysql.fi | 2001-09-18 | 1 | -1/+2 |
* | | | merge | monty@work.mysql.com | 2001-09-17 | 3 | -8/+13 |
|\ \ \ | |/ / | |||||
| * | | Added unique error for DEADLOCK | monty@hundin.mysql.fi | 2001-09-17 | 3 | -1/+6 |
* | | | Fixed bug with SELECT * ... UNION | monty@hundin.mysql.fi | 2001-09-17 | 1 | -1/+1 |
* | | | Added my_global.h | monty@hundin.mysql.fi | 2001-09-15 | 1 | -0/+968 |