summaryrefslogtreecommitdiff
path: root/sql/sql_prepare.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge with 4.1monty@mysql.com2004-12-061-2/+11
|\
| * Fixes to make mysql-test-run --embedded-server workinghf@deer.(none)2004-12-021-2/+11
* | spelling fixed/comments added (postreview fixes)bell@sanja.is.com.ua2004-11-251-0/+2
* | post-merge fixbell@sanja.is.com.ua2004-11-251-6/+21
* | mergebell@sanja.is.com.ua2004-11-211-16/+60
|\ \
| * \ mergebell@sanja.is.com.ua2004-11-111-8/+52
| |\ \
| | * \ mergebell@sanja.is.com.ua2004-10-051-8/+52
| | |\ \
| | | * | support of join view updateability (WL#1809)bell@sanja.is.com.ua2004-09-151-8/+45
| | | * | fixed merged view fields names (BUG#5147)bell@sanja.is.com.ua2004-09-141-0/+7
* | | | | mergedserg@serg.mylan2004-11-201-19/+4
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Manual merge of fix for bug #6266 "Invalid DATETIME value is not handleddlenev@mysql.com2004-11-191-19/+4
| |\ \ \ \
| | * | | | Fix for bug #6266 "Invalid DATETIME value is not handled properly".dlenev@brandersnatch.localdomain2004-11-151-19/+4
* | | | | | fixing a small typoSinisa@sinisa.nasamreza.org2004-11-151-1/+1
* | | | | | now my_printf_error is not better then my_error, but my_error call is shorterbell@sanja.is.com.ua2004-11-131-17/+9
* | | | | | mergebell@sanja.is.com.ua2004-11-121-125/+83
|\ \ \ \ \ \
| * | | | | | post-review fixesbell@sanja.is.com.ua2004-11-121-1/+1
| * | | | | | errors without code removedbell@sanja.is.com.ua2004-10-201-127/+82
| | |_|_|/ / | |/| | | |
* | | | | | Rename: send_prepare_results -> check_prepared_statement (sql_prepare.cc)konstantin@mysql.com2004-11-111-10/+21
| |_|_|/ / |/| | | |
* | | | | merge on pullmonty@mysql.com2004-11-091-15/+16
|\ \ \ \ \
| * | | | | After merge fixesmonty@mysql.com2004-11-091-2/+6
| * | | | | Merge with 4.1 to get new thd->mem_root handlingmonty@mysql.com2004-11-081-3/+3
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | Simpler arena swapping codemonty@mysql.com2004-11-081-3/+3
| | | |/ / | | |/| |
| * | | | Merge with 4.1 to get in latest bug fixesmonty@mysql.com2004-11-041-10/+7
| |\ \ \ \ | | |/ / /
| | * | | Remove usage of !$ from mysql-testsmonty@mysql.com2004-11-021-14/+12
| | * | | Enable REPLACE ... SELECT in prepared statements.konstantin@mysql.com2004-10-301-0/+1
* | | | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-5.0bell@sanja.is.com.ua2004-11-081-1/+5
|\ \ \ \ \
| * | | | | new lock for multiupdate:bell@sanja.is.com.ua2004-11-051-1/+5
| |/ / / /
* | | | | Fix the client_test failure (due to failing cursors tests after the merge). konstantin@mysql.com2004-11-051-10/+6
* | | | | A fix and test case for Bug#6102 "Server crash with prepared statement konstantin@mysql.com2004-11-051-0/+15
|/ / / /
* | | | Fixes after merge with 4.1monty@mysql.com2004-11-031-10/+17
* | | | merge with 4.1monty@mysql.com2004-10-291-13/+47
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | Making the latest fix for Bug#6166 (key.test) work in prepared statements.konstantin@mysql.com2004-10-281-2/+4
| * | A lot of fixes for prepared statements (PS):monty@mysql.com2004-10-261-1/+10
| * | Fix compiler warnings (detected by Intel's C++ compiler)monty@mysql.com2004-10-221-1/+0
| * | Manual merge.konstantin@mysql.com2004-10-211-2/+13
| |\ \
| | * | A fix and test case for bug#6059 "mysql_stmt_field_count returns konstantin@mysql.com2004-10-211-2/+13
| * | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1dlenev@mysql.com2004-10-201-4/+2
| |\ \ \
| | * | | Fix for bug #6173 "One can circumvent missing UPDATE privilege ifdlenev@brandersnatch.localdomain2004-10-201-4/+2
| | |/ /
| * | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1monty@mishka.local2004-10-141-2/+2
| |\ \ \ | | |/ / | |/| |
| | * | true,false -> TRUE, FALSEmonty@mishka.local2004-10-141-2/+2
| * | | A fix and test case for Bug#5985 ""prepare stmt from "select rand(?)" konstantin@mysql.com2004-10-141-2/+5
| |/ /
| * | A fix for Bug#5748 "Prepared statement with BETWEEN and bigint values konstantin@mysql.com2004-10-081-5/+4
| * | A fix and test case for Bug#5194 "Bulk Insert Failures with Prepared konstantin@mysql.com2004-09-081-1/+9
* | | Added options --auto-increment-increment and --auto-increment-offset.monty@mishka.local2004-09-151-15/+4
| |/ |/|
* | Update after mergemonty@mysql.com2004-09-091-2/+2
* | Merge on pullmonty@mysql.com2004-09-091-111/+113
|\ \
| * | After merge fixes of merge with 4.1 that included the new arena code.monty@mysql.com2004-09-091-6/+5
| * | Merge with 4.1monty@mysql.com2004-09-061-103/+104
| |\ \ | | |/
| | * Merge bk-internal.mysql.com:/home/bk/mysql-4.1monty@mysql.com2004-09-031-4/+3
| | |\
| | | * Merge bk-internal.mysql.com:/home/bk/mysql-4.1monty@mysql.com2004-08-311-4/+3
| | | |\