Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.1 | guilhem@mysql.com | 2003-05-15 | 3 | -1/+76 |
|\ | | | | | | | into mysql.com:/home/mysql_src/mysql-4.1 | ||||
| * | Scrum task 845. Thi is a behaviour change : | guilhem@mysql.com | 2003-05-15 | 3 | -1/+76 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | now by default, FLUSH, OPTIMIZE, ANALYZE, REPAIR commands are written to the binlog, unless the new NO_WRITE_TO_BINLOG keyword was used : OPTIMIZE NO_WRITE_TO_BINLOG table t; Previously these commands were never written to the binlog, but there are 2 reasons to change this : - the RENAME TABLE in MERGE table bug (#175) on slave - the possible "differently optimised queries may lead to different updates on the master and slave" bug, until we have automatic ORDER BY. FLUSH LOGS/SLAVE/MASTER/TABLES WITH READ LOCK are never written to the binlog. New test for the new logging behaviour. Other small change : reload_acl_and_cache() and reset_slave() don't send their errors themselves, this is more usual. | ||||
* | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1 | monty@narttu.mysql.fi | 2003-05-15 | 2 | -2/+4 |
|\ \ | |/ |/| | | | into narttu.mysql.fi:/my/mysql-4.1 | ||||
| * | Fixed new bug in ORDER BY | monty@narttu.mysql.fi | 2003-05-15 | 2 | -2/+4 |
| | | |||||
* | | Proper replication of CONNECTION_ID() and 4.1 PASSWORD() (bugs 177 and 344), | guilhem@mysql.com | 2003-05-13 | 3 | -0/+52 |
|/ | | | | new test for this. | ||||
* | Give warning if MySQL doesn't honor given storage engine | monty@mashka.mysql.fi | 2003-05-13 | 10 | -8/+86 |
| | | | | Allow syntax CREATE TABLE t1 (LIKE t2) | ||||
* | merge | monty@narttu.mysql.fi | 2003-05-06 | 2 | -0/+10 |
|\ | |||||
| * | INSERT ... UPDATE ... VALUES() | serg@serg.mylan | 2003-05-03 | 2 | -0/+10 |
| | | |||||
* | | Removed compiler warnings | monty@narttu.mysql.fi | 2003-05-06 | 3 | -1/+21 |
|/ | | | | | | Fixed memory leak in new filesort code Optimzed sub selects to use keys with outer references. Increased max tables in join to 62 | ||||
* | merge fix | Sinisa@sinisa.nasamreza.org | 2003-04-26 | 14 | -94/+216 |
|\ | |||||
| * | Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.1 | guilhem@mysql.com | 2003-04-24 | 3 | -44/+44 |
| |\ | | | | | | | | | | into mysql.com:/home/mysql_src/mysql-4.1 | ||||
| | * | Merge ibabaev@bk-internal.mysql.com:/home/bk/mysql-4.1 | igor@hundin.mysql.fi | 2003-04-24 | 3 | -44/+44 |
| | |\ | | | | | | | | | | | | | into hundin.mysql.fi:/home/igor/dev/mysql-4.1 | ||||
| | | * | func_gconcat.result, ctype_many.result: | igor@hundin.mysql.fi | 2003-04-24 | 3 | -44/+44 |
| | | | | | | | | | | | | | | | | | | | | | | | | Added the MAX_LENGTH_FOR_SORT_DATA option ctype_collate.result: Added the MAX_LENGTH_FOR_SORT_DATA option | ||||
| * | | | Replication: new code to not modify in-memory log positions until the COMMIT | guilhem@mysql.com | 2003-04-24 | 3 | -0/+83 |
| |/ / | | | | | | | | | | | | | | | | is executed, even if the transaction spans on >=2 relay logs (bug #53). New variable relay_log_purge =0|1 New test to verify bug #53 | ||||
| * | | Variable names have been renamed: | bar@bar.mysql.r18.ru | 2003-04-23 | 4 | -35/+35 |
| | | | | | | | | | | | | | | | | | | client_collation -> collation_client result_collation -> collation_results connection_collation -> collation_connection | ||||
| * | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1 | bell@sanja.is.com.ua | 2003-04-23 | 2 | -0/+13 |
| |\ \ | | | | | | | | | | | | | into sanja.is.com.ua:/home/bell/mysql/bk/work-order-4.1 | ||||
| | * | | processing of subselect in global ORDER BY (fifed crash of server) | bell@sanja.is.com.ua | 2003-03-11 | 2 | -0/+13 |
| | | | | | | | | | | | | | | | | this implementation have limitation: prohibited subselect in ORDER BY dependence of most outer query (will be solved after removing passing first select_lex as fake select for global mysql_select()) | ||||
| * | | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1 | bell@sanja.is.com.ua | 2003-04-23 | 2 | -3/+17 |
| |\ \ \ | | | | | | | | | | | | | | | | into sanja.is.com.ua:/home/bell/mysql/bk/work-in-4.1 | ||||
| | * | | | fixed bug 185 (constant IN (SELECT field ...) do not return NULL correctly) | bell@sanja.is.com.ua | 2003-04-23 | 2 | -3/+17 |
| | | |/ | | |/| | |||||
| * | | | small compress/uncompress modification after monty's review | vva@eagle.mysql.r18.ru | 2003-04-22 | 2 | -7/+19 |
| |/ / | |||||
| * | | new result of Query Cache with Innodb | bell@sanja.is.com.ua | 2003-04-17 | 1 | -2/+2 |
| | | | |||||
| * | | merging | bell@sanja.is.com.ua | 2003-04-16 | 1 | -3/+3 |
| |\ \ | |||||
| | * \ | Merge sanja.is.com.ua:/home/bell/mysql/mysql-4.1 | bell@sanja.is.com.ua | 2003-02-18 | 1 | -3/+3 |
| | |\ \ | | | | | | | | | | | | | | | | into sanja.is.com.ua:/home/bell/mysql/work-qc-4.1 | ||||
| | | * \ | merging | bell@sanja.is.com.ua | 2002-12-11 | 1 | -3/+3 |
| | | |\ \ | |||||
| | | | * | | new innodb query cache behaviour (recommit because of problem with 4.1 ↵ | bell@sanja.is.com.ua | 2002-11-03 | 4 | -3/+154 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | repository pushing) fixed bug in quqry cache dbd transaction processing | ||||
* | | | | | | Fix for a bug record #307. | Sinisa@sinisa.nasamreza.org | 2003-04-21 | 2 | -0/+20 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Very nasty bug. It was caused by double free()-ing memory of join->select and join->quick. I was able to pinpoint it only after using Valgrind. Plus better fix for bug with TMP_TABLE_PARAM. Plus new constructor for SELECT_LEX. | ||||
* | | | | | | Merge sinisa@bk-internal.mysql.com:/home/bk/mysql-4.1 | Sinisa@sinisa.nasamreza.org | 2003-04-16 | 1 | -28/+28 |
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | | into sinisa.nasamreza.org:/mnt/work/mysql-4.1 | ||||
| * | | | | | replace default separator in group_concat, correct a bug | wax@kishkin.ru | 2003-04-16 | 1 | -28/+28 |
| | | | | | | |||||
* | | | | | | Merge sinisa@bk-internal.mysql.com:/home/bk/mysql-4.1 | Sinisa@sinisa.nasamreza.org | 2003-04-14 | 5 | -2/+63 |
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | | into sinisa.nasamreza.org:/mnt/work/mysql-4.1 | ||||
| * | | | | | correct codes of warnings in result file | wax@kishkin.ru | 2003-04-12 | 1 | -2/+2 |
| | | | | | | |||||
| * | | | | | Merge | vva@eagle.mysql.r18.ru | 2003-04-10 | 4 | -0/+61 |
| |\ \ \ \ \ | |||||
| | * | | | | | added compress/uncompress function | vva@eagle.mysql.r18.ru | 2003-04-09 | 4 | -0/+61 |
| | | | | | | | |||||
* | | | | | | | A fix for a crashing bug in EXPLAIN on derived tables with a join. | Sinisa@sinisa.nasamreza.org | 2003-04-10 | 2 | -0/+6 |
| | | | | | | | |||||
* | | | | | | | merge fix | Sinisa@sinisa.nasamreza.org | 2003-04-09 | 8 | -41/+109 |
|\ \ \ \ \ \ \ | |/ / / / / / | |||||
| * | | | | | | Merge bk-internal:/home/bk/mysql-4.1 | serg@sergbook.mysql.com | 2003-04-09 | 2 | -0/+68 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | into sergbook.mysql.com:/usr/home/serg/Abk/mysql-4.1 | ||||
| | * | | | | | | don't increment LAST_INSERT_ID() when incremented value cannot be stored in ↵ | serg@sergbook.mysql.com | 2003-03-31 | 2 | -0/+68 |
| | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | auto_increment column (e.g. is too big) | ||||
| * | | | | | | Use of CHARSWT_INFO *result_collation | bar@bar.mysql.r18.ru | 2003-04-08 | 4 | -29/+29 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | instead of bool convert_result_charset SET CHARACTER SET inststead of SET NAMES in tests | ||||
| * | | | | | | SET NAMES doesn't start recoding | bar@bar.mysql.r18.ru | 2003-04-08 | 4 | -20/+20 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | SET CHARACTER SET does | ||||
* | | | | | | | Fix for a bug with empty item list in UNION's | Sinisa@sinisa.nasamreza.org | 2003-04-08 | 2 | -0/+4 |
|/ / / / / / | |||||
* | | | | | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1 | bell@sanja.is.com.ua | 2003-04-05 | 4 | -24/+4 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | into sanja.is.com.ua:/home/bell/mysql/bk/work-in-4.1 | ||||
| * | | | | | | Some optimization in SET NAMES | mysql@home.(none) | 2003-04-05 | 4 | -24/+4 |
| | | | | | | | |||||
* | | | | | | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1 | bell@sanja.is.com.ua | 2003-04-05 | 2 | -0/+34 |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | | | | | | | | into sanja.is.com.ua:/home/bell/mysql/bk/work-in-4.1 | ||||
| * | | | | | | fixed st_select_lex initialization | bell@sanja.is.com.ua | 2003-04-05 | 2 | -0/+34 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fixed mustiupdate subselect compatibility (bug 217) | ||||
* | | | | | | | Updating subselect results after SUBSELECT was changed into SUBQUERY. | pem@mysql.com | 2003-04-04 | 1 | -24/+24 |
| | | | | | | | |||||
* | | | | | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1 | monty@narttu.mysql.fi | 2003-04-03 | 8 | -7/+48 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | into narttu.mysql.fi:/my/mysql-4.1 | ||||
| * \ \ \ \ \ \ | Merge with 4.0 | monty@narttu.mysql.fi | 2003-04-03 | 8 | -7/+48 |
| |\ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ | Merge bk-internal.mysql.com:/home/bk/mysql-4.0 | monty@narttu.mysql.fi | 2003-04-03 | 1 | -0/+8 |
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into narttu.mysql.fi:/my/mysql-4.0 | ||||
| | | * | | | | | | | add test file for rpl_loaddata.test | vva@eagle.mysql.r18.ru | 2003-04-03 | 1 | -0/+8 |
| | | | | | | | | | | |||||
| | * | | | | | | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.0 | monty@narttu.mysql.fi | 2003-04-03 | 2 | -1/+30 |
| | |\ \ \ \ \ \ \ \ | | | |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | into narttu.mysql.fi:/my/mysql-4.0 | ||||
| | | * | | | | | | | added test for replication load data into temporary table with additional ↵ | vva@eagle.mysql.r18.ru | 2003-04-03 | 2 | -1/+30 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | options |