summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Split raid C function to separate file to make things more portable.monty@hundin.mysql.fi2002-05-277-19/+42
* Portability fix for OSF1monty@narttu.2002-05-272-13/+14
* Merge work:/home/bk/mysqlserg@sergbook.mysql.com2002-05-262-9/+10
|\
| * quick fix for some optimizer glitch (it appears as ft+const bug, but it, prob...serg@sergbook.mysql.com2002-05-252-1/+2
* | Changing testsSinisa@sinisa.nasamreza.org2002-05-244-20/+20
* | just to check for GROUP by bugSinisa@sinisa.nasamreza.org2002-05-221-0/+16
* | A check that group by bug from 4.0.2 is not here ...Sinisa@sinisa.nasamreza.org2002-05-221-0/+4
* | Re-diffed patch against glibc 2.2.5 (the last one was malformed andlenz@mysql.com2002-05-211-24/+25
* | Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysqlmonty@hundin.mysql.fi2002-05-204-302/+300
|\ \
| * | Updated assembler code from MySQL 4.0 (to make them work with gcc 3.0)monty@hundin.mysql.fi2002-05-204-302/+300
* | | Added os2 source directory to source distributionlenz@mysql.com2002-05-173-2/+31
|/ /
* | Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysqlmonty@hundin.mysql.fi2002-05-176-84/+186
|\ \
| * | Fix bug in CONCAT_WS()monty@hundin.mysql.fi2002-05-176-84/+186
* | | Merge sinisa@work.mysql.com:/home/bk/mysqlSinisa@sinisa.nasamreza.org2002-05-161-1/+1
|\ \ \ | |/ / |/| |
| * | A final and proper fix for HP-UX problems with pthread_cond_timedwait.Sinisa@sinisa.nasamreza.org2002-05-161-1/+1
* | | Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysqlmonty@hundin.mysql.fi2002-05-1613-121/+203
|\ \ \ | |/ / |/| |
| * | New my_gethostbyname_r() handlingmonty@hundin.mysql.fi2002-05-1613-121/+203
* | | mysql_fix_extensions.sh tool copied from 4.0 tree (referenced in manual).arjen@fred.bitbike.com2002-05-161-0/+16
* | | Reformatted license statement in mysqlcheck usage output text to enablelenz@mysql.com2002-05-151-3/+2
* | | Fixed sql_yacc.yy to be compatible with bison 1.31 and above.lenz@mysql.com2002-05-155-10/+21
|/ /
* | Fixed bug in datetime range optimizationmonty@hundin.mysql.fi2002-05-155-4/+53
* | Corrected fix for DROP DATABASE on symbolic linkmonty@hundin.mysql.fi2002-05-141-13/+14
* | DROP DATABASE with symlinks did not work beforeSinisa@sinisa.nasamreza.org2002-05-142-1/+10
* | Sergei's MyODBC fixmiguel@hegel.local2002-05-1213-21/+21
* | row0mysql.c:heikki@hundin.mysql.fi2002-05-091-3/+13
* | row0sel.c:heikki@hundin.mysql.fi2002-05-091-5/+2
* | row0mysql.c:heikki@hundin.mysql.fi2002-05-092-7/+63
* | Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysqlmonty@hundin.mysql.fi2002-05-081-0/+4
|\ \
| * | Add missing symbols for linuxmonty@hundin.mysql.fi2002-05-081-0/+4
* | | Merge zgreant@work.mysql.com:/home/bk/mysqlzak@balfor.local2002-05-082-0/+1
|\ \ \ | |/ /
| * | Merge hundin:/my/mysql-3.23 into tik.:/home/my/mysql-3.23monty@tik.2002-05-082-0/+1
| |\ \
| | * | Add missing pthreadtypes.h file to mit-pthreadsmonty@tik.2002-05-082-0/+1
* | | | Tiny fix to make the XML generated by the client well-formed.zak@balfor.local2002-05-082-1/+2
|/ / /
* | | Fix for ISNULL()monty@hundin.mysql.fi2002-05-076-3/+19
|/ /
* | Merge hundin:/my/mysql-3.23 into tik.:/home/my/mysql-3.23monty@tik.2002-05-07734-85801/+109
|\ \
| * | Remove docs from the bdb distributionmonty@tik.2002-05-07734-85801/+109
* | | Fix to be able to use egc to compile 3.23monty@hundin.mysql.fi2002-05-051-3/+7
|/ /
* | Fixed bug in ISNULL(not_null_expression)monty@hundin.mysql.fi2002-05-044-21/+48
* | Backport of Sasha's fix to 3.23 from 4.0nick@nick.leippe.com2002-05-022-16/+8
* | Fixed test results after last changesmonty@hundin.mysql.fi2002-05-023-6/+2
* | Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysqlmonty@hundin.mysql.fi2002-05-028-28/+257
|\ \
| * | Fixed problems with DECIMAL() type on overflow.monty@hundin.mysql.fi2002-05-028-28/+257
* | | row0ins.c:heikki@hundin.mysql.fi2002-05-021-4/+8
|/ /
* | Don't change FLOAT(X+1,X) to FLOAT(X+2,X)monty@hundin.mysql.fi2002-04-264-3/+37
* | Removed copyrighted files from MIT-pthreadsmonty@work.mysql.com2002-04-261-0/+28
* | Deleted files in MIT-pthreads that had wrong copyrightmonty@hundin.mysql.fi2002-04-2629-3773/+32
* | New if testsmonty@tik.mysql.fi2002-04-222-0/+65
* | Merge hundin:/my/mysql-3.23 into tik.mysql.fi:/home/my/mysql-3.23monty@tik.mysql.fi2002-04-2212-16/+147
|\ \
| * | Fixed that IF is case insensitive if 2 and 3 arguments are case insensitive.monty@tik.mysql.fi2002-04-2212-16/+147
* | | Fixing Innodb test resultsmonty@work.mysql.com2002-04-211-1/+1
|/ /