Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merging 4.1 -> 5.0 | pem@mysql.com | 2003-09-24 | 1 | -0/+14 |
|\ | |||||
| * | Merge 4.1 into 5.0 | pem@mysql.com | 2003-08-26 | 1 | -0/+12 |
| |\ | |||||
| | * | allow to look up queries with leading comments | bell@sanja.is.com.ua | 2003-07-18 | 1 | -0/+14 |
* | | | merge with 4.0.15 | monty@narttu.mysql.fi | 2003-08-29 | 1 | -529/+1 |
|\ \ \ | |/ / |/| | | |||||
| * | | Move test that uses many tables (in query_cache.test) to separate test so tha... | monty@narttu.mysql.fi | 2003-08-22 | 1 | -23/+1 |
| * | | rewritten test using loop (BUG#930) | bell@sanja.is.com.ua | 2003-08-08 | 1 | -518/+12 |
* | | | Merge with 4.0.14 | monty@mashka.mysql.fi | 2003-08-11 | 1 | -2/+530 |
|\ \ \ | |/ / | |||||
| * | | support of more then 255 tables dependence in query cache (fixed BUG#930) | bell@sanja.is.com.ua | 2003-07-30 | 1 | -1/+529 |
| * | | Cleaner implementation if INSERT ... SELECT with same tables | monty@narttu.mysql.fi | 2003-07-03 | 1 | -1/+2 |
* | | | tabe & query hashes made case insensitive (BUG#933) | bell@sanja.is.com.ua | 2003-07-28 | 1 | -2/+12 |
| |/ |/| | |||||
* | | Merge with 4.0.13 | monty@narttu.mysql.fi | 2003-06-04 | 1 | -9/+26 |
|\ \ | |/ | |||||
| * | fixed bug 549 - incorect query cache memory formating on very small query cac... | bell@sanja.is.com.ua | 2003-05-31 | 1 | -9/+26 |
* | | Merge with 4.0.13 | monty@narttu.mysql.fi | 2003-05-19 | 1 | -4/+16 |
|\ \ | |/ | |||||
| * | fixed bug 209 (SQL_SELECT_LIMIT and query cache incompatibility) | bell@sanja.is.com.ua | 2003-03-31 | 1 | -3/+14 |
| * | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.0 | bell@sanja.is.com.ua | 2003-03-28 | 1 | -2/+3 |
| |\ | |||||
| | * | fixed SQL_SELECT option with UNIONs | bell@sanja.is.com.ua | 2003-02-27 | 1 | -2/+3 |
* | | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1 | bell@sanja.is.com.ua | 2003-03-28 | 1 | -1/+13 |
|\ \ \ | |||||
| * | | | After merge fixes | monty@mashka.mysql.fi | 2003-03-27 | 1 | -2/+1 |
| * | | | Merge with 4.0.13 | monty@mashka.mysql.fi | 2003-03-26 | 1 | -0/+13 |
| |\ \ \ | | |/ / | |||||
| | * | | do not allow to cache queries with INTO clause | bell@sanja.is.com.ua | 2003-03-06 | 1 | -0/+13 |
| | |/ | |||||
* | | | made variable query_cache_min_res_unit from QUERY_CACHE_MIN_RESULT_DATA_SIZE ... | bell@sanja.is.com.ua | 2003-03-02 | 1 | -0/+25 |
|/ / | |||||
* | | Merge with 4.0.11 | monty@narttu.mysql.fi | 2003-02-26 | 1 | -1/+11 |
|\ \ | |/ | |||||
| * | fixed invalidation of query cache on LOAD DATA | bell@sanja.is.com.ua | 2003-02-14 | 1 | -1/+11 |
* | | Merge with 4.0.11 | monty@mashka.mysql.fi | 2003-02-04 | 1 | -0/+14 |
|\ \ | |/ | |||||
| * | fixed table invalidation in simple renaming | bell@sanja.is.com.ua | 2003-01-24 | 1 | -0/+14 |
* | | Changed mysql-test to print warnings for not existing table to DROP TABLE | monty@mashka.mysql.fi | 2003-01-06 | 1 | -0/+3 |
* | | aliases with multi-table updates / deletes | Sinisa@sinisa.nasamreza.org | 2002-12-28 | 1 | -0/+1 |
|/ | |||||
* | new status variable (number of queries deleted because of low memory) | bell@sanja.is.com.ua | 2002-11-17 | 1 | -0/+2 |
* | fixed query cache with system database | bell@sanja.is.com.ua | 2002-10-08 | 1 | -0/+14 |
* | Fixed bug in query cache after temporary table creation. | bell@sanja.is.com.ua | 2002-08-07 | 1 | -0/+15 |
* | fixed query cahe resize bug | bell@sanja.is.com.ua | 2002-07-28 | 1 | -0/+16 |
* | New SET syntax & system variables. | monty@mashka.mysql.fi | 2002-07-23 | 1 | -3/+3 |
* | added building without query cache | bell@sanja.is.com.ua | 2002-03-22 | 1 | -0/+2 |
* | New result block allocation strategy | bell@sanja.is.com.ua | 2002-01-12 | 1 | -2/+3 |
* | Added macros for nice TIMESPEC usage. | monty@hundin.mysql.fi | 2002-01-02 | 1 | -0/+28 |
* | Limit created keys to MAX_KEY_LENGTH. | monty@hundin.mysql.fi | 2001-12-23 | 1 | -2/+24 |
* | Fixed access privilege bug in query cache. | monty@hundin.mysql.fi | 2001-12-22 | 1 | -6/+6 |
* | Fix insert delated + query cache. | monty@hundin.mysql.fi | 2001-12-20 | 1 | -0/+20 |
* | Removed not used functions from sql_cache | monty@hundin.mysql.fi | 2001-12-14 | 1 | -2/+92 |
* | Fixed sleep time in mysql-test-run | monty@hundin.mysql.fi | 2001-12-13 | 1 | -13/+2 |
* | Portability fixes. | monty@hundin.mysql.fi | 2001-12-10 | 1 | -2/+5 |
* | Removed compiler warnings. | monty@hundin.mysql.fi | 2001-12-10 | 1 | -1/+158 |
* | Update of query cache code | monty@hundin.mysql.fi | 2001-12-06 | 1 | -0/+26 |