Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | spurious binlog error code logging on temp table auto-drop fixed | sasha@mysql.sashanet.com | 2002-06-05 | 1 | -0/+21 |
* | Merge nleippe@work.mysql.com:/home/bk/mysql | nick@nick.leippe.com | 2002-05-31 | 1 | -0/+8 |
|\ | |||||
| * | fixed 'load table from master' hang when host is empty | nick@nick.leippe.com | 2002-05-31 | 1 | -0/+8 |
* | | Portability fixes for SCO and HPUX | monty@hundin.mysql.fi | 2002-05-31 | 1 | -1/+1 |
|/ | |||||
* | Renamed stripp_sp -> strip_sp | monty@hundin.mysql.fi | 2002-05-27 | 2 | -0/+21 |
* | Split raid C function to separate file to make things more portable. | monty@hundin.mysql.fi | 2002-05-27 | 1 | -1/+1 |
* | Changing tests | Sinisa@sinisa.nasamreza.org | 2002-05-24 | 2 | -16/+16 |
* | just to check for GROUP by bug | Sinisa@sinisa.nasamreza.org | 2002-05-22 | 1 | -0/+16 |
* | Fix bug in CONCAT_WS() | monty@hundin.mysql.fi | 2002-05-17 | 1 | -0/+24 |
* | Fixed bug in datetime range optimization | monty@hundin.mysql.fi | 2002-05-15 | 1 | -0/+20 |
* | Fix for ISNULL() | monty@hundin.mysql.fi | 2002-05-07 | 1 | -0/+1 |
* | Fixed bug in ISNULL(not_null_expression) | monty@hundin.mysql.fi | 2002-05-04 | 1 | -0/+10 |
* | Fixed problems with DECIMAL() type on overflow. | monty@hundin.mysql.fi | 2002-05-02 | 1 | -0/+64 |
* | Don't change FLOAT(X+1,X) to FLOAT(X+2,X) | monty@hundin.mysql.fi | 2002-04-26 | 1 | -0/+14 |
* | New if tests | monty@tik.mysql.fi | 2002-04-22 | 1 | -0/+30 |
* | Fixed that IF is case insensitive if 2 and 3 arguments are case insensitive. | monty@tik.mysql.fi | 2002-04-22 | 1 | -11/+0 |
* | SHOW VARIABLES LIKE ... are now case insensitive | monty@tik.mysql.fi | 2002-04-18 | 3 | -2/+12 |
* | Fix for bug in WHERE key='j' or key='J' | monty@hundin.mysql.fi | 2002-03-22 | 1 | -1/+2 |
* | Quote names to SHOW CREATE for mysqldump | monty@tik.mysql.fi | 2002-03-21 | 1 | -0/+62 |
* | Added help for --local-infile | monty@hundin.mysql.fi | 2002-03-12 | 1 | -0/+8 |
* | Fixed bug in DATE_FORMAT when used with GROUP BY | monty@hundin.mysql.fi | 2002-03-06 | 1 | -0/+13 |
* | Don't give warnings for empty statements with comments | monty@hundin.mysql.fi | 2002-02-14 | 1 | -1/+2 |
* | Fixed bug in full join with many NULL fields. | monty@hundin.mysql.fi | 2002-02-10 | 1 | -0/+24 |
* | Fixed bug when making a range join based on information from a const table. | monty@hundin.mysql.fi | 2002-01-18 | 1 | -1/+75 |
* | Bugfix for WHERE key=@a OR key=@b | monty@hundin.mysql.fi | 2001-12-27 | 1 | -0/+13 |
* | make replication work correctly if the master logs SELECT RELEASE_LOCK() | sasha@mysql.sashanet.com | 2001-12-18 | 1 | -4/+3 |
* | temp commit | sasha@mysql.sashanet.com | 2001-12-18 | 1 | -0/+8 |
* | misc cleanup | sasha@mysql.sashanet.com | 2001-12-13 | 1 | -0/+1 |
* | merged | sasha@mysql.sashanet.com | 2001-12-13 | 1 | -0/+8 |
|\ | |||||
| * | Fixed problem with default & InnoDB tables. | monty@hundin.mysql.fi | 2001-12-13 | 1 | -0/+8 |
* | | slave-skip-errors | sasha@mysql.sashanet.com | 2001-12-12 | 3 | -0/+17 |
|/ | |||||
* | Fixed bug in GROUP BY ... DESC | monty@hundin.mysql.fi | 2001-12-10 | 1 | -1/+24 |
* | Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysql | monty@hundin.mysql.fi | 2001-12-05 | 1 | -0/+12 |
|\ | |||||
| * | Fixed bug in LEFT JOIN | monty@hundin.mysql.fi | 2001-12-05 | 1 | -0/+12 |
* | | added build-tags | sasha@mysql.sashanet.com | 2001-11-30 | 1 | -0/+17 |
|/ | |||||
* | Better optimization for InnoDB and BDB tables for ORDER BY | monty@hundin.mysql.fi | 2001-11-29 | 2 | -0/+32 |
* | fixed alias drop bug in binlog | sasha@mysql.sashanet.com | 2001-11-27 | 2 | -3/+4 |
* | Fix race condition in ANALYZE TABLE. | monty@hundin.mysql.fi | 2001-11-26 | 3 | -7/+56 |
* | (UPDATE|DELETE) ...WHERE MATCH bugfix | serg@serg.mysql.com | 2001-11-21 | 1 | -0/+3 |
* | Fixed bug in OPTIMIZE TABLE that reset index cardinality if it | monty@hundin.mysql.fi | 2001-11-18 | 1 | -0/+12 |
* | Fix bug in ALTER TABLE on a TEMPORARY InnoDB table. | monty@hundin.mysql.fi | 2001-11-07 | 1 | -1/+2 |
* | Fixed problem with t1 LEFT_JOIN t2 ... WHERE t2.date_column IS NULL when date... | monty@hundin.mysql.fi | 2001-11-03 | 1 | -3/+11 |
* | Fix that mysqladmin shutdown can be interrupted with ^C | monty@hundin.mysql.fi | 2001-11-03 | 3 | -2/+3 |
* | Portability fixes | monty@hundin.mysql.fi | 2001-10-31 | 2 | -1/+59 |
* | Merge work:/home/bk/mysql | sasha@mysql.sashanet.com | 2001-10-29 | 1 | -0/+1 |
|\ | |||||
| * | fixed bug with temporary tables replication if one does FLUSH LOGS | sasha@mysql.sashanet.com | 2001-10-29 | 1 | -0/+1 |
* | | Don't use signal() on windows. | monty@hundin.mysql.fi | 2001-10-19 | 2 | -0/+25 |
|/ | |||||
* | fixed crash on slave when master aborts a query that has % in it. | sasha@mysql.sashanet.com | 2001-10-05 | 1 | -2/+2 |
* | Portability fix | monty@hundin.mysql.fi | 2001-10-03 | 1 | -0/+1 |
* | Fix for make dist | monty@hundin.mysql.fi | 2001-10-02 | 1 | -2/+2 |