summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* very minor changes: a STOP SLAVE in a replication test to get rid of a non cr...guilhem@mysql.com2004-05-051-3/+3
* useless fixes for --report-password and --show-slave-auth-info (almost undocu...guilhem@mysql.com2004-05-042-2/+2
* Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.0guilhem@mysql.com2004-05-041-10/+7
|\
| * Fix for Bug#3357 "If the statement is long, the error message is trunc and im...guilhem@mysql.com2004-05-041-10/+7
* | don't rely on readdir() returning . and .. firstserg@serg.mylan2004-05-042-2/+13
* | compatibility fix. warning removedserg@serg.mylan2004-05-031-4/+4
|/
* Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.0guilhem@mysql.com2004-04-283-10/+45
|\
| * A new option --replicate-same-server-id to force a slave to execute queries o...guilhem@mysql.com2004-04-283-10/+45
* | Merge bk-internal.mysql.com:/home/bk/mysql-4.0monty@mysql.com2004-04-289-152/+188
|\ \
| * | Fixed http address in some scripts (Bug #3460)monty@mysql.com2004-04-285-147/+163
| * | Fixed stack overrun with some INSERT ... SELECT ... GROUP BY queries (Bug #3265)monty@mysql.com2004-04-284-5/+25
| |/
* | Merge ltantony.dsl-verizon.net:/usr/home/antony/work/mysql-4.0antony@ltantony.dsl-verizon.net2004-04-281-4/+15
|\ \
| * | Fix for Bug 3481antony@ltantony.dsl-verizon.net2004-04-281-4/+15
* | | bug#3556 - soundexserg@serg.mylan2004-04-281-1/+1
| |/ |/|
* | Fixed compiler error in slave.cc on some platforms.greg@mysql.com2004-04-211-1/+1
|/
* Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.0guilhem@mysql.com2004-04-131-2/+16
|\
| * Fix for BUG#3461 "multi-table DELETE replicated despite replicate-wild-ignore...guilhem@mysql.com2004-04-131-2/+16
* | ha_innodb.cc, sync0sync.h, sync0sync.c:heikki@hundin.mysql.fi2004-04-091-3/+6
* | Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.0ram@gw.mysql.r18.ru2004-04-091-0/+1
|\ \ | |/ |/|
| * A fix. (Bug #3376: AVG(constant) returns constant if no rows in result set)ram@gw.mysql.r18.ru2004-04-091-0/+1
* | Fix for BUG#3422 "In 3.23 -> 4.0 replication, slave segfault when replicating...guilhem@mysql.com2004-04-081-2/+14
|/
* sql_select.cc:heikki@hundin.mysql.fi2004-04-081-1/+2
* Fix for BUG#3415 "mysqlbinlog loses a USE command when LOAD DATA INFILE is in...guilhem@mysql.com2004-04-071-6/+13
* Fix for BUG#3401 "Rare replication bug which leads to "Binlog has bad magic n...guilhem@mysql.com2004-04-071-0/+11
* Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.0guilhem@mysql.com2004-04-073-34/+75
|\
| * This is a fix for a bug in 3.23 -> 4.0 replication: Exec_master_log_pos is al...guilhem@mysql.com2004-04-073-34/+75
* | InnoDB: send diagnostic output to stderr or filesmarko@hundin.mysql.fi2004-04-061-133/+159
* | InnoDB: Backport fil_path_to_mysql_datadir from MySQL 4.1.xmarko@hundin.mysql.fi2004-04-051-0/+1
* | InnoDB: ignore intra-database foreign key references between tablesmarko@hundin.mysql.fi2004-04-021-2/+5
* | InnoDB cleanup: fixing buffer overflows and quoting of quotesmarko@hundin.mysql.fi2004-04-011-5/+2
* | Merge sinisa@bk-internal.mysql.com:/home/bk/mysql-4.0Sinisa@sinisa.nasamreza.org2004-03-301-1/+6
|\ \
| * | A fix for the error message when database can not be dropped due toSinisa@sinisa.nasamreza.org2004-03-301-1/+6
* | | some cleanup of last patch for BUG #2342vva@eagle.mysql.r18.ru2004-03-271-0/+9
* | | Merge vvagin@bk-internal.mysql.com:/home/bk/mysql-4.0vva@eagle.mysql.r18.ru2004-03-273-0/+45
|\ \ \ | |/ / |/| |
| * | fixed bug #2342 vva@eagle.mysql.r18.ru2004-03-273-0/+45
* | | Merge sinisa@bk-internal.mysql.com:/home/bk/mysql-4.0Sinisa@sinisa.nasamreza.org2004-03-261-2/+12
|\ \ \ | |/ / |/| |
| * | order_by.result:Sinisa@sinisa.nasamreza.org2004-03-261-2/+12
* | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.0bell@sanja.is.com.ua2004-03-261-3/+14
|\ \ \
| * | | fixed BUG in query cahe statistic countingbell@sanja.is.com.ua2004-03-211-3/+14
| | |/ | |/|
* | | merge with 3.23monty@mysql.com2004-03-252-2/+2
|\ \ \ | |_|/ |/| |
| * | Improved test casemonty@mysql.com2004-03-251-1/+1
| * | used right table for grants check (BUG#3270)bell@sanja.is.com.ua2004-03-231-1/+1
* | | Merge sinisa@bk-internal.mysql.com:/home/bk/mysql-4.0Sinisa@sinisa.nasamreza.org2004-03-221-0/+10
|\ \ \ | |_|/ |/| |
| * | union.result:Sinisa@sinisa.nasamreza.org2004-03-221-0/+10
* | | Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.0guilhem@mysql.com2004-03-201-2/+3
|\ \ \
| * | | The automatic DROP TEMPORARY TABLE is now DROP TEMPORARY TABLE IF EXISTS,guilhem@mysql.com2004-03-201-2/+3
* | | | WL #1510 "Implement support for "commercial" binaries on handshake",konstantin@mysql.com2004-03-171-3/+1
|/ / /
* | | Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.0guilhem@mysql.com2004-03-171-2/+10
|\ \ \
| * | | Fix for BUG#2922 "Crash (signal11) after "load data from master""guilhem@mysql.com2004-03-171-2/+10
| |/ /
* | | Merge sgluhov@bk-internal.mysql.com:/home/bk/mysql-4.0gluh@gluh.mysql.r18.ru2004-03-161-3/+3
|\ \ \ | |/ / |/| |