summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* Some USE_MB have been removed.unknown2003-01-311-31/+10
* More use of new CHARSET_INFO functions and two bug fixesunknown2003-01-311-36/+3
* sql_string.cc:unknown2003-01-311-60/+4
* Merge work.mysql.com:/home/bk/mysql-4.1unknown2003-01-311-0/+1
|\
| * Merge myvenu.com:/home/venu/bk/src-4.1unknown2003-01-311-0/+1
| |\
| | * Fix for subsequent error calls in multi-queryunknown2003-01-311-0/+1
* | | Gluh asked me to do itunknown2003-01-311-4/+3
* | | Fix for mysqlbinlog compilationunknown2003-01-311-1/+2
* | | conflicts resolving unknown2003-01-318-4/+388
|\ \ \ | |/ / |/| |
| * | 'Replicate user variables' taskunknown2003-01-308-4/+385
* | | Merge mysql.com:/home/wax/mysql-4n into mysql.com:/home/wax/mysql-4rwunknown2003-01-305-36/+35
|\ \ \ | |_|/ |/| |
| * | Merge mysql.com:/home/wax/mysql-4n into mysql.com:/home/wax/mysql-4rwunknown2003-01-305-36/+35
| |\ \
| | * | correct parameter of hash_searchunknown2003-01-281-1/+1
| | * | correct parameter of hash_resultunknown2003-01-261-1/+1
| | * | delete name_length and change an assign of udf.name (SCRUM)unknown2003-01-201-3/+2
| | * | change structure of udf_func and parameter of functions mysql_drop_func and a...unknown2003-01-095-35/+35
* | | | Merge conflictunknown2003-01-302-13/+10
|\ \ \ \
| * | | | Fix 'n' concurrent prepared executionsunknown2003-01-302-13/+10
* | | | | Always use USE_STRCOLL codeunknown2003-01-303-21/+0
* | | | | cp1256.xml:unknown2003-01-301-1/+1
* | | | | fixed compiler errorunknown2003-01-291-1/+3
* | | | | Move latin1 into a separarte fileunknown2003-01-2925-222/+222
* | | | | Reorganization to restore generating charset C files from conf filesunknown2003-01-291-1/+1
* | | | | Merge work.mysql.com:/home/bk/mysql-4.1unknown2003-01-281-27/+32
|\ \ \ \ \ | |/ / / / | | / / / | |/ / / |/| | |
| * | | Fix leak when the client disconnects with open prep statements unknown2003-01-281-27/+32
* | | | SIGNAL_WITH_VIO_CLOSES bugfixunknown2003-01-281-0/+2
* | | | Merge abotchkov@work.mysql.com:/home/bk/mysql-4.1unknown2003-01-282-9/+7
|\ \ \ \
| * \ \ \ resolveunknown2003-01-282-9/+7
| |\ \ \ \
| | * | | | New "fill" function in charset_info_st structureunknown2003-01-282-9/+7
| | |/ / /
* | | | | Merge abotchkov@work.mysql.com:/home/bk/mysql-4.1unknown2003-01-2814-286/+374
|\ \ \ \ \ | |/ / / /
| * | | | Merge work:/home/bk/mysql-4.1unknown2003-01-271-10/+8
| |\ \ \ \ | | |/ / /
| | * | | field.cc:unknown2003-01-271-10/+8
| * | | | Merge work:/home/bk/mysql-4.1unknown2003-01-271-1/+3
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | select count(*) from t1 procedure analyse(); bug fixedunknown2003-01-271-1/+3
| * | | | field.cc:unknown2003-01-271-33/+0
| * | | | wb_wc and wc_mb now checks length insideunknown2003-01-272-5/+4
| * | | | sql_yacc.yy:unknown2003-01-271-1/+1
| |/ / /
| * | | making the keyword ROW for row items optional unknown2003-01-264-92/+69
| * | | MYSQL_TIME handling(Direct DATE,TIME and TS th' structure) - serverunknown2003-01-234-2/+126
| * | | ha_innodb.cc:unknown2003-01-241-4/+17
| * | | Avoid memory overruns when buffer_length is too small (when fetching binary d...unknown2003-01-232-138/+147
| * | | fixed "double Procedure::~Procedure" bugunknown2003-01-231-1/+0
* | | | Merge abotchkov@work.mysql.com:/home/bk/mysql-4.1unknown2003-01-2240-109/+103
|\ \ \ \ | |/ / /
| * | | Fixed bug in Protocol::convert_str() (missing return caused "Out of memory" e...unknown2003-01-221-2/+2
| * | | workaround for gcc bugunknown2003-01-221-1/+1
| * | | Mergeunknown2003-01-2140-108/+102
| |\ \ \
| | * | | Portability fixes (for windows)unknown2003-01-2140-68/+41
| | * | | Merge with 4.0 (Fix bug in LEFT JOIN and EXPLAIN on empty table)unknown2003-01-201-39/+61
| | |\ \ \
| | | * | | Fixed bug with EXPLAIN on empty tableunknown2003-01-201-26/+29
| | | * | | Fixed bug in LEFT JOIN with impossible ON/WHERE expressionunknown2003-01-191-12/+31