summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* Merged 4.1 to 5.0.unknown2003-04-2970-260/+3629
|\
| * Post-fix of bug #302 fix.unknown2003-04-276-8/+19
| * Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-5.0unknown2003-04-241-1/+1
| |\
| | * SCRUMunknown2003-04-241-1/+1
| * | subselect in procedure argument list (Bug #302)unknown2003-04-232-0/+11
| * | Fixes bug #302: call u((select 1)) now works.unknown2003-04-231-1/+1
| |/
| * Made multiple queries (SELECT without INTO) work in SPs.unknown2003-04-235-39/+87
| * Check the number of args to SPs.unknown2003-04-1724-2/+41
| * Post post-merge fix.unknown2003-04-1756-239/+646
| |\
| | * Merged 4.1 into 5.0.unknown2003-04-1656-239/+646
| | |\
| * | \ Mergingunknown2003-04-0849-64/+109
| |\ \ \ | | |/ / | |/| |
| | * | SCRUMunknown2003-04-0813-25/+33
| | * | Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-5.0unknown2003-03-3149-62/+99
| | |\ \
| | | * \ Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-5.0unknown2003-03-3149-62/+99
| | | |\ \
| | | | * | SCRUMunknown2003-03-3146-67/+84
| | | | * | Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-5.0unknown2003-03-215-9/+29
| | | | |\ \
| | | | | * | SCRUMunknown2003-03-215-9/+29
| * | | | | | Post merge fixes.unknown2003-04-042-8/+14
| * | | | | | Mergeunknown2003-04-0423-9/+30
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merging 4.1 to 5.0.unknown2003-04-0455-174/+3382
| |\ \ \ \ \ \ \
| | * | | | | | | Fixed the last memory leaks in the SP code.unknown2003-04-033-11/+21
| | * | | | | | | Got rid of the last unecessary Item_strings.unknown2003-04-032-18/+15
| | * | | | | | | Merge mysql.com:/usr/local/bk/mysql-5.0unknown2003-04-027-72/+98
| | |\ \ \ \ \ \ \
| | | * | | | | | | Getting rid of lots of memory leaks (but not quite all of them yet,unknown2003-04-027-72/+98
| | | | |/ / / / / | | | |/| | | | |
| | * | | | | | | Tiny optimisation for a (boolean || boolean) test, as SQL_LOG_BIN is set to 1...unknown2003-04-021-1/+1
| | * | | | | | | Deprecated the update log (Sprint task #792). Now --log-updateunknown2003-04-0235-91/+154
| | |/ / / / / /
| | * | | | | | Merge pmartin@bk-internal.mysql.com:/home/bk/mysql-5.0unknown2003-03-311-4/+20
| | |\ \ \ \ \ \ | | | | |/ / / / | | | |/| | | |
| | | * | | | | Implemented DEFAULT for DECLARE variables.unknown2003-03-301-4/+20
| | * | | | | | Check for thd->killed in execution loop. (Makes more graceful behaviour inunknown2003-03-281-2/+7
| | |/ / / / /
| | * | | | | ...and got rid of the strncasecmps too.unknown2003-03-271-2/+2
| | * | | | | Replaced a couple of strcasecmps.unknown2003-03-273-4/+4
| | * | | | | Merged 4.1 into 5.0.unknown2003-03-2744-82/+3172
| | |\ \ \ \ \
| | | * | | | | Fixed save/restore of current database when calling a procedure.unknown2003-03-261-0/+15
| | | * | | | | Added IF EXISTS to DROP PROCEDURE|FUNCTION.unknown2003-03-264-11/+21
| | | | |/ / / | | | |/| | |
| | | * | | | Post post merge fix. Made the broken ip test work again.unknown2003-03-202-4/+16
| | | * | | | Post-merge fixes.unknown2003-03-193-4/+8
| | | * | | | Merged 4.1 -> 5.0.unknown2003-03-1844-83/+3134
| | | |\ \ \ \ | | | | | |/ / | | | | |/| |
| | | | * | | Fixed reentrantness bugs in select (lex->result) and select_dumpvar, and adde...unknown2003-03-062-1/+5
| | | | * | | Improved error handling regarding SPs (with info like names etc in the output).unknown2003-03-0528-265/+352
| | | | * | | Made FUNCTIONs work in insert and select queries, as well as nested function ...unknown2003-03-029-41/+202
| | | | * | | Closing tables during SP execution the proper way.unknown2003-02-283-36/+16
| | | | * | | A small step forward. Fixed a few bugs and made string type functions work,unknown2003-02-273-29/+29
| | | | * | | Made stored FUNCTION invokation work almost always. Still buggy and unstable,...unknown2003-02-2610-64/+366
| | | | * | | Most of the groundwork for sprint task 729 (implement FUNCTIONs).unknown2003-02-2131-167/+408
| | | | * | | Fixed SELECT INTO OUTFILE/DUMPFILE and stored procedures, and extended andunknown2003-02-191-0/+18
| | | | * | | Post-merge fixes (adapting new SP code to 4.1 changes).unknown2003-02-184-5/+18
| | | | * | | Merging 4.1 into 5.0unknown2003-02-1841-81/+2325
| | | | |\ \ \
| | | | | * | | Fixed some DBUGing, and optimized SET slightly.unknown2003-02-124-23/+50
| | | | | * | | Some new stuff in the Docs/sp-* files, and renamed a few functions in prepara...unknown2003-02-043-8/+19
| | | | | * | | Fixed crash bug when certain procedures are called from the top level.unknown2003-02-021-4/+38