summaryrefslogtreecommitdiff
path: root/sql/sql_prepare.cc
Commit message (Expand)AuthorAgeFilesLines
* fixed union types merging and table related metadata (BUG#8824)bell@sanja.is.com.ua2005-03-231-2/+2
* Fix bug in INSERT DELAYED with prepared statementsmonty@mysql.com2005-01-141-1/+5
* Add logging of COM_EXECUTE in the general query log.konstantin@mysql.com2005-01-131-1/+4
* better fix for bug#7242 (crash in prepared INSERT ... UPDATE)serg@serg.mylan2004-12-241-26/+4
* Bug#7242acurtis@pcgem.rdg.cyberkinetica.com2004-12-141-0/+23
* WL#2274 - INSERT..SELECT..UPDATEacurtis@pcgem.rdg.cyberkinetica.com2004-12-131-1/+1
* Merge bk-internal.mysql.com:/home/bk/mysql-4.1dlenev@mysql.com2004-12-091-1/+0
|\
| * Fix for bug #6765 "Implicit access to time zone description dlenev@brandersnatch.localdomain2004-12-091-1/+0
* | Fixes to make mysql-test-run --embedded-server workinghf@deer.(none)2004-12-021-2/+11
|/
* 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
* | Simpler arena swapping codemonty@mysql.com2004-11-081-3/+3
|/
* 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
* 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
* 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
| |\
| | * Review of new pushed code (Indentation fixes and simple optimizations)monty@mysql.com2004-08-311-4/+3
* | | A fix and test case for Bug#4231 "Wrong result with MYSQL_TIMEkonstantin@mysql.com2004-09-021-20/+30
|/ /
* | Change Item_arena::state to enumsergefp@mysql.com2004-08-311-9/+9
|/
* Merge: manual resolvekonstantin@mysql.com2004-08-241-2/+6
|\
| * Fix for Bug#5034 "prepared "select 1 into @arg15", second konstantin@mysql.com2004-08-241-2/+6
* | Fix to compile with msvc: converted static const int Item_arena::* to enum me...sergefp@mysql.com2004-08-241-9/+9
|/
* Merge bk-internal.mysql.com:/home/bk/mysql-4.1konstantin@mysql.com2004-08-211-89/+69
|\
| * Fix for bug#4912 "mysqld crashs in case a statement is executedkonstantin@mysql.com2004-08-211-89/+69
* | Merge bk@192.168.21.1:/usr/home/bk/mysql-4.1hf@deer.(none)2004-08-191-0/+2
|\ \ | |/ |/|
| * Small tab's cleanuphf@deer.(none)2004-08-191-1/+1
| * addition to fixes about #4700, 4701hf@deer.(none)2004-08-191-0/+1
| * Fixes for bugs in embedded library:hf@deer.(none)2004-07-221-0/+1
* | Fix for bug #4508 "CONVERT_TZ() function with new time zone as param crashes ...dlenev@brandersnatch.localdomain2004-08-101-1/+2
* | Fix for stored procedures BUG#4726: Stored procedure crash when looping over ...pem@mysql.comhem.se2004-07-231-0/+3
* | LEX initialization fixedbell@sanja.is.com.ua2004-07-211-2/+2
|/
* aggregate functions check during substitution made only for single row subsel...bell@sanja.is.com.ua2004-07-041-0/+1
* fixed EXPLAIN behaviour with prepared statements (BUG#4271)bell@sanja.is.com.ua2004-06-251-10/+12
* Merge bk-internal.mysql.com:/home/bk/mysql-4.1konstantin@mysql.com2004-06-241-39/+6
|\
| * Fix for Bug#4030 "Client side conversion string -> date type doesn't konstantin@mysql.com2004-06-241-39/+6
* | - fixed a compile error on Windows (incompatible cast)lenz@mysql.com2004-06-231-1/+1
|/
* Mergebell@sanja.is.com.ua2004-06-221-2/+11
|\
| * fixed field resolving mode fo INSERT/REPLACE and CRETE with SELECT (BUG#4090)bell@sanja.is.com.ua2004-06-131-2/+11