summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* fixes for ft-boolean and range optimizerserg@serg.mysql.com2001-11-223-7/+2
* bad merge fixedserg@serg.mysql.com2001-11-216-39/+23
* broken merge, fix requiredserg@serg.mysql.com2001-11-214-23/+48
|\
| * (UPDATE|DELETE) ...WHERE MATCH bugfixserg@serg.mysql.com2001-11-212-12/+13
| * removed ftfuncs argument for mysql_selectserg@serg.mysql.com2001-11-215-38/+35
| * Fixed bug in OPTIMIZE TABLE that reset index cardinality if itmonty@hundin.mysql.fi2001-11-181-16/+22
| * Removing registry service parameter codemiguel@light.local2001-11-171-487/+0
* | Merge work:/home/bk/mysql-4.0sasha@mysql.sashanet.com2001-11-173-36/+69
|\ \
| * | use env vars for socket/port in connect in mysqltestsasha@mysql.sashanet.com2001-11-173-36/+69
* | | Removing registry service parameter codemiguel@light.local2001-11-171-428/+0
|/ /
* | Merge work:/home/bk/mysql-4.0sasha@mysql.sashanet.com2001-11-1011-694/+807
|\ \
| * | work to enable reading 3.23 logs - not yet finishedsasha@mysql.sashanet.com2001-11-1011-694/+807
* | | Merge work.mysql.com:/home/bk/mysql-4.0tonu@volk.internalnet2001-11-093-81/+70
|\ \ \ | |/ / |/| |
| * | des_encrypt()/des_decrypt() work much better nowtonu@volk.internalnet2001-11-093-81/+70
* | | Merge work:/home/bk/mysql-4.0sasha@mysql.sashanet.com2001-11-083-8/+13
|\ \ \
| * | | Fixed bug in UPDATE .. ORDER BYmonty@hundin.mysql.fi2001-11-082-5/+5
| * | | Don't use IGNORE by default in INSERT ... SELECTmonty@hundin.mysql.fi2001-11-082-3/+8
* | | | fixed memory leak in replicationsasha@mysql.sashanet.com2001-11-082-0/+3
* | | | Merge work:/home/bk/mysql-4.0sasha@mysql.sashanet.com2001-11-072-19/+76
|\ \ \ \ | |/ / / |/| | |
| * | | Merge work:/home/bk/mysql-4.0sasha@mysql.sashanet.com2001-11-072-19/+76
| |\ \ \ | | |/ / | |/| |
| | * | manager clean-up ( added pid-file and kill in mysql-test-run when things go w...sasha@mysql.sashanet.com2001-11-071-1/+5
| | * | Merge work:/home/bk/mysql-4.0sasha@mysql.sashanet.com2001-11-032-18/+71
| | |\ \
| | | * | more work on IO_CACHEsasha@mysql.sashanet.com2001-11-032-18/+71
* | | | | Fix wrong memory allocation in SHOW OPEN TABLESmonty@hundin.mysql.fi2001-11-081-2/+2
* | | | | Add timeout for shutdown to mysql-test-runmonty@hundin.mysql.fi2001-11-072-1/+19
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysqlmonty@hundin.mysql.fi2001-11-071-0/+6
| |\ \ \ \
| | * | | | Fix bug in ALTER TABLE on a TEMPORARY InnoDB table.monty@hundin.mysql.fi2001-11-071-0/+6
| * | | | | ha_innobase.cc:heikki@donna.mysql.fi2001-11-071-1/+1
| * | | | | ha_innobase.cc:heikki@donna.mysql.fi2001-11-071-2/+14
| |/ / / /
* | | | | mergemonty@hundin.mysql.fi2001-11-072-1/+9
|\ \ \ \ \ | |/ / / /
| * | | | Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysqlmonty@hundin.mysql.fi2001-11-071-1/+1
| |\ \ \ \
| | * | | | Added missing mysqlbinlog to binary distributions.monty@hundin.mysql.fi2001-11-071-1/+1
| * | | | | updatedheikki@donna.mysql.fi2001-11-051-0/+8
| |/ / / /
* | | | | Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0monty@hundin.mysql.fi2001-11-074-1/+158
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | des_encrypt(), des_decrypt() functions added. Not finally ready yet, so I wil...tonu@volk.internalnet2001-11-063-1/+154
| * | | | Merge work.mysql.com:/home/bk/mysql-4.0tonu@volk.internalnet2001-11-051-0/+4
| |\ \ \ \
| | * | | | sql_yacc.yy des_encrpyttonu@volk.internalnet2001-11-051-0/+4
| | | |/ / | | |/| |
* | | | | Portability fixmonty@hundin.mysql.fi2001-11-0730-78/+78
* | | | | emove purify warningsmonty@bitch.mysql.fi2001-11-061-7/+13
|/ / / /
* | | | Fixes up things after merge from 3.23.44monty@hundin.mysql.fi2001-11-052-32/+37
* | | | merge with 3.23.44monty@hundin.mysql.fi2001-11-0418-305/+634
|\ \ \ \ | | |/ / | |/| |
| * | | Fixed problem with t1 LEFT_JOIN t2 ... WHERE t2.date_column IS NULL when date...monty@hundin.mysql.fi2001-11-031-1/+2
| * | | Fix that mysqladmin shutdown can be interrupted with ^Cmonty@hundin.mysql.fi2001-11-037-27/+44
| * | | Portability fixes.monty@hundin.mysql.fi2001-11-021-1/+4
| * | | Changed time -> query_time in slow query log.monty@hundin.mysql.fi2001-10-312-2/+2
| * | | Portability fixesmonty@hundin.mysql.fi2001-10-312-1/+5
| * | | Portability fixesmonty@hundin.mysql.fi2001-10-315-29/+35
| * | | Update for OS2 (patch from Yuri Dario).monty@hundin.mysql.fi2001-10-3127-480/+235
| * | | Mergemonty@donna.mysql.fi2001-10-3026-64/+481
| * | | Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysqlmonty@hundin.mysql.fi2001-10-301-2/+23
| |\ \ \