summaryrefslogtreecommitdiff
path: root/sql/sql_class.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge 4.1 into 5.0.unknown2004-02-101-88/+99
|\
| * Added --compact to mysqlbinlogunknown2004-02-091-1/+1
| * mergeunknown2004-02-051-49/+61
| |\
| | * Added SQL_SELECT::cleanup() to make it easier to reuse SQL_SELECT item's for ...unknown2004-02-051-49/+61
| * | bugfix to #1224unknown2004-01-271-2/+0
| |/
| * mergeunknown2004-01-171-1/+1
| |\
| | * removed droping field->query_id for reinitialization tables for subquery.unknown2004-01-031-1/+1
| * | Fixed Bug#2123, mysqld segmentation faulted when it tried tounknown2004-01-151-45/+32
| * | Fix for 1224 (USER() CURRENT_USER() functions in embedded library)unknown2004-01-071-1/+3
| |/
| * short patch for bug #2184 'Prepared statements in embedded library was unknown2003-12-231-0/+2
| * THD::init_for_queries() pushed back:unknown2003-12-211-6/+17
* | Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2003-12-211-2/+2
|\ \
| * | Update for VC++unknown2003-12-211-2/+2
* | | Post-merge fixes.unknown2003-12-201-64/+0
* | | Merge 4.1 to 5.0 (the prep stmt fixes in particular).unknown2003-12-201-10/+97
|\ \ \ | |/ / |/| / | |/
| * Prepared_statement deployed instead of PREP_STMT. unknown2003-12-201-34/+106
| * THD::lex now points to THD::main_lex like in 5.0unknown2003-12-191-2/+3
* | This will be pushed only after I fix the testsuite.unknown2003-12-181-0/+1
* | cleanupunknown2003-12-051-1/+0
* | after-review fixesunknown2003-12-041-17/+13
* | manual mergeunknown2003-12-041-25/+80
|\ \
| * | Second attempt: trying to add Statement context to sources.unknown2003-11-271-27/+81
* | | Merge 4.1 to 5.0unknown2003-12-011-4/+15
|\ \ \ | |/ / |/| / | |/
| * Added missing SSL library (Should be in source distribution)unknown2003-11-281-2/+13
| * fix for bug #1946:unknown2003-11-251-2/+2
* | Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2003-11-231-4/+0
|\ \
| * | Cleanups:unknown2003-11-231-4/+0
* | | Merge mysql.com:/home/psergey/mysql-5.0unknown2003-11-221-2/+1
|\ \ \ | |/ /
| * | Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2003-11-211-1/+0
| |\ \
| | * | unused variable handler_items removedunknown2003-11-211-1/+0
| * | | Made Item_splocal printable.unknown2003-11-211-1/+1
| |/ /
* | | Merged, most likely needs post-merge fixunknown2003-11-211-2/+2
|\ \ \ | |/ / |/| |
| * | merging in index_merge (in progress, not yet working)unknown2003-11-131-2/+2
| |\ \
| | * | Added index_merge access methodunknown2003-11-131-2/+2
* | | | Post-merge fixes.unknown2003-11-191-1/+1
* | | | Merging 4.1->5.0.unknown2003-11-191-32/+77
|\ \ \ \ | |_|_|/ |/| | |
| * | | Fixed BUG#1862 (flush table in SPs didn't work).unknown2003-11-191-10/+4
| |/ /
| * | Merging 4.1->5.0unknown2003-10-221-21/+72
| |\ \
| | * | WL#1265: Fix proper ALTER/DROP support in the SP cache.unknown2003-10-211-8/+8
| | * | Fix for BUG#1495: Evaluate items before setting a local variable with SELECT ...unknown2003-10-141-1/+1
| | * | Made SELECT INTO variable-list re-entrant, which fixes bug in stored procedur...unknown2003-10-011-9/+8
| | * | Merging 4.1 -> 5.0unknown2003-09-241-19/+71
| | |\ \
| | | * \ Merge 4.1 into 5.0unknown2003-08-261-19/+71
| | | |\ \ | | | | |/ | | | |/|
| | | | * Merge 4.1 into 5.0 (first pass).unknown2003-07-081-19/+71
| | | | |\
| | | | | * Code cleanup (and moved sp cache to separate file).unknown2003-07-031-13/+11
| | | | | * SP cache (WL#730). (Mostly by vva, additions by pem.)unknown2003-07-011-6/+13
| | | | | * Merge eagle.mysql.r18.ru:/home/vva/work/mysql.orig/clear/mysql-5.0unknown2003-05-141-3/+3
| | | | | |\
| | | | | | * Task #627 : user variables' names are now case-insensitive :unknown2003-05-121-3/+3
| | | | | * | made lex a pointer in THDunknown2003-05-051-1/+2
| | | | | |/
| | | | | * Merged 4.1 to 5.0.unknown2003-04-291-16/+62
| | | | | |\