summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merging 4.1 -> 5.0pem@mysql.com2003-09-24127-1089/+8765
|\
| * Fix bug in sp.cc:db_find_routine() which made tables remain open in some cases.pem@mysql.telia.com2003-09-171-2/+2
| * Implemented SP CONDITIONs and HANDLERs, with the extension of handlingpem@mysql.telia.com2003-09-1642-147/+1231
| * Adopt to the introduction of a separate CLIENT_MULTI_RESULTS flag.pem@mysql.telia.com2003-08-274-6/+6
| * Post-merge fixes.pem@mysql.telia.com2003-08-2617-57/+84
| * Merge 4.1 into 5.0pem@mysql.com2003-08-26126-1078/+7637
| |\
| | * mysql_test_run.c and associated files, with my initial changes and WAX's chan...greg@gcw.ath.cx2003-07-235-553/+939
| | * allow to look up queries with leading commentsbell@sanja.is.com.ua2003-07-184-4/+48
| | * A test in subselect.test turned out to be correct after all, a difference bet...pem@mysql.telia.com2003-07-102-2/+10
| | * Merging 4.1 into 5.0 (second pass; post-merge fixes).pem@mysql.telia.com2003-07-0940-82/+836
| | * Merge 4.1 into 5.0 (first pass).pem@mysql.telia.com2003-07-08119-929/+6324
| | |\
| | | * Fixed the old kludge for pre-loading functions and made it more efficientpem@mysql.com2003-07-074-49/+64
| | | * Add the new sp cache files too (should have been in previous changeset).pem@mysql.com2003-07-032-0/+118
| | | * Code cleanup (and moved sp cache to separate file).pem@mysql.com2003-07-037-70/+37
| | | * SP cache (WL#730). (Mostly by vva, additions by pem.)pem@mysql.com2003-07-015-72/+69
| | | * Bugfixes for the sp_head memroot stuff.pem@mysql.com2003-07-014-26/+46
| | | * sp_head now has its own mem_root (WL#961).pem@mysql.com2003-06-297-36/+155
| | | * Fixed bug #643, which caused intermittent crashes in net_printf() with repeatedpem@mysql.com2003-06-123-0/+17
| | | * 'Expand the mysql.proc table to include (almost) all fields' task(851)gluh@gluh.mysql.r18.ru2003-06-024-12/+8
| | | * Reviewed Novell-supplied patch for 5.0 treegreg@mysql.com2003-05-291-1/+0
| | | * rlyon-5.0.0-alpha.patchgreg@mysql.com[greg]2003-05-2927-77/+336
| | | * Adopt SP stuff to the new lex pointer.pem@mysql.com2003-05-239-68/+121
| | | * Merge eagle.mysql.r18.ru:/home/vva/work/mysql.orig/clear/mysql-5.0vva@eagle.mysql.r18.ru2003-05-1410-22/+156
| | | |\
| | | | * Task #627 : user variables' names are now case-insensitive :guilhem@mysql.com2003-05-123-9/+43
| | | | * Expand the mysql.proc tablegluh@gluh.mysql.r18.ru2003-05-067-13/+113
| | | * | made lex a pointer in THDvva@eagle.mysql.r18.ru2003-05-0531-217/+219
| | | |/
| | | * Merge mysql.com:/home/pem/work/mysql-4.1pem@mysql.com2003-04-301-2/+3
| | | |\
| | | * | One final post-merge fix.pem@mysql.com2003-04-291-1/+1
| | | * | Post-merge fix.pem@mysql.com2003-04-291-32/+1
| | | * | Merged 4.1 to 5.0.pem@mysql.com2003-04-29100-287/+5925
| | | |\ \
| | | | * | Post-fix of bug #302 fix.pem@mysql.com2003-04-2710-41/+76
| | | | * | Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-5.0hf@deer.mysql.r18.ru2003-04-241-1/+1
| | | | |\ \
| | | | | * | SCRUMhf@deer.mysql.r18.ru2003-04-241-1/+1
| | | | * | | subselect in procedure argument list (Bug #302)bell@sanja.is.com.ua2003-04-235-0/+51
| | | | * | | Fixes bug #302: call u((select 1)) now works.pem@mysql.com2003-04-231-1/+1
| | | | |/ /
| | | | * | Made multiple queries (SELECT without INTO) work in SPs.pem@mysql.com2003-04-238-44/+108
| | | | * | Check the number of args to SPs.pem@mysql.com2003-04-1727-7/+79
| | | | * | Post post-merge fix.pem@mysql.com2003-04-1799-630/+1947
| | | | |\ \
| | | | | * | Post-merge fixes.pem@mysql.com2003-04-173-19/+19
| | | | | * | Merged 4.1 into 5.0.pem@mysql.com2003-04-1697-610/+1927
| | | | | |\ \
| | | | * | \ \ Merginghf@deer.mysql.r18.ru2003-04-0855-70/+119
| | | | |\ \ \ \ | | | | | |/ / / | | | | |/| | |
| | | | | * | | SCRUMhf@deer.mysql.r18.ru2003-04-0817-31/+39
| | | | | * | | Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-5.0hf@genie.(none)2003-03-3155-69/+110
| | | | | |\ \ \
| | | | | | * \ \ Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-5.0hf@genie.(none)2003-03-3155-69/+110
| | | | | | |\ \ \
| | | | | | | * | | SCRUMhf@genie.(none)2003-03-3151-74/+93
| | | | | | | * | | Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-5.0hf@genie.(none)2003-03-216-9/+31
| | | | | | | |\ \ \
| | | | | | | | * | | SCRUMhf@genie.(none)2003-03-216-9/+31
| | | | * | | | | | | Post merge fixes.pem@mysql.com2003-04-047-38/+56
| | | | * | | | | | | Mergepem@mysql.com2003-04-0423-9/+30
| | | | |\ \ \ \ \ \ \
| | | | * \ \ \ \ \ \ \ Merging 4.1 to 5.0.pem@mysql.com2003-04-0478-200/+5552
| | | | |\ \ \ \ \ \ \ \