Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sql_yacc.yy, sql_parse.cc, sql_lex.h, mysqld.cc, lex.h: | heikki@hundin.mysql.fi | 2003-06-06 | 1 | -0/+1 |
* | Allow optimzation of multi-table-update also for InnoDB tables | monty@narttu.mysql.fi | 2003-03-19 | 1 | -0/+1 |
* | Fix problem in MIN/MAX optimisation (from last patch) | monty@mashka.mysql.fi | 2003-02-07 | 1 | -1/+1 |
* | Added START TRANSACTION syntax | monty@mashka.mysql.fi | 2003-02-06 | 1 | -0/+1 |
* | Added timeout for wait_for_master_pos | monty@mashka.mysql.fi | 2003-01-25 | 1 | -2/+1 |
* | Don't count NULL values in cardinalty for MyISAM tables. | monty@mashka.mysql.fi | 2003-01-09 | 1 | -0/+1 |
* | Add CHARSET keyword (missing from last push) | monty@mashka.mysql.fi | 2002-12-11 | 1 | -0/+1 |
* | current_user() to return priv_user | serg@serg.mysql.com | 2002-12-05 | 1 | -1/+1 |
* | Added new ANSI functions LOCALTIME, LOCALTIMESTAMP and CURRENT_USER | monty@mashka.mysql.fi | 2002-11-24 | 1 | -0/+4 |
* | Small improvement to alloc_root | monty@mashka.mysql.fi | 2002-11-16 | 1 | -0/+1 |
* | Fixed searching after ssl directories. | monty@mashka.mysql.fi | 2002-09-05 | 1 | -0/+1 |
* | new QUOTE() fuction has been added | ram@ram.(none) | 2002-08-08 | 1 | -0/+1 |
* | Fix after merge | monty@hundin.mysql.fi | 2002-08-08 | 1 | -2/+0 |
* | merge with 3.23.52 | monty@hundin.mysql.fi | 2002-08-08 | 1 | -2/+2 |
|\ | |||||
| * | Merge of ha_innobase.cc from 4.0; This fixes that MySQL doesn't allocate too ... | monty@mashka.mysql.fi | 2002-07-29 | 1 | -2/+2 |
* | | merge | monty@mashka.mysql.fi | 2002-08-08 | 1 | -1/+3 |
|\ \ | |||||
| * \ | Merge with 3.23.51 | monty@mashka.mysql.fi | 2002-07-25 | 1 | -1/+3 |
| |\ \ | | |/ | |||||
| | * | sql_yacc.yy, mysql_priv.h, lex.h: | heikki@hundin.mysql.fi | 2002-06-22 | 1 | -2/+4 |
* | | | Merge mysql.com:/home/pz/mysql/mysql-4.0-root | peter@mysql.com | 2002-07-25 | 1 | -20/+2 |
|\ \ \ | |/ / | |||||
| * | | merge | monty@mashka.mysql.fi | 2002-07-23 | 1 | -20/+2 |
| |\ \ | |||||
| | * | | New SET syntax & system variables. | monty@mashka.mysql.fi | 2002-07-23 | 1 | -20/+2 |
* | | | | One more resolving because of pending log functions changes. Not sure if the ... | peter@mysql.com | 2002-07-20 | 1 | -1/+3 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | Arjens LOG functions changes with small changes and tests added to mysql-test | peter@mysql.com | 2002-07-17 | 1 | -1/+3 |
| |/ / | |||||
* | | | OLAP functionality plus some small bug fixes | Sinisa@sinisa.nasamreza.org | 2002-07-20 | 1 | -2/+2 |
* | | | Just making commit in order to stop getting erors. | Sinisa@sinisa.nasamreza.org | 2002-07-16 | 1 | -0/+2 |
|/ / | |||||
* | | Update for running gcc 3.x (mainly on HPUX) | monty@hundin.mysql.fi | 2002-06-30 | 1 | -1/+1 |
* | | Added functions : | Sinisa@sinisa.nasamreza.org | 2002-06-29 | 1 | -0/+2 |
* | | Merge | peter@linux.local | 2002-06-14 | 1 | -0/+4 |
|\ \ | |||||
| * | | This changeset is mostly new version of previous commit modified according | peter@linux.local | 2002-06-11 | 1 | -0/+4 |
* | | | Added the following new privleges: | monty@mashka.mysql.fi | 2002-06-12 | 1 | -3/+7 |
|/ / | |||||
* | | Features made for Schlund plus several bug fixes. | Sinisa@sinisa.nasamreza.org | 2002-05-15 | 1 | -0/+3 |
* | | Merge work:/home/bk/mysql-4.0 | sasha@mysql.sashanet.com | 2002-03-26 | 1 | -0/+2 |
|\ \ | |||||
| * | | replication updates and bugfixes. Still not perfect - there is some strange | sasha@mysql.sashanet.com | 2002-03-15 | 1 | -0/+2 |
* | | | merged | serg@serg.mysql.com | 2002-03-13 | 1 | -0/+2 |
|\ \ \ | |/ / | |||||
| * | | slave start <options> to be able to do | sasha@mysql.sashanet.com | 2002-03-09 | 1 | -0/+2 |
* | | | mi_check flags cleanup | serg@serg.mysql.com | 2002-03-13 | 1 | -3/+4 |
|/ / | |||||
* | | Ugly merge! But I am not done yet - there are a number of things I need to fix | sasha@mysql.sashanet.com | 2002-01-19 | 1 | -1/+0 |
|\ \ | |||||
| * | | Here comes a nasty patch, although I am not ready to push it yet. I will | sasha@mysql.sashanet.com | 2002-01-19 | 1 | -1/+0 |
* | | | merged | serg@serg.mysql.com | 2002-01-03 | 1 | -0/+1 |
|\ \ \ | |||||
| * | | | BIT_LENGTH ODBC function | serg@serg.mysql.com | 2002-01-03 | 1 | -0/+1 |
* | | | | New CAST syntax | monty@hundin.mysql.fi | 2002-01-03 | 1 | -5/+4 |
* | | | | merge | monty@hundin.mysql.fi | 2002-01-02 | 1 | -0/+1 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | Added macros for nice TIMESPEC usage. | monty@hundin.mysql.fi | 2002-01-02 | 1 | -0/+1 |
* | | | | Changes for the BitKeeper resolve. | Sinisa@sinisa.nasamreza.org | 2001-12-26 | 1 | -0/+4 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | This is a large push. Included are : | Sinisa@sinisa.nasamreza.org | 2001-12-26 | 1 | -0/+4 |
* | | | | merge with 3.23.47 (DO statement) | monty@hundin.mysql.fi | 2001-12-17 | 1 | -1/+2 |
|\ \ \ \ | | |_|/ | |/| | | |||||
| * | | | Added DO command | monty@hundin.mysql.fi | 2001-12-17 | 1 | -1/+2 |
* | | | | Added FLUSH DES_KEY_FILE. | monty@hundin.mysql.fi | 2001-12-13 | 1 | -0/+1 |
* | | | | Fixes for des_crypt functions. | monty@hundin.mysql.fi | 2001-12-13 | 1 | -2/+2 |
* | | | | Query cache. | monty@hundin.mysql.fi | 2001-12-02 | 1 | -0/+7 |
| |_|/ |/| | |