summaryrefslogtreecommitdiff
path: root/sql/sql_class.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge sanja.is.com.ua:/home/bell/mysql/mysql-4.1unknown2002-12-311-29/+6
|\
| * mergingunknown2002-12-251-29/+6
| |\
| | * row IN subselects (SCRUM)unknown2002-12-191-3/+3
| | * support of simple row subselects (SCRUM)unknown2002-12-191-2/+3
| | * optimized single value subselect (to be used as row) (SCRUM)unknown2002-12-191-25/+1
* | | Merge eagle.mysql.r18.ru:/home/vva/work/mysql.orig/clear/4.1unknown2002-12-301-1/+1
|\ \ \ | |/ / |/| |
| * | processing thread specific queriesunknown2002-12-301-1/+1
* | | less default_charset_infounknown2002-12-201-5/+6
| |/ |/|
* | thd_charset has been moved to variables structureunknown2002-12-191-1/+1
* | mergeunknown2002-12-141-20/+24
|\ \ | |/ |/|
| * Fixes for binary protocol (complement to last push)unknown2002-12-141-0/+1
| * rename of net_pkg.cc to protocol.ccunknown2002-12-111-20/+23
* | postreview fix (SCRUM)unknown2002-12-101-1/+1
* | mergingunknown2002-12-101-1/+1
|\ \ | |/ |/|
| * _NEW_ IN/ALL/ANY/SOME behaviour with NULL (SCRUM related)unknown2002-12-061-1/+1
* | Merge with 4.0.6unknown2002-12-051-3/+1
|\ \ | |/ |/|
| * Removed copying of parameters as this leads to memory leaks in embedded server.unknown2002-12-051-2/+1
| * Change of internal key_field=NULL handling to avoid error messages.unknown2002-12-031-8/+7
* | Fixed bug when creating keys in temporary HEAP tables.unknown2002-12-021-9/+10
* | Moved safe_to_cache_query from thd to lex.unknown2002-11-221-1/+1
* | Fixes after merge with 4.0unknown2002-11-211-3/+3
* | Merge with 4.0unknown2002-11-211-36/+71
|\ \ | |/
| * Small improvement to alloc_rootunknown2002-11-161-23/+57
| * Portability fix extern "C" static -> extern "C"unknown2002-11-071-4/+4
| * Portability fixes for Fortre C++ 5.0 (on Sun) in 32 and 64 bit modes.unknown2002-11-071-13/+14
| * Added Rand_log_eventunknown2002-10-221-1/+1
| * Moved rand initialization from mysqld.cc to sql_class.cc:THD::THD()unknown2002-10-171-0/+14
* | Automatic conversion from CHAR(length) to BLOB when length > 255unknown2002-11-211-0/+1
* | small changeunknown2002-11-181-2/+2
* | fix for message being sent in EXPLAIN ...unknown2002-11-181-1/+2
* | fixed bug in cyclic reference refinitionunknown2002-11-141-0/+9
* | fixed bug of derived table in subselectunknown2002-11-131-1/+0
* | Preparation to thread specific default charsetunknown2002-10-301-0/+1
* | Merge abarkov@work.mysql.com:/home/bk/mysql-4.1unknown2002-10-251-1/+1
|\ \
| * | BINARY charset is now used instead of binary_flagunknown2002-10-251-1/+1
* | | Added Rand_log_eventunknown2002-10-241-1/+1
* | | Moved rand initialization from mysqld.cc to sql_class.cc:THD::THD()unknown2002-10-241-0/+14
|/ /
* | fixed DISTINCT in subselect bugunknown2002-10-231-4/+4
* | some fixes for SELECT INTO @vars ..unknown2002-10-161-14/+24
* | Merge sinisa@work.mysql.com:/home/bk/mysql-4.1unknown2002-10-111-0/+44
|\ \
| * | SCRUM taskunknown2002-10-111-0/+44
* | | fixed bug in subselect value storingunknown2002-10-111-3/+8
|/ /
* | mergingunknown2002-10-041-22/+56
|\ \
| * | fixed bug in string & date types with group function in subselectunknown2002-09-281-2/+6
| * | new EXPLAINunknown2002-09-261-0/+22
| * | subselect with unionunknown2002-09-031-20/+28
* | | Merge with 4.0.4unknown2002-10-021-28/+103
|\ \ \ | |_|/ |/| |
| * | Fixes and code cleanups after merge with 4.0.3unknown2002-10-021-12/+25
| * | Merge with 4.0.3unknown2002-08-301-16/+78
| |\ \ | | |/
| | * subselect in having clauseunknown2002-07-011-1/+1