summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | All 'Makefile's must use '$(AR)' (not just 'ar') because the variable may con...joerg@mysql.com2004-08-242-2/+3
|/ / / /
* | | | Fix warning VC++ and fix applied fisrt to source 4.1miguel@hegel.txg.br2004-08-243-22/+10
* | | | Merge sgluhov@bk-internal.mysql.com:/home/bk/mysql-4.0gluh@gluh.mysql.r18.ru2004-08-243-5/+36
|\ \ \ \
| * | | | Fix for bug #4340: find_in_set is case insensitive even on binary operators(2...gluh@gluh.mysql.r18.ru2004-08-243-5/+36
* | | | | - make sure to recreate all autoconf/automake-related files afterlenz@mysql.com2004-08-242-1/+4
|/ / / /
* | | | Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.0guilhem@mysql.com2004-08-234-6/+40
|\ \ \ \
| * | | | Fix for BUG#5033 "When using temporary tables truncate does NOT reset the aut...guilhem@mysql.com2004-08-234-6/+40
* | | | | Merge sgluhov@bk-internal.mysql.com:/home/bk/mysql-4.0gluh@gluh.mysql.r18.ru2004-08-233-2/+39
|\ \ \ \ \
| * | | | | Fix for bug #5134: WHERE x = 'bar' AND x LIKE BINARY 'bar' returnsgluh@gluh.mysql.r18.ru2004-08-233-2/+39
* | | | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.0pem@mysql.com2004-08-233-2/+28
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Fixed: BUG#5135: cannot turn on log_warnings with SET in 4.1 (and 4.0)pem@mysql.com2004-08-233-2/+28
| |/ / / /
* | | | | unnecessary LINT_INIT removedserg@serg.mylan2004-08-231-8/+4
|/ / / /
* | | | after merge fixesserg@serg.mylan2004-08-221-3/+7
* | | | ported bugfix for #2408 from 3.23serg@serg.mylan2004-08-221-64/+59
|\ \ \ \
| * | | | bug#2408 - Multiple threads altering MERGE table UNIONs hang/crash.serg@serg.mylan2004-08-221-52/+49
* | | | | null.test, null.result:igor@rurik.mysql.com2004-08-204-1/+44
* | | | | Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.0guilhem@mysql.com2004-08-209-21/+154
|\ \ \ \ \
| * | | | | Making FLUSH TABLES WITH READ LOCK block COMMITs of existing transactions,guilhem@mysql.com2004-08-209-21/+154
* | | | | | A fix (bug #5115: Erronious Syntax Error when comment placed inside of "creat...ram@gw.mysql.r18.ru2004-08-201-8/+10
* | | | | | Merge bk-internal:/home/bk/mysql-4.0/serg@serg.mylan2004-08-193-2/+14
|\ \ \ \ \ \
| * | | | | | less strict assert to take into account weird casesserg@serg.mylan2004-08-193-2/+14
* | | | | | | ha_innodb.cc:marko@hundin.mysql.fi2004-08-191-3/+24
* | | | | | | Build bug on 64-Bit platforms.ingo@mysql.com2004-08-191-21/+9
|/ / / / / /
* | | | | | typos fixedserg@serg.mylan2004-08-191-2/+2
* | | | | | Merge bk-internal:/home/bk/mysql-4.0/serg@serg.mylan2004-08-192-10/+10
|\ \ \ \ \ \ | |/ / / / /
| * | | | | cosmetic changeguilhem@mysql.com2004-08-192-10/+10
* | | | | | take dec. point into account in store_double_in_stringserg@serg.mylan2004-08-191-6/+12
* | | | | | copied new my_vsnprintf from 4.1. use "ul" when mergingserg@serg.mylan2004-08-192-16/+75
|/ / / / /
* | | | | Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.0guilhem@mysql.com2004-08-197-17/+70
|\ \ \ \ \
| * | | | | Fix for BUG#4971 "CREATE TABLE ... TYPE=HEAP SELECT ... stops slave (wrong DE...guilhem@mysql.com2004-08-197-17/+70
* | | | | | Bug 4937: different date -> string conversion when usingserg@serg.mylan2004-08-184-41/+88
* | | | | | Merge bk-internal:/home/bk/mysql-4.0/serg@serg.mylan2004-08-187-9/+78
|\ \ \ \ \ \
| * | | | | | srv0start.c, ut0mem.c, ut0dbg.c, ut0dbg.h, srv0start.h:heikki@hundin.mysql.fi2004-08-187-9/+78
| |/ / / / /
* | | | | | use my_vsnprintf() just in caseserg@serg.mylan2004-08-181-1/+3
|/ / / / /
* | | | | Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.0guilhem@mysql.com2004-08-171-1/+1
|\ \ \ \ \
| * | | | | Fix for BUG#5073 "--disable-local-infile has no effect if client reads it wit...guilhem@mysql.com2004-08-171-1/+1
* | | | | | Merge heikki@build.mysql.com:/home/bk/mysql-4.0heikki@hundin.mysql.fi2004-08-172-4/+34
|\ \ \ \ \ \
| * | | | | | A fix (bug #5055: SQL_SELECT_LIMIT=0 crashes command line client):ram@gw.mysql.r18.ru2004-08-171-4/+7
| * | | | | | A desperate attempt to comment one place where we do conversions.konstantin@mysql.com2004-08-161-0/+27
| |/ / / / /
* | | | | | Merge heikki@build.mysql.com:/home/bk/mysql-4.0heikki@hundin.mysql.fi2004-08-161-0/+24
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | row0mysql.c:heikki@hundin.mysql.fi2004-08-131-0/+24
* | | | | | Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.0guilhem@mysql.com2004-08-141-0/+1
|\ \ \ \ \ \
| * | | | | | Fix for BUG#5050 "mysql-test-run fails on rpl_trunc_binlog after 'make instal...guilhem@mysql.com2004-08-141-0/+1
| |/ / / / /
* | | | | | - manual mergelenz@mysql.com2004-08-132-13/+9
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Escaping [] so that darwin[7-8] gets into 'configure' and not darwin7-8guilhem@mysql.com2004-08-132-4/+9
* | | | | | Merge lgrimmer@build.mysql.com:/home/bk/mysql-4.0lenz@mysql.com2004-08-134-2/+98
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge vvagin@bk-internal.mysql.com:/home/bk/mysql-4.0vva@eagle.mysql.r18.ru2004-08-133-1/+96
| |\ \ \ \ \
| | * \ \ \ \ Merge eagle.mysql.r18.ru:/home/vva/work/mysql.orig/clear/mysql-4.0vva@eagle.mysql.r18.ru2004-08-133-1/+96
| | |\ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| | | * | | | fixed Bug #4358 Problem with HAVING clause that uses aliasvva@eagle.mysql.r18.ru2004-08-123-1/+96
| * | | | | | Merge vvagin@bk-internal.mysql.com:/home/bk/mysql-4.0vva@eagle.mysql.r18.ru2004-08-131-1/+2
| |\ \ \ \ \ \