summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* WL#1265: Fix proper ALTER/DROP support in the SP cache.unknown2003-10-216-44/+217
* Bugfix; added another method to Item_splocal, updated tests, and added previousunknown2003-10-204-16/+35
* Bugfix. Local variables are now initialized to null.unknown2003-10-174-6/+53
* Handle user variables (@-vars) as OUT and INOUT parameters in SPs.unknown2003-10-164-21/+60
* Fix for BUG#1547: "SELECT ... WHERE field = var" sometimes give the wrong res...unknown2003-10-153-0/+53
* Fix for BUG#1495: Evaluate items before setting a local variable with SELECT ...unknown2003-10-1410-18/+176
* Merge mysql.com:/usr/local/bk/mysql-5.0unknown2003-10-1042-71/+1290
|\
| * WL#962: Added simple, read-only, non-scrolling, asensitive cursors in SPs, us...unknown2003-10-1042-71/+1290
* | Merge laptop.sanja.is.com.ua:/home/bell/mysql/bk/mysql-5.0unknown2003-10-0632-6/+176
|\ \ | |/
| * Check that a FUNCTION contains RETURN and that we actually get a return value.unknown2003-10-0330-3/+112
| * Fixed BUG#822: Copying and clearing some things in thd/lex whenunknown2003-10-034-3/+64
* | after review patch (SCRUM)unknown2003-10-064-12/+7
* | Merge laptop.sanja.is.com.ua:/home/bell/mysql/bk/mysql-5.0unknown2003-10-023-9/+26
|\ \ | |/
| * Made SELECT INTO variable-list re-entrant, which fixes bug in stored procedur...unknown2003-10-011-9/+8
| * Add proc table if not existsunknown2003-10-012-0/+18
* | Merge laptop.sanja.is.com.ua:/home/bell/mysql/bk/mysql-5.0unknown2003-09-289-14/+134
|\ \ | |/ |/|
| * new UDF arguments interface (WL#1017) (SCRUM)unknown2003-09-139-14/+134
* | Post-merge fixes.unknown2003-09-2416-51/+51
* | Merging 4.1 -> 5.0unknown2003-09-24127-1089/+8765
|\ \
| * | Fix bug in sp.cc:db_find_routine() which made tables remain open in some cases.unknown2003-09-171-2/+2
| * | Implemented SP CONDITIONs and HANDLERs, with the extension of handlingunknown2003-09-1642-147/+1231
| * | Adopt to the introduction of a separate CLIENT_MULTI_RESULTS flag.unknown2003-08-274-6/+6
| |/
| * Post-merge fixes.unknown2003-08-2617-57/+84
| * Merge 4.1 into 5.0unknown2003-08-26126-1078/+7637
| |\
| | * mysql_test_run.c and associated files, with my initial changes and WAX's chan...unknown2003-07-235-553/+939
| | * allow to look up queries with leading commentsunknown2003-07-184-4/+48
| | * A test in subselect.test turned out to be correct after all, a difference bet...unknown2003-07-102-2/+10
| | * Merging 4.1 into 5.0 (second pass; post-merge fixes).unknown2003-07-0940-82/+836
| | * Merge 4.1 into 5.0 (first pass).unknown2003-07-08119-929/+6324
| | |\
| | | * Fixed the old kludge for pre-loading functions and made it more efficientunknown2003-07-074-49/+64
| | | * Add the new sp cache files too (should have been in previous changeset).unknown2003-07-032-0/+118
| | | * Code cleanup (and moved sp cache to separate file).unknown2003-07-037-70/+37
| | | * SP cache (WL#730). (Mostly by vva, additions by pem.)unknown2003-07-015-72/+69
| | | * Bugfixes for the sp_head memroot stuff.unknown2003-07-014-26/+46
| | | * sp_head now has its own mem_root (WL#961).unknown2003-06-297-36/+155
| | | * Fixed bug #643, which caused intermittent crashes in net_printf() with repeatedunknown2003-06-123-0/+17
| | | * 'Expand the mysql.proc table to include (almost) all fields' task(851)unknown2003-06-024-12/+8
| | | * Reviewed Novell-supplied patch for 5.0 treeunknown2003-05-291-1/+0
| | | * rlyon-5.0.0-alpha.patchunknown2003-05-2927-77/+336
| | | * Adopt SP stuff to the new lex pointer.unknown2003-05-239-68/+121
| | | * Merge eagle.mysql.r18.ru:/home/vva/work/mysql.orig/clear/mysql-5.0unknown2003-05-1410-22/+156
| | | |\
| | | | * Task #627 : user variables' names are now case-insensitive :unknown2003-05-123-9/+43
| | | | * Expand the mysql.proc tableunknown2003-05-067-13/+113
| | | * | made lex a pointer in THDunknown2003-05-0531-217/+219
| | | |/
| | | * Merge mysql.com:/home/pem/work/mysql-4.1unknown2003-04-301-2/+3
| | | |\
| | | * | One final post-merge fix.unknown2003-04-291-1/+1
| | | * | Post-merge fix.unknown2003-04-291-32/+1
| | | * | Merged 4.1 to 5.0.unknown2003-04-29100-287/+5925
| | | |\ \
| | | | * | Post-fix of bug #302 fix.unknown2003-04-2710-41/+76
| | | | * | Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-5.0unknown2003-04-241-1/+1
| | | | |\ \