summaryrefslogtreecommitdiff
path: root/sql/item_func.cc
Commit message (Collapse)AuthorAgeFilesLines
* fixed bug with FULLTEXT and ORDER BYserg@serg.mysql.com2000-11-041-23/+27
|
* Ill-minded FULLTEXT impilict initialization hack removed.serg@serg.mysql.com2000-11-021-16/+11
| | | | From now on FULLTEXT search is initialized expilictly in mysql_select()
* Fixed indention, removed compiler varnings and fixed a bugmonty@donna.mysql.com2000-09-291-1/+4
| | | | in FULLTEXT indexes.
* RIGHT JOIN, part of automatic repair of MyISAM tables, backup on repair,monty@tramp.mysql.fi2000-09-261-0/+13
| | | | reading from FIFO, fixes for FULLTEXT, @@IDENTITY
* Update to new root alloc, OPTIMIZE TABLE and some other changesmonty@donna.mysql.com2000-09-121-1/+1
|
* ft_optimization: identical queries merging. collection -> fulltext. Bugs fixed.serg@infomag.ape.relarn.ru2000-08-281-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_listmonty@donna.mysql.com2000-08-221-1/+1
| | | | | Fixes for RENAME TABLE Portability fixes
* Many MATCH'es per query now allowed (i.e. AND's and OR's now work, butserg@infomag.ape.relarn.ru2000-08-171-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 fixesmonty@donna.mysql.com2000-08-151-6/+10
|
* fixed coredump in UDFsasha@mysql.sashanet.com2000-08-071-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 changesetbk@work.mysql.com2000-07-311-0/+1981