summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Fixed bug in Item_func_compress::val_str() on MacOS X (bigendian); the lengthpem@mysql.com2003-04-301-2/+3
* | One final post-merge fix.pem@mysql.com2003-04-291-1/+1
* | Merged 4.1 to 5.0.pem@mysql.com2003-04-2970-260/+3629
|\ \ | |/ |/|
| * Post-fix of bug #302 fix.pem@mysql.com2003-04-276-8/+19
| * 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-232-0/+11
| * | 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-235-39/+87
| * Check the number of args to SPs.pem@mysql.com2003-04-1724-2/+41
| * Post post-merge fix.pem@mysql.com2003-04-1756-239/+646
| |\
| | * Merged 4.1 into 5.0.pem@mysql.com2003-04-1656-239/+646
| | |\
| * | \ Merginghf@deer.mysql.r18.ru2003-04-0849-64/+109
| |\ \ \ | | |/ / | |/| |
| | * | SCRUMhf@deer.mysql.r18.ru2003-04-0813-25/+33
| | * | Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-5.0hf@genie.(none)2003-03-3149-62/+99
| | |\ \
| | | * \ Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-5.0hf@genie.(none)2003-03-3149-62/+99
| | | |\ \
| | | | * | SCRUMhf@genie.(none)2003-03-3146-67/+84
| | | | * | Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-5.0hf@genie.(none)2003-03-215-9/+29
| | | | |\ \
| | | | | * | SCRUMhf@genie.(none)2003-03-215-9/+29
| * | | | | | Post merge fixes.pem@mysql.com2003-04-042-8/+14
| * | | | | | Mergepem@mysql.com2003-04-0423-9/+30
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merging 4.1 to 5.0.pem@mysql.com2003-04-0455-174/+3382
| |\ \ \ \ \ \ \
| | * | | | | | | Fixed the last memory leaks in the SP code.pem@mysql.com2003-04-033-11/+21
| | * | | | | | | Got rid of the last unecessary Item_strings.pem@mysql.com2003-04-032-18/+15
| | * | | | | | | Merge mysql.com:/usr/local/bk/mysql-5.0pem@mysql.com2003-04-027-72/+98
| | |\ \ \ \ \ \ \
| | | * | | | | | | Getting rid of lots of memory leaks (but not quite all of them yet,pem@mysql.com2003-04-027-72/+98
| | | | |/ / / / / | | | |/| | | | |
| | * | | | | | | Tiny optimisation for a (boolean || boolean) test, as SQL_LOG_BIN is set to 1...guilhem@mysql.com2003-04-021-1/+1
| | * | | | | | | Deprecated the update log (Sprint task #792). Now --log-updateguilhem@mysql.com2003-04-0235-91/+154
| | |/ / / / / /
| | * | | | | | Merge pmartin@bk-internal.mysql.com:/home/bk/mysql-5.0pem@mysql.com2003-03-311-4/+20
| | |\ \ \ \ \ \ | | | | |/ / / / | | | |/| | | |
| | | * | | | | Implemented DEFAULT for DECLARE variables.pem@per-erik-martins-dator.local2003-03-301-4/+20
| | * | | | | | Check for thd->killed in execution loop. (Makes more graceful behaviour inpem@mysql.com2003-03-281-2/+7
| | |/ / / / /
| | * | | | | ...and got rid of the strncasecmps too.pem@mysql.com2003-03-271-2/+2
| | * | | | | Replaced a couple of strcasecmps.pem@mysql.com2003-03-273-4/+4
| | * | | | | Merged 4.1 into 5.0.pem@mysql.com2003-03-2744-82/+3172
| | |\ \ \ \ \
| | | * | | | | Fixed save/restore of current database when calling a procedure.pem@mysql.com2003-03-261-0/+15
| | | * | | | | Added IF EXISTS to DROP PROCEDURE|FUNCTION.pem@mysql.com2003-03-264-11/+21
| | | | |/ / / | | | |/| | |
| | | * | | | Post post merge fix. Made the broken ip test work again.pem@mysql.com2003-03-202-4/+16
| | | * | | | Post-merge fixes.pem@mysql.com2003-03-193-4/+8
| | | * | | | Merged 4.1 -> 5.0.pem@mysql.com2003-03-1844-83/+3134
| | | |\ \ \ \ | | | | | |/ / | | | | |/| |
| | | | * | | Fixed reentrantness bugs in select (lex->result) and select_dumpvar, and adde...pem@mysql.com2003-03-062-1/+5
| | | | * | | Improved error handling regarding SPs (with info like names etc in the output).pem@mysql.com2003-03-0528-265/+352
| | | | * | | Made FUNCTIONs work in insert and select queries, as well as nested function ...pem@mysql.com2003-03-029-41/+202
| | | | * | | Closing tables during SP execution the proper way.pem@mysql.com2003-02-283-36/+16
| | | | * | | A small step forward. Fixed a few bugs and made string type functions work,pem@mysql.com2003-02-273-29/+29
| | | | * | | Made stored FUNCTION invokation work almost always. Still buggy and unstable,...pem@mysql.com2003-02-2610-64/+366
| | | | * | | Most of the groundwork for sprint task 729 (implement FUNCTIONs).pem@mysql.com2003-02-2131-167/+408
| | | | * | | Fixed SELECT INTO OUTFILE/DUMPFILE and stored procedures, and extended andpem@mysql.com2003-02-191-0/+18
| | | | * | | Post-merge fixes (adapting new SP code to 4.1 changes).pem@mysql.com2003-02-184-5/+18