summaryrefslogtreecommitdiff
path: root/sql/sql_prepare.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove compiler warnings and remove not used variablesunknown2005-02-251-5/+3
* Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-02-091-0/+13
|\
| * Precision Math implementationunknown2005-02-091-0/+13
* | WL#2130: Table locking for stored FUNCTIONsunknown2005-02-081-3/+5
|/
* Merge with 4.1unknown2005-01-151-1/+5
|\
| * Fix bug in INSERT DELAYED with prepared statementsunknown2005-01-141-1/+5
* | Manual merge.unknown2005-01-131-1/+5
|\ \ | |/
| * Add logging of COM_EXECUTE in the general query log.unknown2005-01-131-1/+4
* | Fixed a bug in prepared statements error handlingunknown2005-01-061-2/+2
* | added correct res initialisationunknown2005-01-051-1/+12
* | fixed bugs in view code with prepared statemntsunknown2005-01-041-17/+62
* | After merge fixesunknown2005-01-041-1/+6
* | fixed reporting errorunknown2005-01-031-2/+3
* | Better handling of ensuring that setup_tables() are not called twiceunknown2005-01-031-12/+15
* | Remove clear_insert_values() because it was far from trivial to handle the cl...unknown2005-01-031-3/+11
* | post-mergeunknown2004-12-311-4/+4
* | manually mergedunknown2004-12-311-24/+4
|\ \ | |/
| * better fix for bug#7242 (crash in prepared INSERT ... UPDATE)unknown2004-12-241-26/+4
* | After merge fixesunknown2004-12-311-8/+12
* | Merge with 4.1unknown2004-12-221-2/+24
|\ \ | |/
| * Bug#7242unknown2004-12-141-0/+23
| * WL#2274 - INSERT..SELECT..UPDATEunknown2004-12-131-1/+1
| * Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-12-091-1/+0
| |\
| | * Fix for bug #6765 "Implicit access to time zone description unknown2004-12-091-1/+0
* | | Merge with global treeunknown2004-12-191-3/+0
* | | Merge with 4.1unknown2004-12-061-2/+11
|\ \ \ | |/ /
| * | Fixes to make mysql-test-run --embedded-server workingunknown2004-12-021-2/+11
| |/
* | spelling fixed/comments added (postreview fixes)unknown2004-11-251-0/+2
* | post-merge fixunknown2004-11-251-6/+21
* | mergeunknown2004-11-211-16/+60
|\ \
| * \ mergeunknown2004-11-111-8/+52
| |\ \
| | * \ mergeunknown2004-10-051-8/+52
| | |\ \
| | | * | support of join view updateability (WL#1809)unknown2004-09-151-8/+45
| | | * | fixed merged view fields names (BUG#5147)unknown2004-09-141-0/+7
* | | | | mergedunknown2004-11-201-19/+4
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Manual merge of fix for bug #6266 "Invalid DATETIME value is not handledunknown2004-11-191-19/+4
| |\ \ \ \
| | * | | | Fix for bug #6266 "Invalid DATETIME value is not handled properly".unknown2004-11-151-19/+4
* | | | | | fixing a small typounknown2004-11-151-1/+1
* | | | | | now my_printf_error is not better then my_error, but my_error call is shorterunknown2004-11-131-17/+9
* | | | | | mergeunknown2004-11-121-125/+83
|\ \ \ \ \ \
| * | | | | | post-review fixesunknown2004-11-121-1/+1
| * | | | | | errors without code removedunknown2004-10-201-127/+82
| | |_|_|/ / | |/| | | |
* | | | | | Rename: send_prepare_results -> check_prepared_statement (sql_prepare.cc)unknown2004-11-111-10/+21
| |_|_|/ / |/| | | |
* | | | | merge on pullunknown2004-11-091-15/+16
|\ \ \ \ \
| * | | | | After merge fixesunknown2004-11-091-2/+6
| * | | | | Merge with 4.1 to get new thd->mem_root handlingunknown2004-11-081-3/+3
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | Simpler arena swapping codeunknown2004-11-081-3/+3
| | | |/ / | | |/| |
| * | | | Merge with 4.1 to get in latest bug fixesunknown2004-11-041-10/+7
| |\ \ \ \ | | |/ / /
| | * | | Remove usage of !$ from mysql-testsunknown2004-11-021-14/+12
| | * | | Enable REPLACE ... SELECT in prepared statements.unknown2004-10-301-0/+1