summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* Merge 4.1 into 5.0 (first pass).unknown2003-07-0879-835/+3809
|\
| * 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-036-69/+36
| * 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-121-0/+1
| * 'Expand the mysql.proc table to include (almost) all fields' task(851)unknown2003-06-022-10/+6
| * rlyon-5.0.0-alpha.patchunknown2003-05-292-9/+4
| * Adopt SP stuff to the new lex pointer.unknown2003-05-237-68/+86
| * Merge eagle.mysql.r18.ru:/home/vva/work/mysql.orig/clear/mysql-5.0unknown2003-05-146-16/+106
| |\
| | * Task #627 : user variables' names are now case-insensitive :unknown2003-05-121-3/+3
| | * Expand the mysql.proc tableunknown2003-05-065-13/+103
| * | 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
| * | 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