Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merge with 3.23 | monty@hundin.mysql.fi | 2002-01-02 | 1 | -0/+38 |
|\ | |||||
| * | Bugfix for WHERE key=@a OR key=@b | monty@hundin.mysql.fi | 2001-12-27 | 1 | -0/+38 |
* | | Added macros for nice TIMESPEC usage. | monty@hundin.mysql.fi | 2002-01-02 | 1 | -16/+2 |
* | | merge with 3.23.47 (DO statement) | monty@hundin.mysql.fi | 2001-12-17 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Added DO command | monty@hundin.mysql.fi | 2001-12-17 | 1 | -1/+1 |
| * | removed ftfuncs argument for mysql_select | serg@serg.mysql.com | 2001-11-21 | 1 | -4/+1 |
* | | Removed compiler warnings. | monty@hundin.mysql.fi | 2001-12-10 | 1 | -1/+3 |
* | | Update copyright | monty@hundin.mysql.fi | 2001-12-06 | 1 | -1/+1 |
* | | Query cache. | monty@hundin.mysql.fi | 2001-12-02 | 1 | -3/+3 |
* | | boolean fulltext search without an index | serg@serg.mysql.com | 2001-11-28 | 1 | -70/+34 |
* | | Fixed fulltext after merge from 3.23.45 | monty@hundin.mysql.fi | 2001-11-22 | 1 | -4/+1 |
* | | Fix bug when repairing compressed MyISAM files | monty@hundin.mysql.fi | 2001-11-22 | 1 | -5/+5 |
* | | Test of optimize table. | monty@hundin.mysql.fi | 2001-11-18 | 1 | -2/+2 |
* | | I have to commit to be able to pull | serg@serg.mysql.com | 2001-10-22 | 1 | -6/+8 |
* | | merged | serg@serg.mysql.com | 2001-10-09 | 1 | -12/+99 |
|\ \ | |||||
| * \ | merge | monty@hundin.mysql.fi | 2001-10-08 | 1 | -1/+2 |
| |\ \ | |||||
| | * | | Updated manual about embedded version. | monty@hundin.mysql.fi | 2001-10-08 | 1 | -1/+2 |
| * | | | Merge | sasha@mysql.sashanet.com | 2001-10-04 | 1 | -1/+0 |
| |\ \ \ | | |/ / | |||||
| | * | | Fixed some build problems. | monty@hundin.mysql.fi | 2001-10-04 | 1 | -1/+0 |
| * | | | merged | sasha@mysql.sashanet.com | 2001-10-03 | 1 | -6/+22 |
| |\ \ \ | | |/ / | |||||
| | * | | Final fixes for INSERT into MERGE tables. | monty@tik.mysql.fi | 2001-09-27 | 1 | -6/+22 |
| * | | | fixed slave to clean up load data infile temp files | sasha@mysql.sashanet.com | 2001-10-03 | 1 | -4/+75 |
| |/ / | |||||
* | | | Boolean search passes _some_ tests | serg@serg.mysql.com | 2001-10-09 | 1 | -40/+69 |
* | | | 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 | -1/+1 |
* | | | Initial checkin of the new boolean fulltext search code | serg@serg.mysql.com | 2001-09-21 | 1 | -9/+5 |
|/ / | |||||
* | | merge with 3.23.42 | monty@work.mysql.com | 2001-09-02 | 1 | -29/+63 |
|\ \ | |/ | |||||
| * | Added testing of IN(value-list) | monty@hundin.mysql.fi | 2001-09-02 | 1 | -1/+1 |
| * | Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysql | monty@hundin.mysql.fi | 2001-09-01 | 1 | -11/+5 |
| |\ | |||||
| | * | Make killing of threads safer | monty@hundin.mysql.fi | 2001-09-01 | 1 | -11/+5 |
| * | | replicated get_lock() properly | sasha@mysql.sashanet.com | 2001-08-31 | 1 | -0/+17 |
| |/ | |||||
| * | Fixes for OS2. | monty@hundin.mysql.fi | 2001-08-22 | 1 | -0/+6 |
| * | Fix for handling of floats inside val_int() of +, - * and /. | monty@hundin.mysql.fi | 2001-08-18 | 1 | -20/+34 |
| * | fixed bug in Item_func_div::val_int() that broke all functions that | sasha@mysql.sashanet.com | 2001-08-16 | 1 | -5/+8 |
* | | merged | sasha@mysql.sashanet.com | 2001-08-09 | 1 | -5/+15 |
|\ \ | |/ | |||||
| * | Fix when using --without-server --with-thread-safe-client | monty@tik.mysql.fi | 2001-08-04 | 1 | -5/+15 |
* | | Fix UNION | monty@tik.mysql.fi | 2001-08-02 | 1 | -2/+2 |
|/ | |||||
* | bug fixed (sometimes it broke filesort, due to too late maybe_null=1) | serg@serg.mysql.com | 2001-07-03 | 1 | -2/+3 |
* | Changed compare in MyISAM to use my_pread() | monty@tik.mysql.fi | 2001-06-11 | 1 | -1/+1 |
* | bugfix: HAVING MATCH | serg@serg.mysql.com | 2001-04-17 | 1 | -3/+6 |
* | Changed pthread_mutex_init() to use new MY_MUTEX_INIT.. macro | monty@donna.mysql.fi | 2001-03-26 | 1 | -1/+1 |
* | Added tests if a user variable is changed in the same query. | monty@donna.mysql.fi | 2001-03-15 | 1 | -1/+5 |
* | sql_select.cc MATCH ... AGAINST (NULL) bug fixed | serg@serg.mysql.com | 2001-02-28 | 1 | -1/+7 |
* | Added --replace to mysqltest | monty@donna.mysql.com | 2001-02-13 | 1 | -1/+1 |
* | item_func.cc auto-init of ft-index restored (to cope with const/system tables) | serg@serg.mysql.com | 2001-02-06 | 1 | -5/+4 |
* | keep bk happy | monty@donna.mysql.com | 2001-01-22 | 1 | -7/+11 |
* | rpl000016.test sync | sasha@mysql.sashanet.com | 2001-01-17 | 1 | -0/+23 |
* | item_func.cc bug with several fulltext indexes fixed | serg@serg.mysql.com | 2000-11-29 | 1 | -1/+1 |
* | errmsg.txt translated | serg@serg.mysql.com | 2000-11-28 | 1 | -3/+6 |
* | item_func.cc bugfix - two fulltext indices were not working sometimes | serg@serg.mysql.com | 2000-11-16 | 1 | -15/+26 |
* | fixed bug with FULLTEXT and ORDER BY | serg@serg.mysql.com | 2000-11-04 | 1 | -23/+27 |