summaryrefslogtreecommitdiff
path: root/sql/sql_prepare.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | | | 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