summaryrefslogtreecommitdiff
path: root/sql/sql_prepare.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge 4.1 into 5.0.unknown2004-02-101-11/+17
|\
| * Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1unknown2004-02-091-2/+1
| |\
| | * now all tables of query are locked in one place (including derived tables)unknown2004-02-011-2/+1
| * | Added --compact to mysqlbinlogunknown2004-02-091-0/+2
| |/
| * Merge deer.(none):/home/hf/work/mysql-4.1.cleanunknown2004-01-191-1/+1
| |\
| | * removed droping field->query_id for reinitialization tables for subquery.unknown2004-01-031-1/+1
| * | Code cleanupunknown2004-01-191-1/+0
| * | Code cleanup (working on PS & cleanup() code)unknown2004-01-191-2/+2
| * | Fix for prepared statementsunknown2003-12-301-7/+13
| |/
| * Fix for #2184 (Prepared statements if embedded library broken)unknown2003-12-231-1/+1
* | Merge mysql.com:/my/mysql-4.1 into mysql.com:/my/mysql-5.0unknown2003-12-211-2/+2
|\ \ | |/
| * Portability fixes found during 5.0 test compilationunknown2003-12-211-2/+2
* | Post-merge fixes.unknown2003-12-201-0/+7
* | Merge 4.1 to 5.0 (the prep stmt fixes in particular).unknown2003-12-201-266/+333
|\ \ | |/
| * Prepared_statement deployed instead of PREP_STMT. unknown2003-12-201-258/+335
* | Merging lex-pointer change from 4.1 to 5.0.unknown2003-12-191-6/+6
|\ \ | |/
| * THD::lex now points to THD::main_lex like in 5.0unknown2003-12-191-18/+18
* | Merge 4.1 to 5.0.unknown2003-12-191-2/+2
|\ \ | |/
| * Fixes after merge with 4.0unknown2003-12-191-2/+2
* | manual mergeunknown2003-12-041-1/+1
|\ \
| * \ Merge mysql.com:/home/kostja/mysql/mysql-5.0-rootunknown2003-11-271-1/+1
| |\ \
| | * | Second attempt: trying to add Statement context to sources.unknown2003-11-271-1/+1
* | | | Merge mysql.com:/home/pem/work/mysql-4.1unknown2003-12-021-6/+4
|\ \ \ \ | | |_|/ | |/| |
| * | | don't delete select_lex->having and select_lex->where as we deleteunknown2003-12-011-6/+4
* | | | Merge 4.1 to 5.0unknown2003-12-011-10/+8
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | memory leak (no delete for query= new String) fixedunknown2003-11-271-6/+6
| * | fix for bug #1946:unknown2003-11-251-1/+0
| * | Fixed UNION fields type/length detectingunknown2003-11-231-1/+1
| * | Update VC++ filesunknown2003-11-211-1/+0
| * | Merge key cache structures to oneunknown2003-11-201-1/+1
* | | typo in commentunknown2003-11-271-1/+1
* | | typo fixedunknown2003-11-251-1/+1
| |/ |/|
* | Merging 4.1->5.0.unknown2003-11-191-19/+30
|\ \ | |/ |/|
| * Merging 4.1->5.0unknown2003-10-221-19/+30
| |\
| | * Post-merge fixes.unknown2003-09-241-1/+1
| | * Merging 4.1 -> 5.0unknown2003-09-241-18/+29
| | |\
| | | * Merge 4.1 into 5.0 (first pass).unknown2003-07-081-19/+30
| | | |\
| | | | * sp_head now has its own mem_root (WL#961).unknown2003-06-291-2/+10
| | | | * Adopt SP stuff to the new lex pointer.unknown2003-05-231-0/+3
| | | | * made lex a pointer in THDunknown2003-05-051-17/+17
| | | | * One final post-merge fix.unknown2003-04-291-1/+1
| | | | * Merged 4.1 to 5.0.unknown2003-04-291-1/+1
| | | | |\
| | | | | * SCRUMunknown2003-04-081-1/+1
| | | | | * Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-5.0unknown2003-03-311-1/+1
| | | | | |\
| | | | | | * SCRUMunknown2003-03-311-1/+1
* | | | | | | Mergeunknown2003-11-031-1/+1
|\ \ \ \ \ \ \
| * | | | | | | Simplified 'wrong xxx name' error messages by introducing 'general' ER_WRONG_...unknown2003-11-031-1/+1
| |/ / / / / /
* | | | | | | BUG#1644: Insertion of more than 3 NULL columns with parameter binding failsunknown2003-10-271-1/+1
|/ / / / / /
* | | | | | Portability fixes for windowsunknown2003-10-151-6/+12
* | | | | | Fix for #1487unknown2003-10-061-1/+10