Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't count NULL values in cardinalty for MyISAM tables. | monty@mashka.mysql.fi | 2003-01-09 | 1 | -20/+35 |
* | Fixed syntax error in sql_yacc.yy (with bison 1.75). | pem@mysql.com | 2002-12-13 | 1 | -1/+2 |
* | Ensure that BEGIN / COMMIT is handled properly if slave dies | monty@mashka.mysql.fi | 2002-12-11 | 1 | -0/+5 |
* | Merge work:/my/mysql-4.0 into mashka.mysql.fi:/home/my/mysql-4.0 | monty@mashka.mysql.fi | 2002-11-29 | 1 | -5/+6 |
|\ | |||||
| * | New multi-table-update code | monty@mashka.mysql.fi | 2002-11-29 | 1 | -5/+6 |
* | | Added 29 {} at the end of clauses in sql_yacc.yy to make it work with bison 1... | pem@mysql.com | 2002-11-28 | 1 | -26/+65 |
|/ | |||||
* | Added new ANSI functions LOCALTIME, LOCALTIMESTAMP and CURRENT_USER | monty@mashka.mysql.fi | 2002-11-24 | 1 | -6/+13 |
* | Try to optimize the cache buffer size needed for bulk_insert | monty@mashka.mysql.fi | 2002-11-20 | 1 | -4/+5 |
* | Small improvement to alloc_root | monty@mashka.mysql.fi | 2002-11-16 | 1 | -52/+84 |
* | Fixed that NULL and 0 returns 0 instead of NULL | monty@mashka.mysql.fi | 2002-11-11 | 1 | -3/+13 |
* | Put temporary files in binlog cache when using BEGIN/COMMIT | monty@hundin.mysql.fi | 2002-11-07 | 1 | -3/+10 |
* | Merge | monty@hundin.mysql.fi | 2002-10-31 | 1 | -1/+1 |
|\ | |||||
| * | Added back old LARGEFILE handling | monty@hundin.mysql.fi | 2002-10-29 | 1 | -1/+1 |
* | | sql_yacc.yy: | serg@serg.mysql.com | 2002-10-26 | 1 | -12/+10 |
* | | added new syntax: | nick@mysql.com | 2002-10-24 | 1 | -0/+17 |
|/ | |||||
* | SCRUM Task 430: Allowing braces in joins by simply removing them. | pem@mysql.com | 2002-10-15 | 1 | -10/+17 |
* | Task 430: Allowing braces in joins by simply removing them. | pem@mysql.com | 2002-10-12 | 1 | -1/+4 |
* | fixed bug that causes mysqld crash on REVOKE | serg@serg.mysql.com | 2002-09-25 | 1 | -0/+2 |
* | Changed table_list->name -> table_list->alias to find places where we where u... | monty@mashka.mysql.fi | 2002-09-20 | 1 | -6/+6 |
* | Fixed searching after ssl directories. | monty@mashka.mysql.fi | 2002-09-05 | 1 | -23/+33 |
* | Portability fixes for windows | monty@hundin.mysql.fi | 2002-08-28 | 1 | -1/+1 |
* | Changed SQL variable delay_key_write to an enum | monty@hundin.mysql.fi | 2002-08-13 | 1 | -0/+1 |
* | Fix for SSL and new my_getopt | monty@hundin.mysql.fi | 2002-08-09 | 1 | -1/+1 |
* | Added nety_retry_count as a changeable variable | monty@hundin.mysql.fi | 2002-08-08 | 1 | -1/+1 |
* | merge | monty@mashka.mysql.fi | 2002-08-08 | 1 | -0/+4 |
|\ | |||||
| * | Merge with 3.23.51 | monty@mashka.mysql.fi | 2002-07-25 | 1 | -0/+4 |
| |\ | |||||
| | * | Many files: | heikki@hundin.mysql.fi | 2002-07-08 | 1 | -0/+2 |
| | * | sql_yacc.yy, mysql_priv.h, lex.h: | heikki@hundin.mysql.fi | 2002-06-22 | 1 | -0/+18 |
* | | | Two small bug fixes ... | Sinisa@sinisa.nasamreza.org | 2002-08-03 | 1 | -0/+1 |
* | | | Merge mysql.com:/home/pz/mysql/mysql-4.0-root | peter@mysql.com | 2002-07-25 | 1 | -303/+263 |
|\ \ \ | |/ / | |||||
| * | | INSERT ... VALUES(DEFAULT) | monty@mashka.mysql.fi | 2002-07-25 | 1 | -12/+18 |
| * | | Removed wrong implementation of CUBE/ROLLUP | monty@mashka.mysql.fi | 2002-07-24 | 1 | -53/+127 |
| * | | merge | monty@mashka.mysql.fi | 2002-07-23 | 1 | -244/+124 |
| |\ \ | |||||
| | * | | New SET syntax & system variables. | monty@mashka.mysql.fi | 2002-07-23 | 1 | -244/+124 |
* | | | | One more resolving because of pending log functions changes. Not sure if the ... | peter@mysql.com | 2002-07-20 | 1 | -0/+5 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | Arjens LOG functions changes with small changes and tests added to mysql-test | peter@mysql.com | 2002-07-17 | 1 | -0/+5 |
| |/ / | |||||
* | | | OLAP functionality plus some small bug fixes | Sinisa@sinisa.nasamreza.org | 2002-07-20 | 1 | -9/+13 |
* | | | Merge sinisa@work.mysql.com:/home/bk/mysql-4.0 | Sinisa@sinisa.nasamreza.org | 2002-07-16 | 1 | -2/+23 |
|\ \ \ | |/ / |/| | | |||||
| * | | Just making commit in order to stop getting erors. | Sinisa@sinisa.nasamreza.org | 2002-07-16 | 1 | -2/+23 |
* | | | Merge work:/home/bk/mysql-4.0/ | jani@rhols221.adsl.netsonic.fi | 2002-07-01 | 1 | -3/+16 |
|\ \ \ | |/ / |/| | | |||||
| * | | Added interface for first set of dynamic variables. | jani@rhols221.adsl.netsonic.fi | 2002-06-28 | 1 | -3/+16 |
* | | | Added functions : | Sinisa@sinisa.nasamreza.org | 2002-06-29 | 1 | -0/+9 |
|/ / | |||||
* | | Fix for a user management system that resources can be reset to zero | Sinisa@sinisa.nasamreza.org | 2002-06-25 | 1 | -0/+3 |
* | | Some bugs that user has properly recognized in user management | Sinisa@sinisa.nasamreza.org | 2002-06-20 | 1 | -5/+6 |
* | | Added the following new privleges: | monty@mashka.mysql.fi | 2002-06-12 | 1 | -133/+144 |
* | | Big code cleanup/review before 4.0.2 release. | monty@mashka.mysql.fi | 2002-06-11 | 1 | -6/+6 |
* | | Enable LOAD DATA LOCAL INFILE in mysql_test | monty@hundin.mysql.fi | 2002-06-04 | 1 | -4/+3 |
* | | merge with 3.23.51 | monty@hundin.mysql.fi | 2002-05-16 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Fixed sql_yacc.yy to be compatible with bison 1.31 and above. | lenz@mysql.com | 2002-05-15 | 1 | -8/+8 |
* | | Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0 | monty@hundin.mysql.fi | 2002-05-15 | 1 | -4/+18 |
|\ \ |