summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* New MYSQL_SERVER_SUFFIX usage (for easier compilation)monty@mysql.com2004-05-2551-117/+94
* Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.0guilhem@mysql.com2004-05-241-4/+8
|\
| * Fix for BUG#3871: a slave must always replicate a statement, even if it exami...guilhem@mysql.com2004-05-241-4/+8
* | InnoDB cleanup: sync0arr.c: sync_array_cell_print(): Remove unused variable strmarko@hundin.mysql.fi2004-05-241-1/+0
|/
* Bug fixes:monty@mysql.com2004-05-203-4/+252
* Merge spetrunia@bk-internal.mysql.com:/home/bk/mysql-4.0sergefp@mysql.com2004-05-194-16/+48
|\
| * Fix for BUG33649: Post-review fixes sergefp@mysql.com2004-05-192-36/+34
| * Fix and test case for BUG#3649.sergefp@mysql.com2004-05-183-29/+63
* | Merge bk-internal.mysql.com:/home/bk/mysql-4.0monty@mysql.com2004-05-1964-338/+1570
|\ \
| * | Added support for projects 'classic', 'classic nt', 'pro' and 'pro nt'monty@mysql.com2004-05-1964-338/+1570
* | | 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-193-3/+13
|/ /
* | Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.0ram@gw.mysql.r18.ru2004-05-183-0/+19
|\ \
| * | added newline at the end of the file.ram@gw.mysql.r18.ru2004-05-171-1/+1
| * | A fix (bug #3756: ISNULL(QUOTE()) returns 1 for every row after 1st NULL)ram@gw.mysql.r18.ru2004-05-173-0/+19
* | | mem0pool.c:heikki@hundin.mysql.fi2004-05-181-13/+5
| |/ |/|
* | dict0dict.c:heikki@hundin.mysql.fi2004-05-171-1/+2
* | InnoDB: srv0srv.c: Remove reference to sync0ipm.h (fix ChangeSet@1.1833)marko@hundin.mysql.fi2004-05-171-1/+0
* | InnoDB: Remove unused module sync0ipmmarko@hundin.mysql.fi2004-05-176-472/+4
* | InnoDB: Remove unused module os0shmmarko@hundin.mysql.fi2004-05-176-235/+4
* | Extra safety fixes (probably not needed, but can't hurt)monty@mysql.com2004-05-153-9/+6
* | Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.0guilhem@mysql.com2004-05-143-5/+18
|\ \
| * | Replication testsuite: making the master-slave synchronization less likely to...guilhem@mysql.com2004-05-143-5/+18
* | | Many files:heikki@hundin.mysql.fi2004-05-147-5/+33
| |/ |/|
* | InnoDB: Remove unused function ut_str_catenate()marko@hundin.mysql.fi2004-05-142-37/+0
* | ha_innodb.cc, trx0trx.h, lock0lock.c, trx0trx.c:heikki@hundin.mysql.fi2004-05-134-17/+75
* | Merge lgrimmer@build.mysql.com:/home/bk/mysql-4.0lenz@mysql.com2004-05-131-4/+26
|\ \
| * | ha_innodb.cc:heikki@hundin.mysql.fi2004-05-131-4/+26
* | | Merge mysql.com:/space/my/mysql-4.0lenz@mysql.com2004-05-131-0/+1
|\ \ \ | |/ / |/| |
| * | - make sure the binaries are executable before calling them duringlenz@mysql.com2004-05-131-0/+1
* | | ha_innodb.cc:marko@hundin.mysql.fi2004-05-131-2/+9
* | | InnoDB: fixed bug in dict0dict.c: dict_index_name_print()marko@hundin.mysql.fi2004-05-131-1/+1
| |/ |/|
* | InnoDB: Remove os_file_lock() from the 4.0 tree (unfix Bug #3608)marko@hundin.mysql.fi2004-05-131-41/+0
|/
* InnoDB: avoid some data races in innobase_mysql_print_thd() (Bug #3596)marko@hundin.mysql.fi2004-05-121-6/+7
* eval0eval.c:marko@hundin.mysql.fi2004-05-121-1/+1
* - Bumped up version number from 4.0.19 -> 4.0.20lenz@mysql.com2004-05-121-1/+1
* Merge bk-internal:/home/bk/mysql-4.0/serg@serg.mylan2004-05-113-0/+24
|\
| * bug#3612 - Item_func_div set decimals incorrectlyserg@serg.mylan2004-05-113-0/+24
* | InnoDB: Changed bug reporting address to http://bugs.mysql.commarko@hundin.mysql.fi2004-05-1110-30/+23
* | Merge marko@build.mysql.com:/home/bk/mysql-4.0marko@hundin.mysql.fi2004-05-101-2/+3
|\ \
| * | InnoDB: Fix assertion failure for orphaned tables in DROP DATABASEmarko@hundin.mysql.fi2004-05-101-2/+3
* | | Merge mysql.com:/home/mydev/mysql-4.0ingo@mysql.com2004-05-105-22/+25
|\ \ \ | | |/ | |/|
| * | Merge bk-internal:/home/bk/mysql-4.0/serg@serg.mylan2004-05-105-22/+25
| |\ \ | | |/ | |/|
| | * backport from 4.1:serg@serg.mylan2004-05-105-22/+25
* | | Merge mysql.com:/home/mydev/mysql-4.0ingo@mysql.com2004-05-106-20/+20
|\ \ \ | |/ / |/| |
| * | Fix replace_result of $MASTER_MYPORT instead of literal numbers.ingo@mysql.com2004-05-106-20/+20
* | | Merge marko@build.mysql.com:/home/bk/mysql-4.0marko@hundin.mysql.fi2004-05-072-2/+2
|\ \ \ | |/ / |/| |
| * | Fix auto_inc locking bug introduced in ChangeSet@1.1794.1.1marko@hundin.mysql.fi2004-05-072-2/+2
* | | Merge mysql.com:/home/mydev/mysql-4.0ingo@mysql.com2004-05-072-0/+5
|\ \ \ | |/ / |/| |