summaryrefslogtreecommitdiff
path: root/sql/sql_prepare.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Unused variables removed (many files).konstantin@mysql.com2004-06-211-1/+0
|/
* Merge bk-internal.mysql.com:/home/bk/mysql-4.1konstantin@mysql.com2004-06-091-14/+12
|\
| * Proposed fix for Bug#4026 "Microseconds part of TIME/DATETIME types konstantin@mysql.com2004-06-091-14/+12
* | SQL Syntax for Prepared Statements: post-merge fixessergefp@mysql.com2004-06-081-4/+4
* | Mergedsergefp@mysql.com2004-06-071-85/+308
|\ \ | |/ |/|
| * Post review fixes for "SQL Syntax for Prepared Statements".sergefp@mysql.com2004-06-071-150/+51
| * Merge spetrunia@bk-internal.mysql.com:/home/bk/mysql-4.1sergefp@mysql.com2004-06-011-79/+401
| |\
| | * * New, binlog-aware character sets support in SQL Syntax for Prepared statem...sergefp@mysql.com2004-06-011-29/+129
| | * Manually merged, requirees more mergingsergefp@mysql.com2004-05-251-93/+176
| | |\
| | * | 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
* | | | | | | | | | | More comments in prepared statements code.konstantin@mysql.com2004-06-061-1/+7
|/ / / / / / / / / /
* | | | | | | | | | changed comment for LONG_DATA_COMMANDkonstantin@mysql.com2004-05-251-3/+3
| |_|_|_|_|_|_|_|/ |/| | | | | | | |