Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixed bug with FULLTEXT and ORDER BY | serg@serg.mysql.com | 2000-11-04 | 1 | -23/+27 |
| | |||||
* | Ill-minded FULLTEXT impilict initialization hack removed. | serg@serg.mysql.com | 2000-11-02 | 1 | -16/+11 |
| | | | | From now on FULLTEXT search is initialized expilictly in mysql_select() | ||||
* | Fixed indention, removed compiler varnings and fixed a bug | monty@donna.mysql.com | 2000-09-29 | 1 | -1/+4 |
| | | | | in FULLTEXT indexes. | ||||
* | RIGHT JOIN, part of automatic repair of MyISAM tables, backup on repair, | monty@tramp.mysql.fi | 2000-09-26 | 1 | -0/+13 |
| | | | | reading from FIFO, fixes for FULLTEXT, @@IDENTITY | ||||
* | Update to new root alloc, OPTIMIZE TABLE and some other changes | monty@donna.mysql.com | 2000-09-12 | 1 | -1/+1 |
| | |||||
* | ft_optimization: identical queries merging. collection -> fulltext. Bugs fixed. | serg@infomag.ape.relarn.ru | 2000-08-28 | 1 | -19/+50 |
| | | | | | | **************** !!! NOTE EVERYBODY: SYNTAX CHANGED !!! ******************** There's no COLLECTIONs now, full-text indexes can be created via the word FULLTEXT, which should be used like UNIQUE. | ||||
* | FLUSH TABLE table_list | monty@donna.mysql.com | 2000-08-22 | 1 | -1/+1 |
| | | | | | Fixes for RENAME TABLE Portability fixes | ||||
* | Many MATCH'es per query now allowed (i.e. AND's and OR's now work, but | serg@infomag.ape.relarn.ru | 2000-08-17 | 1 | -29/+31 |
| | | | | | slow - full table scan); ORDER BY now works with MATCH (slow, full table scan) | ||||
* | Fixed for Ia64 + delayed key creation + a lot of small bug fixes | monty@donna.mysql.com | 2000-08-15 | 1 | -6/+10 |
| | |||||
* | fixed coredump in UDF | sasha@mysql.sashanet.com | 2000-08-07 | 1 | -1/+3 |
| | | | | | added Monty's patch for alter table and LAST_INSERT_ID() added a test case for replication of ALTER TABLE on a table with auto_increment | ||||
* | Import changeset | bk@work.mysql.com | 2000-07-31 | 1 | -0/+1981 |