summaryrefslogtreecommitdiff
path: root/sql/sql_class.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * Database default charset now works:unknown2002-06-241-0/+1
| | * mergedunknown2002-06-191-14/+29
| | |\
| | | * EXISTS type of subselectunknown2002-06-191-14/+29
| | * | sql_error.cc, sql_prepare.cc:unknown2002-06-121-0/+3
| | |/
| | * temporary preventing subselect in HAVING clauseunknown2002-06-071-2/+2
| | * Prevent needless rexecuting empty subselectsunknown2002-06-061-2/+2
| | * mergedunknown2002-06-051-1/+1
| | |\
| | | * merge with 4.0unknown2002-06-031-1/+1
| | | |\
| | * | | new subselect testsunknown2002-06-011-3/+8
| | * | | limit clause fixedunknown2002-05-281-2/+9
| | * | | mergeunknown2002-05-261-4/+6
| | |\ \ \ | | | |/ /
| | | * | Now string values are created and filled with charset fieldunknown2002-05-171-4/+6
| | * | | simple subselects ported to new select_lex structuresunknown2002-05-121-0/+27
| | * | | new SELECT_LEX structures used for storing global ORDER BY, global LIMIT & li...unknown2002-05-081-8/+11
| | |/ /
| | * | mergeunknown2002-04-131-1/+1
| | |\ \
| | | * | Hash now supports several charsetsunknown2002-03-141-1/+1
* | | | | Updated VC++ project files for 4.0.4unknown2002-09-241-0/+1
* | | | | fixed typounknown2002-09-191-1/+2