summaryrefslogtreecommitdiff
path: root/sql/sql_prepare.cc
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | Added support for PREPARE stmt1 FROM @var, unknown2004-05-241-39/+69
| | | * | Merge spetrunia@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-05-211-52/+243
| | | |\ \
| | | | * | WL#1622 "SQL Syntax for Prepared Statements": Post-review fixes (1 of 2)unknown2004-05-211-22/+30
| | | | * | Merge spetrunia@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-05-061-39/+222
| | | | |\ \
| | | | | * | WL#1622: Post-merge fixesunknown2004-05-051-8/+8
| | | | | * | Manual merge for WL#1622 code, will need fixesunknown2004-05-051-41/+224
| | | | | |\ \
| | | | | | * | More small WL#1622 fixes: Allocate name of Prepared Statement on PS's mem_root.unknown2004-04-301-4/+2
| | | | | | * | Merge spetrunia@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-04-301-38/+219
| | | | | | |\ \
| | | | | | | * | Post-merge fixesunknown2004-04-141-2/+1
| | | | | | | * | Mergedunknown2004-04-131-39/+221
| | | | | | | |\ \
| | | | | | | | * | WL#1622 "SQL Syntax for Prepared Statements": post-review fixes:unknown2004-04-131-48/+65
| | | | | | | | * | Mergeunknown2004-04-081-18/+186
| | | | | | | | |\ \
| | | | | | | | | * | Correct handling of parameter variables with NULL values in PREPARE queriesunknown2004-04-071-2/+4
| | | | | | | | | * | Post-merge fixesunknown2004-04-051-18/+184
| | | | | | | | | |\ \
| | | | | | | | | | * | Many files:unknown2004-04-051-18/+184
| * | | | | | | | | | | More comments in prepared statements code.unknown2004-06-061-1/+7
| |/ / / / / / / / / /
* | | | | | | | | | | fixed WHERE condition optimisation in PSunknown2004-07-011-0/+3
* | | | | | | | | | | Merging 4.1 to 5.0.unknown2004-05-261-89/+239
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / /
| * | | | | | | | | | changed comment for LONG_DATA_COMMANDunknown2004-05-251-3/+3
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
| * | | | | | | | | Support for character set conversion in binary protocol: another gounknown2004-05-251-95/+177
| |/ / / / / / / /
| * | | | | | | | embedded library: fix for sending of parameters to stored procedure.unknown2004-05-181-3/+13
| * | | | | | | | Fixes for #3371, #3372, #3374, #3375, #3376unknown2004-05-151-0/+58
| |/ / / / / / /
* | | | | | | | PS and SP made compatible in mechanism used for preparing query for rexecutio...unknown2004-05-201-32/+21
* | | | | | | | Merge 4.1 -> 5.0unknown2004-05-071-156/+514
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | mysql_stmt_reset now expects ok/error packet from server.unknown2004-05-061-7/+11
| * | | | | | | Merge miguel@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-05-051-2/+5
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-05-051-2/+5
| | |\ \ \ \ \ \
| | | * | | | | | Delete Items created during Prepared Stat (memory leak bug) (Bug #3451)unknown2004-05-051-2/+5
| | | |/ / / / /
| * | | | | | | Fixes for prior commitunknown2004-05-051-3/+3
| * | | | | | | Windows fixes for VC++ compiler compabilityunknown2004-05-051-2/+2
| |/ / / / / /
| * | | | | | Manual merge of bugfix for Bug #1664.unknown2004-05-041-20/+30
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | Fix for remaining issues described in Bug #1664 unknown2004-05-041-20/+30
| * | | | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-04-301-4/+16
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | Fix for Bug#3035 "Prepared statement integer inserts": now unsignedunknown2004-04-301-4/+16
| | |/ / / /
| * | | | | Fix and testcase for BUG#3367.unknown2004-04-131-2/+2
| |/ / / /
| * | | | after review PS fixesunknown2004-04-101-152/+142
| * | | | mergeunknown2004-04-081-67/+406
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | new error for unsupported command in PSunknown2004-04-081-67/+406
* | | | | Merge 4.1 -> 5.0.unknown2004-04-071-384/+529
|\ \ \ \ \ | |/ / / /
| * | | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1unknown2004-04-071-2/+3
| |\ \ \ \
| | * \ \ \ Merge bk-internal:/home/bk/mysql-4.1/unknown2004-04-061-1/+1
| | |\ \ \ \ | | | |_|/ / | | |/| | |
| | | * | | don't modify constant stringsunknown2004-04-061-1/+1
| | * | | | Fixed many compiler warningsunknown2004-04-051-1/+2
| | |/ / /
| * | | | after review changesunknown2004-04-071-2/+2
| | |/ / | |/| |
| * | | fixed brocken of client_test unknown2004-04-031-4/+8
| |/ /
| * | Stubs for types/names of placeholders, cursor flags and array execution countunknown2004-03-311-4/+13
| |/
| * Better comment.unknown2004-03-301-1/+5
| * Fixes for bugs #2274 "mysqld gets SIGSEGV during processing of malformed unknown2004-03-151-39/+76
| * Desperate attempt to push part of prepared statements cleanup which was unknown2004-03-021-352/+381
| * after review changesunknown2004-02-201-26/+17