summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* rename of net_pkg.cc to protocol.ccunknown2002-12-1143-1653/+2166
* Merge sanja.is.com.ua:/home/bell/mysql/mysql-4.1unknown2002-12-081-3/+4
|\
| * Made sql_yacc.yy work with bison 1.75.unknown2002-12-071-3/+4
* | Merge sanja.is.com.ua:/home/bell/mysql/mysql-4.1unknown2002-12-071-9/+9
|\ \ | |/ |/|
| * probably fix depended subselect cleanupunknown2002-12-071-9/+9
* | item.cc:unknown2002-12-064-32/+23
|/
* Remove usage of acl_getroot() in embedded server.unknown2002-12-061-72/+73
* merge fixunknown2002-12-0642-1009/+1341
|\
| * After merge fixesunknown2002-12-0614-173/+201
| * Merge with 4.0.6unknown2002-12-0537-855/+1158
| |\
| | * Copy arguments given to mysql_server_init()unknown2002-12-058-24/+65
| | * Merge with 3.23unknown2002-12-051-2/+7
| | |\
| | | * some code cleanupunknown2002-12-041-1/+0
| | | * Merge sinisa@work.mysql.com:/home/bk/mysqlunknown2002-12-044-3/+12
| | | |\
| | | | * A fix for double free'd pointer bug ...unknown2002-12-041-1/+7
| | | | * Merge sinisa@work.mysql.com:/home/bk/mysqlunknown2002-12-041-4/+4
| | | | |\
| | | | * \ Merge sinisa@work.mysql.com:/home/bk/mysqlunknown2002-12-023-2/+5
| | | | |\ \
| | | | | * | Proper fix for SHOW VARS on 64-bit systemsunknown2002-12-023-3/+6
| | | | | * | moving fix elsewhere ...unknown2002-12-021-1/+1
| | | * | | | - Portability fixes for HP compiler on HPUX11 (backport from 4.0 tree)unknown2002-12-041-1/+1
| | | | |_|/ | | | |/| |
| | * | | | Removed copying of parameters as this leads to memory leaks in embedded server.unknown2002-12-057-72/+59
| | * | | | Merge sinisa@work.mysql.com:/home/bk/mysql-4.0unknown2002-12-044-13/+34
| | |\ \ \ \
| | | * \ \ \ mergedunknown2002-12-044-13/+34
| | | |\ \ \ \ | | | | |/ / /
| | | | * | | proper casting in COM_TABLE_DUMP (backported from 4.0)unknown2002-12-041-2/+2
| | | | * | | Security bug: password length check should be in check_user, not check_connec...unknown2002-12-041-2/+2
| | | | |/ /
| | | | * | Merge work:/my/mysql-3.23 into hundin.mysql.fi:/my/mysql-3.23unknown2002-12-023-0/+54
| | | | |\ \ | | | | | |/ | | | | |/|
| | | | | * Fixed bug in MAX() optimization when used with JOIN and ON expressionsunknown2002-12-023-0/+54
| | | | * | Merge sinisa@work.mysql.com:/home/bk/mysqlunknown2002-12-021-1/+1
| | | | |\ \ | | | | | |/
| | | | | * Fixed bug in <=> NULL handlingunknown2002-12-021-1/+1
| | | | * | Fix for sum_func IN (..)unknown2002-12-022-2/+7
| | | | * | Merge sinisa@work.mysql.com:/home/bk/mysqlunknown2002-11-301-0/+1
| | | | |\ \ | | | | | |/
| | | | | * Merge work:/home/bk/mysql into serg.mysql.com:/usr/home/serg/Abk/mysqlunknown2002-11-281-0/+1
| | | | | |\
| | | | | | * chroot() need chdir("/") afterwards to workunknown2002-11-281-0/+1
| | | | * | | a fix for a bug with HAVING sum_func IN (...)unknown2002-11-302-0/+10
| | | | * | | Better fix for 64 bit CPU ..unknown2002-11-281-1/+1
| | | | * | | Merge sinisa@work.mysql.com:/home/bk/mysqlunknown2002-11-281-1/+1
| | | | |\ \ \ | | | | | |/ / | | | | |/| |
| | | | | * | fix for SHOW VARS for IA64 and other 64 bit systemsunknown2002-11-271-1/+1
| | | | * | | Fix for shutdown on several instances servers started as standaloneunknown2002-11-271-12/+13
| | * | | | | A fix for the bug in a SELECT with joined tables with ORDER BY and unknown2002-12-041-1/+7
| | |/ / / /
| | * | | | Change of internal key_field=NULL handling to avoid error messages.unknown2002-12-0317-117/+201
| | * | | | Merge work:/my/mysql-4.0 into hundin.mysql.fi:/my/mysql-4.0unknown2002-12-011-0/+2
| | |\ \ \ \
| | | * | | | Fixed --datadir for embedded serverunknown2002-12-011-0/+2
| | * | | | | Fixed some bugs from last multi-table-update push.unknown2002-12-012-3/+3
| | * | | | | Merge work:/my/mysql-4.0 into mashka.mysql.fi:/home/my/mysql-4.0unknown2002-11-2915-554/+631
| | |\ \ \ \ \
| | | * | | | | New multi-table-update codeunknown2002-11-2915-554/+631
| | * | | | | | ha_innodb.cc:unknown2002-11-291-42/+96
| | * | | | | | Added 29 {} at the end of clauses in sql_yacc.yy to make it work with bison 1...unknown2002-11-281-26/+65
| | |/ / / / /
* | | | | | | fixed bug of PROCEDURE in same query with subselectsunknown2002-12-063-7/+17
* | | | | | | sql_error.cc:unknown2002-12-051-0/+2
* | | | | | | Merge work.mysql.com:/home/bk/mysql-4.1unknown2002-12-054-5/+38
|\ \ \ \ \ \ \