summaryrefslogtreecommitdiff
path: root/mysql-test
Commit message (Collapse)AuthorAgeFilesLines
* Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.1guilhem@mysql.com2003-05-153-1/+76
|\ | | | | | | into mysql.com:/home/mysql_src/mysql-4.1
| * Scrum task 845. Thi is a behaviour change :guilhem@mysql.com2003-05-153-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.1monty@narttu.mysql.fi2003-05-152-2/+4
|\ \ | |/ |/| | | into narttu.mysql.fi:/my/mysql-4.1
| * Fixed new bug in ORDER BYmonty@narttu.mysql.fi2003-05-152-2/+4
| |
* | Proper replication of CONNECTION_ID() and 4.1 PASSWORD() (bugs 177 and 344),guilhem@mysql.com2003-05-133-0/+52
|/ | | | new test for this.
* Give warning if MySQL doesn't honor given storage enginemonty@mashka.mysql.fi2003-05-1310-8/+86
| | | | Allow syntax CREATE TABLE t1 (LIKE t2)
* mergemonty@narttu.mysql.fi2003-05-062-0/+10
|\
| * INSERT ... UPDATE ... VALUES()serg@serg.mylan2003-05-032-0/+10
| |
* | Removed compiler warningsmonty@narttu.mysql.fi2003-05-063-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 fixSinisa@sinisa.nasamreza.org2003-04-2614-94/+216
|\
| * Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.1guilhem@mysql.com2003-04-243-44/+44
| |\ | | | | | | | | | into mysql.com:/home/mysql_src/mysql-4.1
| | * Merge ibabaev@bk-internal.mysql.com:/home/bk/mysql-4.1igor@hundin.mysql.fi2003-04-243-44/+44
| | |\ | | | | | | | | | | | | into hundin.mysql.fi:/home/igor/dev/mysql-4.1
| | | * func_gconcat.result, ctype_many.result:igor@hundin.mysql.fi2003-04-243-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 COMMITguilhem@mysql.com2003-04-243-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.ru2003-04-234-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.1bell@sanja.is.com.ua2003-04-232-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.ua2003-03-112-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.1bell@sanja.is.com.ua2003-04-232-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.ua2003-04-232-3/+17
| | | |/ | | |/|
| * | | small compress/uncompress modification after monty's reviewvva@eagle.mysql.r18.ru2003-04-222-7/+19
| |/ /
| * | new result of Query Cache with Innodbbell@sanja.is.com.ua2003-04-171-2/+2
| | |
| * | mergingbell@sanja.is.com.ua2003-04-161-3/+3
| |\ \
| | * \ Merge sanja.is.com.ua:/home/bell/mysql/mysql-4.1bell@sanja.is.com.ua2003-02-181-3/+3
| | |\ \ | | | | | | | | | | | | | | | into sanja.is.com.ua:/home/bell/mysql/work-qc-4.1
| | | * \ mergingbell@sanja.is.com.ua2002-12-111-3/+3
| | | |\ \
| | | | * | new innodb query cache behaviour (recommit because of problem with 4.1 ↵bell@sanja.is.com.ua2002-11-034-3/+154
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | repository pushing) fixed bug in quqry cache dbd transaction processing
* | | | | | Fix for a bug record #307.Sinisa@sinisa.nasamreza.org2003-04-212-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.1Sinisa@sinisa.nasamreza.org2003-04-161-28/+28
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | into sinisa.nasamreza.org:/mnt/work/mysql-4.1
| * | | | | replace default separator in group_concat, correct a bugwax@kishkin.ru2003-04-161-28/+28
| | | | | |
* | | | | | Merge sinisa@bk-internal.mysql.com:/home/bk/mysql-4.1Sinisa@sinisa.nasamreza.org2003-04-145-2/+63
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | into sinisa.nasamreza.org:/mnt/work/mysql-4.1
| * | | | | correct codes of warnings in result filewax@kishkin.ru2003-04-121-2/+2
| | | | | |
| * | | | | Mergevva@eagle.mysql.r18.ru2003-04-104-0/+61
| |\ \ \ \ \
| | * | | | | added compress/uncompress functionvva@eagle.mysql.r18.ru2003-04-094-0/+61
| | | | | | |
* | | | | | | A fix for a crashing bug in EXPLAIN on derived tables with a join.Sinisa@sinisa.nasamreza.org2003-04-102-0/+6
| | | | | | |
* | | | | | | merge fixSinisa@sinisa.nasamreza.org2003-04-098-41/+109
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge bk-internal:/home/bk/mysql-4.1serg@sergbook.mysql.com2003-04-092-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.com2003-03-312-0/+68
| | |/ / / / / | | | | | | | | | | | | | | | | | | | | | auto_increment column (e.g. is too big)
| * | | | | | Use of CHARSWT_INFO *result_collationbar@bar.mysql.r18.ru2003-04-084-29/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | instead of bool convert_result_charset SET CHARACTER SET inststead of SET NAMES in tests
| * | | | | | SET NAMES doesn't start recodingbar@bar.mysql.r18.ru2003-04-084-20/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | SET CHARACTER SET does
* | | | | | | Fix for a bug with empty item list in UNION'sSinisa@sinisa.nasamreza.org2003-04-082-0/+4
|/ / / / / /
* | | | | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1bell@sanja.is.com.ua2003-04-054-24/+4
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | into sanja.is.com.ua:/home/bell/mysql/bk/work-in-4.1
| * | | | | | Some optimization in SET NAMESmysql@home.(none)2003-04-054-24/+4
| | | | | | |
* | | | | | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1bell@sanja.is.com.ua2003-04-052-0/+34
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | | | | | | | into sanja.is.com.ua:/home/bell/mysql/bk/work-in-4.1
| * | | | | | fixed st_select_lex initializationbell@sanja.is.com.ua2003-04-052-0/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fixed mustiupdate subselect compatibility (bug 217)
* | | | | | | Updating subselect results after SUBSELECT was changed into SUBQUERY.pem@mysql.com2003-04-041-24/+24
| | | | | | |
* | | | | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1monty@narttu.mysql.fi2003-04-038-7/+48
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | into narttu.mysql.fi:/my/mysql-4.1
| * \ \ \ \ \ \ Merge with 4.0monty@narttu.mysql.fi2003-04-038-7/+48
| |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ Merge bk-internal.mysql.com:/home/bk/mysql-4.0monty@narttu.mysql.fi2003-04-031-0/+8
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into narttu.mysql.fi:/my/mysql-4.0
| | | * | | | | | | add test file for rpl_loaddata.testvva@eagle.mysql.r18.ru2003-04-031-0/+8
| | | | | | | | | |
| | * | | | | | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.0monty@narttu.mysql.fi2003-04-032-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.ru2003-04-032-1/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | options