summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* Changed --log-warnings to be integer instead of boolean. Given --skip-log-war...jani@a80-186-24-72.elisa-laajakaista.fi2004-06-014-5/+13
* InnoDB: Do not get a lock for consistent reads (Bug #3894)marko@hundin.mysql.fi2004-05-311-0/+11
* Merge bk-internal:/home/bk/mysql-4.0/serg@serg.mylan2004-05-296-13/+13
|\
| * backport wild_compare fix from 4.1 - bug#3924serg@serg.mylan2004-05-296-13/+13
* | a fix.ram@gw.mysql.r18.ru2004-05-281-2/+4
|/
* VC++ portability fixmonty@mysql.com2004-05-261-1/+1
* Fix to make Windows compilation smootherhf@deer.(none)2004-05-261-0/+1
* Merge bk-internal.mysql.com:/home/bk/mysql-4.0monty@mysql.com2004-05-251-8/+207
|\
| * Added patches from Novellmonty@mysql.com2004-05-251-8/+207
* | New MYSQL_SERVER_SUFFIX usage (for easier compilation)monty@mysql.com2004-05-253-20/+9
* | Fix for BUG#3871: a slave must always replicate a statement, even if it exami...guilhem@mysql.com2004-05-241-4/+8
* | Merge spetrunia@bk-internal.mysql.com:/home/bk/mysql-4.0sergefp@mysql.com2004-05-192-16/+24
|\ \
| * | Fix for BUG33649: Post-review fixes sergefp@mysql.com2004-05-192-36/+34
| * | Fix and test case for BUG#3649.sergefp@mysql.com2004-05-181-29/+39
* | | Merge bk-internal.mysql.com:/home/bk/mysql-4.0monty@mysql.com2004-05-195-30/+71
|\ \ \
| * | | Added support for projects 'classic', 'classic nt', 'pro' and 'pro nt'monty@mysql.com2004-05-195-30/+71
* | | | Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.0guilhem@mysql.com2004-05-194-11/+14
|\ \ \ \
| * | | | Fix for BUG#3829 "Setting server_id on fly doesn't allow replication to start"guilhem@mysql.com2004-05-194-11/+14
| |/ / /
* | | | Fix for Bug#3754 "SET GLOBAL myisam_max_sort_file_size doesn't konstantin@mysql.com2004-05-191-2/+2
|/ / /
* | | Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.0ram@gw.mysql.r18.ru2004-05-181-0/+1
|\ \ \ | |/ / |/| |
| * | A fix (bug #3756: ISNULL(QUOTE()) returns 1 for every row after 1st NULL)ram@gw.mysql.r18.ru2004-05-171-0/+1
* | | Extra safety fixes (probably not needed, but can't hurt)monty@mysql.com2004-05-153-9/+6
* | | Many files:heikki@hundin.mysql.fi2004-05-147-5/+33
|/ /
* | ha_innodb.cc, trx0trx.h, lock0lock.c, trx0trx.c:heikki@hundin.mysql.fi2004-05-131-14/+34
* | ha_innodb.cc:heikki@hundin.mysql.fi2004-05-131-4/+26
* | ha_innodb.cc:marko@hundin.mysql.fi2004-05-131-2/+9
* | InnoDB: avoid some data races in innobase_mysql_print_thd() (Bug #3596)marko@hundin.mysql.fi2004-05-121-6/+7
|/
* bug#3612 - Item_func_div set decimals incorrectlyserg@serg.mylan2004-05-111-0/+1
* Merge mysql.com:/home/my/mysql-3.23 into mysql.com:/home/my/mysql-4.0monty@mysql.com2004-05-061-2/+2
|\
| * fixed db name and layout (can cause very rare race condition bug)bell@sanja.is.com.ua2004-05-041-2/+2
* | Remove not used variablemonty@mysql.com2004-05-061-2/+2
* | Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.0guilhem@mysql.com2004-05-051-3/+3
|\ \
| * | very minor changes: a STOP SLAVE in a replication test to get rid of a non cr...guilhem@mysql.com2004-05-051-3/+3
* | | InnoDB portability fix: new function os_file_set_eof()marko@hundin.mysql.fi2004-05-051-1/+1
* | | Portability fixmonty@mysql.com2004-05-051-5/+1
* | | InnoDB: Truncate "<datadir>/innodb.status.<pid>" to its actual sizemarko@hundin.mysql.fi2004-05-051-0/+5
* | | Merge marko@build.mysql.com:/home/bk/mysql-4.0marko@hundin.mysql.fi2004-05-056-18/+26
|\ \ \ | |/ /
| * | 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
| |/ /
* | | InnoDB: implement LOCK TABLE (Bug #3299)marko@hundin.mysql.fi2004-04-291-4/+16
|/ /
* | 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