summaryrefslogtreecommitdiff
path: root/sql/sql_prepare.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix for #1487unknown2003-10-061-1/+10
* Fix for #1470unknown2003-10-061-0/+1
* Fix for #1430unknown2003-10-011-10/+23
* Mergeunknown2003-09-261-11/+16
|\
| * SCRUM:unknown2003-09-261-11/+16
* | Bug fixedunknown2003-09-251-2/+2
* | mergeunknown2003-09-241-1/+0
|\ \
| * | Remove 'extern' references from .cc filesunknown2003-09-131-1/+0
* | | SCRUMunknown2003-09-181-0/+2
| |/ |/|
* | SCRUMunknown2003-09-181-2/+0
* | SCRUM:unknown2003-09-171-6/+18
* | SCRUMunknown2003-09-161-5/+6
* | SCRUM:unknown2003-09-121-3/+10
|/
* inserted forgoten ASSERT (BUG#1180)unknown2003-09-031-2/+1
* fixed BUG#1180 (changing WHERE clause of prepared statements by optimisation)unknown2003-09-021-1/+22
* implementation of mysql_stmt_reset client endunknown2003-07-081-1/+1
* Fix for send_fields flush after a fix for windows slowdown issueunknown2003-07-041-0/+3
* Added SQLSTATE to client/server protocolunknown2003-06-041-1/+1
* Fix to have a reserved OK byte (prepare result)unknown2003-04-161-4/+5
* Fix to support update + bianry logs with prepared statements (Dynamic query)unknown2003-04-041-23/+113
* - fixed comments so mysql_copyright does not eat the whole filesunknown2003-03-251-2/+1
* merge fixesunknown2003-03-061-5/+4
|\
| * three bug fixes and major code cleanupunknown2003-03-061-1/+1
* | sql_prepare.cc:unknown2003-03-041-5/+0
* | Fix EXPLAIN bug with binary protocolunknown2003-03-041-23/+31
* | Fix for the prepared statement access checksunknown2003-02-241-5/+26
|/
* Fixed a lot of wrong memory references as reported by valgrindunknown2003-02-121-3/+2
* after-review changes (577 SCRUM)unknown2003-02-021-1/+0
* fixed bug in determinating uncacheable queriesunknown2003-01-301-1/+1
* Merge sanja.is.com.ua:/home/bell/mysql/mysql-4.1unknown2003-01-301-13/+9
|\
| * Fix 'n' concurrent prepared executionsunknown2003-01-301-13/+9
* | improving of fields list creation in derived tables and unionsunknown2003-01-291-1/+1
* | Merge sanja.is.com.ua:/home/bell/mysql/mysql-4.1unknown2003-01-291-27/+32
|\ \ | |/
| * Fix leak when the client disconnects with open prep statements unknown2003-01-281-27/+32
* | after merge fix of 577 task (SCRUM, pre commit to be able to merge with stati...unknown2003-01-261-4/+8