summaryrefslogtreecommitdiff
path: root/sql/sql_prepare.cc
Commit message (Expand)AuthorAgeFilesLines
* Added support for PREPARE stmt1 FROM @var, sergefp@mysql.com2004-05-241-39/+69
* Merge spetrunia@bk-internal.mysql.com:/home/bk/mysql-4.1sergefp@mysql.com2004-05-211-52/+243
|\
| * WL#1622 "SQL Syntax for Prepared Statements": Post-review fixes (1 of 2)sergefp@mysql.com2004-05-211-22/+30
| * Merge spetrunia@bk-internal.mysql.com:/home/bk/mysql-4.1sergefp@mysql.com2004-05-061-39/+222
| |\
| | * WL#1622: Post-merge fixessergefp@mysql.com2004-05-051-8/+8
| | * Manual merge for WL#1622 code, will need fixessergefp@mysql.com2004-05-051-41/+224
| | |\
| | | * More small WL#1622 fixes: Allocate name of Prepared Statement on PS's mem_root.sergefp@mysql.com2004-04-301-4/+2
| | | * Merge spetrunia@bk-internal.mysql.com:/home/bk/mysql-4.1sergefp@mysql.com2004-04-301-38/+219
| | | |\
| | | | * Post-merge fixessergefp@mysql.com2004-04-141-2/+1
| | | | * Mergedsergefp@mysql.com2004-04-131-39/+221
| | | | |\
| | | | | * WL#1622 "SQL Syntax for Prepared Statements": post-review fixes:sergefp@mysql.com2004-04-131-48/+65
| | | | | * Mergesergefp@mysql.com2004-04-081-18/+186
| | | | | |\
| | | | | | * Correct handling of parameter variables with NULL values in PREPARE queriessergefp@mysql.com2004-04-071-2/+4
| | | | | | * Post-merge fixessergefp@mysql.com2004-04-051-18/+184
| | | | | | |\
| | | | | | | * Many files:sergefp@mysql.com2004-04-051-18/+184
* | | | | | | | embedded library: fix for sending of parameters to stored procedure.hf@deer.(none)2004-05-181-3/+13
* | | | | | | | Fixes for #3371, #3372, #3374, #3375, #3376hf@deer.(none)2004-05-151-0/+58
|/ / / / / / /
* | | | | | | mysql_stmt_reset now expects ok/error packet from server.konstantin@mysql.com2004-05-061-7/+11
* | | | | | | Merge miguel@bk-internal.mysql.com:/home/bk/mysql-4.1miguel@hegel.local2004-05-051-2/+5
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1monty@mysql.com2004-05-051-2/+5
| |\ \ \ \ \ \
| | * | | | | | Delete Items created during Prepared Stat (memory leak bug) (Bug #3451)monty@mysql.com2004-05-051-2/+5
| | |/ / / / /
* | | | | | | Fixes for prior commitmiguel@hegel.local2004-05-051-3/+3
* | | | | | | Windows fixes for VC++ compiler compabilitymiguel@hegel.local2004-05-051-2/+2
|/ / / / / /
* | | | | | Manual merge of bugfix for Bug #1664.dlenev@brandersnatch.localdomain2004-05-041-20/+30
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Fix for remaining issues described in Bug #1664 dlenev@brandersnatch.localdomain2004-05-041-20/+30
* | | | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1konstantin@mysql.com2004-04-301-4/+16
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Fix for Bug#3035 "Prepared statement integer inserts": now unsignedkonstantin@mysql.com2004-04-301-4/+16
| |/ / / /
* | | | | Fix and testcase for BUG#3367.sergefp@mysql.com2004-04-131-2/+2
|/ / / /
* | | | after review PS fixesbell@sanja.is.com.ua2004-04-101-152/+142
* | | | mergebell@sanja.is.com.ua2004-04-081-67/+406
|\ \ \ \ | |/ / / |/| | |
| * | | new error for unsupported command in PSbell@sanja.is.com.ua2004-04-081-67/+406
* | | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1bell@sanja.is.com.ua2004-04-071-2/+3
|\ \ \ \
| * \ \ \ Merge bk-internal:/home/bk/mysql-4.1/serg@serg.mylan2004-04-061-1/+1
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | don't modify constant stringsserg@serg.mylan2004-04-061-1/+1
| * | | | Fixed many compiler warningsmonty@mysql.com2004-04-051-1/+2
| |/ / /
* | | | after review changesbell@sanja.is.com.ua2004-04-071-2/+2
| |/ / |/| |
* | | fixed brocken of client_test bell@sanja.is.com.ua2004-04-031-4/+8
|/ /
* | Stubs for types/names of placeholders, cursor flags and array execution countkonstantin@dragonfly.local2004-03-311-4/+13
|/
* Better comment.konstantin@oak.local2004-03-301-1/+5
* Fixes for bugs #2274 "mysqld gets SIGSEGV during processing of malformed konstantin@mysql.com2004-03-151-39/+76
* Desperate attempt to push part of prepared statements cleanup which was konstantin@oak.local2004-03-021-352/+381
* after review changesbell@sanja.is.com.ua2004-02-201-26/+17
* after review fixbell@sanja.is.com.ua2004-02-201-8/+24
* revision of fix_fields calls in subqueries transformationbell@sanja.is.com.ua2004-02-181-0/+2
* mergebell@sanja.is.com.ua2004-02-171-28/+80
|\
| * mergebell@sanja.is.com.ua2004-02-141-9/+1
| |\
| * | PS fixed to be compatible with derived tables (BUG#2641)bell@sanja.is.com.ua2004-02-121-21/+47
| * | mergebell@sanja.is.com.ua2004-02-121-1/+9
| |\ \
| * | | memory leacks in PS with subqueries fixed (adddition to fix of BUG#2462)bell@sanja.is.com.ua2004-02-121-17/+29
| * | | mergebell@sanja.is.com.ua2004-02-091-18/+33
| |\ \ \