summaryrefslogtreecommitdiff
path: root/sql/sql_prepare.cc
Commit message (Expand)AuthorAgeFilesLines
* after review PS fixesunknown2004-04-101-152/+142
* mergeunknown2004-04-081-67/+406
|\
| * new error for unsupported command in PSunknown2004-04-081-67/+406
* | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1unknown2004-04-071-2/+3
|\ \
| * \ Merge bk-internal:/home/bk/mysql-4.1/unknown2004-04-061-1/+1
| |\ \
| | * | don't modify constant stringsunknown2004-04-061-1/+1
| * | | Fixed many compiler warningsunknown2004-04-051-1/+2
| |/ /
* | | after review changesunknown2004-04-071-2/+2
| |/ |/|
* | fixed brocken of client_test unknown2004-04-031-4/+8
|/
* Stubs for types/names of placeholders, cursor flags and array execution countunknown2004-03-311-4/+13
* Better comment.unknown2004-03-301-1/+5
* Fixes for bugs #2274 "mysqld gets SIGSEGV during processing of malformed unknown2004-03-151-39/+76
* Desperate attempt to push part of prepared statements cleanup which was unknown2004-03-021-352/+381
* after review changesunknown2004-02-201-26/+17
* after review fixunknown2004-02-201-8/+24
* revision of fix_fields calls in subqueries transformationunknown2004-02-181-0/+2
* mergeunknown2004-02-171-28/+80
|\
| * mergeunknown2004-02-141-9/+1
| |\
| * | PS fixed to be compatible with derived tables (BUG#2641)unknown2004-02-121-21/+47
| * | mergeunknown2004-02-121-1/+9
| |\ \
| * | | memory leacks in PS with subqueries fixed (adddition to fix of BUG#2462)unknown2004-02-121-17/+29
| * | | mergeunknown2004-02-091-18/+33
| |\ \ \
| | * \ \ Merge sanja.is.com.ua:/home/bell/mysql/bk/work-derived2-4.1/unknown2004-02-091-16/+32
| | |\ \ \
| | | * | | fixed subquery with PS (BUG#2462)unknown2004-02-081-16/+32
* | | | | | ulternative bugfix for BUG#2508 and fix for BUG#2809 - every table has its ow...unknown2004-02-171-1/+1
| |_|_|_|/ |/| | | |
* | | | | Bug#2703unknown2004-02-121-9/+1
| |_|_|/ |/| | |
* | | | Fix for BUG#2703 unknown2004-02-111-1/+9
* | | | 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
* Portability fixes found during 5.0 test compilationunknown2003-12-211-2/+2
* Prepared_statement deployed instead of PREP_STMT. unknown2003-12-201-258/+335
* THD::lex now points to THD::main_lex like in 5.0unknown2003-12-191-18/+18
* Fixes after merge with 4.0unknown2003-12-191-2/+2
* don't delete select_lex->having and select_lex->where as we deleteunknown2003-12-011-6/+4
* 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
* 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