Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | Added copyright messages to some files that was missing it. | ||||
* | SHOW VARIABLES LIKE ... are now case insensitive | monty@tik.mysql.fi | 2002-04-18 | 3 | -2/+12 |
| | | | | | | Fixed stack overflow checking with crash-me with gcc 3.0.4 Using @@unknown_variable doesn't hang client anymore Added @@VERSION variable | ||||
* | 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 |
| | | | | | Fix thread-related bug when doing DROP TABLE Fix bug in RENAME TABLE on windows | ||||
* | Added help for --local-infile | monty@hundin.mysql.fi | 2002-03-12 | 1 | -0/+8 |
| | | | | | Fix for bug on intel where (int32) 1 << 32 == 1, which gave problems when using 32 keys. Allow SET PASSWORD for anonymous user | ||||
* | 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 |
| | | | | instead of DO RELEASE_LOCK() | ||||
* | 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 |
|/ | | | | | | added extra/mysql_install.c - will work on it in 4.0, but it does not hurt to have it sit in 3.23 tree for now since it will eventually be backported to 3.23 anyway | ||||
* | 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 |
|/ | | | | added test case that supposedly will crash mysqld built with 2.96 | ||||
* | 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 |
| | | | | | fixed skip counter to do the RightThing (TM) when the user messes up. Still do RightThing when he gets it right. | ||||
* | Fix race condition in ANALYZE TABLE. | monty@hundin.mysql.fi | 2001-11-26 | 3 | -7/+56 |
| | | | | Fixed bug where one got an empty set instead of a DEADLOCK error when using BDB tables. | ||||
* | (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 |
| | | | | was up to date. | ||||
* | 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 ↵ | monty@hundin.mysql.fi | 2001-11-03 | 1 | -3/+11 |
| | | | | date_column is declared as NOT NULL. | ||||
* | Fix that mysqladmin shutdown can be interrupted with ^C | monty@hundin.mysql.fi | 2001-11-03 | 3 | -2/+3 |
| | | | | | | Fixed bug with BLOB keys in BDB tables Fixed problem with MERGE tables on OS with 32 bit files Fixed that TIME_TO_SEC() works with negative times | ||||
* | Portability fixes | monty@hundin.mysql.fi | 2001-10-31 | 2 | -1/+59 |
| | | | | | | Fix for consistent 0000-00-00 date handling Close + open binary logs on flush tables Fix for AVG() in HAVING. | ||||
* | Merge work:/home/bk/mysql | sasha@mysql.sashanet.com | 2001-10-29 | 1 | -0/+1 |
|\ | | | | | | | into mysql.sashanet.com:/home/sasha/src/bk/mysql | ||||
| * | 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 |
|/ | | | | | | Added missing InnoDB variables to SHOW VARIABLES. Fixed bug when doing WHERE 'column_name=NULL' on an indexed column that had NULL values. Fixed bug when doing 'LEFT JOIN ... ON (column_name = constant) WHERE column_name = constant' | ||||
* | 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 |
| | | | | | Made replication test portable Fixed buffer overrun bug in replication | ||||
* | Fixed bug in counting open files when using many files | monty@hundin.mysql.fi | 2001-09-27 | 1 | -0/+23 |
| | | | | Fixed bug in JOIN | ||||
* | Fix for LOAD DATA FROM MASTER when using tables with checksum | monty@hundin.mysql.fi | 2001-09-18 | 5 | -18/+32 |
| | | | | Fixed some wrong test cases | ||||
* | fixed bug in mysqltest | sasha@mysql.sashanet.com | 2001-09-15 | 1 | -0/+18 |
| | | | | | | updated mysql-test-run with features from 4.0 added a test case for broken load data from master for MyISAM tables with checksum | ||||
* | Fixed problem with "record not found" in BDB tables. | monty@hundin.mysql.fi | 2001-09-14 | 1 | -0/+19 |
| | |||||
* | Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysql | monty@hundin.mysql.fi | 2001-09-12 | 1 | -1/+1 |
|\ | |||||
| * | First drop merge table, then other tables | monty@tik.mysql.fi | 2001-09-12 | 1 | -1/+1 |
| | | |||||
* | | Merge work:/home/bk/mysql | sasha@mysql.sashanet.com | 2001-09-10 | 3 | -8/+58 |
|\ \ | |/ | | | | | into mysql.sashanet.com:/home/sasha/src/bk/mysql | ||||
| * | Fix bugs when using LOCK TABLES with BDB tables | monty@hundin.mysql.fi | 2001-09-08 | 1 | -8/+19 |
| | | | | | | | | Optimized remove of key when using internal cursor in BDB tables. | ||||
| * | Ensure that libmysqlclient doesn't use raid | monty@hundin.mysql.fi | 2001-09-04 | 2 | -0/+39 |
| | | | | | | | | Fix problem with MyISAM and rows of length 65517-65520 | ||||
* | | fixed IDENTITY crisis | sasha@mysql.sashanet.com | 2001-09-10 | 1 | -0/+2 |
|/ | |||||
* | replicated get_lock() properly | sasha@mysql.sashanet.com | 2001-08-31 | 1 | -0/+16 |
| |