Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merge | monty@hundin.mysql.fi | 2001-10-08 | 1 | -1/+3 |
|\ | |||||
| * | Updated manual about embedded version. | monty@hundin.mysql.fi | 2001-10-08 | 1 | -1/+3 |
* | | Merge | sasha@mysql.sashanet.com | 2001-10-04 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | Fixed some build problems. | monty@hundin.mysql.fi | 2001-10-04 | 1 | -2/+2 |
* | | merged | sasha@mysql.sashanet.com | 2001-10-03 | 1 | -2/+1 |
|\ \ | |/ | |||||
| * | Cleaned up SSL documentation | monty@hundin.mysql.fi | 2001-10-02 | 1 | -1/+1 |
| * | Final fixes for INSERT into MERGE tables. | monty@tik.mysql.fi | 2001-09-27 | 1 | -1/+0 |
* | | fixed slave to clean up load data infile temp files | sasha@mysql.sashanet.com | 2001-10-03 | 1 | -0/+13 |
|/ | |||||
* | Integrated table->ref_primary_key into table->part_of_key | monty@hundin.mysql.fi | 2001-09-21 | 1 | -1/+2 |
* | Fixed bug in UNION | monty@hundin.mysql.fi | 2001-09-14 | 1 | -2/+2 |
* | Changed to use my_global.h | monty@hundin.mysql.fi | 2001-09-14 | 1 | -1/+1 |
* | Merge with 3.23.42 | monty@work.mysql.com | 2001-09-13 | 1 | -1/+2 |
|\ | |||||
| * | Fix for LOCK TABLES and BDB tables | monty@tik.mysql.fi | 2001-09-08 | 1 | -1/+2 |
* | | merge | monty@hundin.mysql.fi | 2001-09-02 | 1 | -1/+3 |
|\ \ | |||||
| * \ | merge with 3.23.42 | monty@work.mysql.com | 2001-09-02 | 1 | -1/+3 |
| |\ \ | | |/ | |||||
| | * | Fixes for OS2. | monty@hundin.mysql.fi | 2001-08-22 | 1 | -1/+3 |
| | * | merge | monty@hundin.mysql.fi | 2001-08-10 | 1 | -4/+5 |
| | |\ | |||||
| | | * | Portability fixes | monty@hundin.mysql.fi | 2001-08-10 | 1 | -3/+4 |
* | | | | Changed DB_TYPE_INNOBASE to DB_TYPE_INNODB | monty@hundin.mysql.fi | 2001-09-02 | 1 | -4/+4 |
|/ / / | |||||
* | | | New startup options and some cleanups | Sinisa@sinisa.nasamreza.org | 2001-08-18 | 1 | -1/+1 |
* | | | Remove warnings and portability fixes | monty@hundin.mysql.fi | 2001-08-14 | 1 | -2/+6 |
* | | | Merge sinisa@work.mysql.com:/home/bk/mysql-4.0 | Sinisa@sinisa.nasamreza.org | 2001-08-12 | 1 | -1/+1 |
|\ \ \ | |||||
| * | | | Changes so that CREATE and INSERT work from UNION's | Sinisa@sinisa.nasamreza.org | 2001-08-12 | 1 | -1/+1 |
* | | | | post-merge fixes to make it compile. It still fails the fulltext test, | sasha@mysql.sashanet.com | 2001-08-11 | 1 | -3/+4 |
* | | | | merged | sasha@mysql.sashanet.com | 2001-08-09 | 1 | -0/+7 |
|\ \ \ \ | |/ / / |/| / / | |/ / | |||||
| * | | Added new optino --sql-mode to mysqld. | jani@hynda.mysql.fi | 2001-08-09 | 1 | -3/+10 |
| |/ | |||||
* | | Fix UNION | monty@tik.mysql.fi | 2001-08-02 | 1 | -3/+7 |
* | | Added back old code that Sasha removed | monty@tik.mysql.fi | 2001-07-11 | 1 | -3/+2 |
* | | post-merge fixes | sasha@mysql.sashanet.com | 2001-07-07 | 1 | -2/+4 |
* | | Fixed bug when sorting big files (introduced with multi-table-delete) | monty@hundin.mysql.fi | 2001-06-25 | 1 | -3/+2 |
* | | merge | monty@work.mysql.com | 2001-06-21 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Added --warnings to mysqld | monty@hundin.mysql.fi | 2001-06-21 | 1 | -1/+1 |
* | | Fixed multi-table-delete | monty@hundin.mysql.fi | 2001-06-15 | 1 | -1/+1 |
* | | Second phase of UNIONS (please do not test it yet) and some other | Sinisa@sinisa.nasamreza.org | 2001-06-13 | 1 | -0/+2 |
* | | bk resolve work | Sinisa@sinisa.nasamreza.org | 2001-06-07 | 1 | -3/+3 |
|\ \ | |||||
| * | | These are actually two changesets. One for splitting LEX in two and | Sinisa@sinisa.nasamreza.org | 2001-06-03 | 1 | -3/+3 |
* | | | make vio compile | tonu@hundin.mysql.fi | 2001-05-31 | 1 | -1/+1 |
* | | | A slave now can optionally register with the master providing the | sasha@mysql.sashanet.com | 2001-05-30 | 1 | -1/+1 |
|/ / | |||||
* | | updates for LOAD DATA FROM MASTER + some cleanup of replication code | sasha@mysql.sashanet.com | 2001-05-28 | 1 | -2/+2 |
* | | Fixed that MySQL compiles again after last merge. | monty@donna.mysql.fi | 2001-05-20 | 1 | -2/+3 |
* | | Merge | serg@serg.mysql.com | 2001-05-15 | 1 | -1/+3 |
|\ \ | |||||
| * | | ALTER TABLE ... DISABLE KEYS / ALTER TABLE ... ENABLE KEYS | serg@serg.mysql.com | 2001-05-11 | 1 | -1/+3 |
* | | | Merged with 3.23, needs further fix-up | sasha@mysql.sashanet.com | 2001-05-10 | 1 | -1/+2 |
|\ \ \ | |/ / |/| / | |/ | |||||
| * | Portability fixes for Ia64 and Sgi compiler | monty@donna.mysql.fi | 2001-04-25 | 1 | -1/+2 |
* | | fully functional HANDLER table CLOSE | serg@serg.mysql.com | 2001-04-15 | 1 | -0/+1 |
* | | merged | serg@serg.mysql.com | 2001-04-13 | 1 | -0/+8 |
|\ \ | |||||
| * | | this won't be pushed | serg@serg.mysql.com | 2001-04-13 | 1 | -2/+2 |
| * | | This won't be pushed either | serg@serg.mysql.com | 2001-04-09 | 1 | -1/+1 |
| * | | Preliminary commit of HANDLER syntax (w/o LIMIT or column-list) | serg@serg.mysql.com | 2001-04-07 | 1 | -0/+8 |
* | | | Added SQL_CALC_FOUND_ROWS and FOUND_ROWS() | monty@donna.mysql.fi | 2001-04-12 | 1 | -1/+1 |