summaryrefslogtreecommitdiff
path: root/sql/sql_prepare.cc
Commit message (Expand)AuthorAgeFilesLines
* errors without code removedunknown2004-10-201-127/+82
* Added options --auto-increment-increment and --auto-increment-offset.unknown2004-09-151-15/+4
* Update after mergeunknown2004-09-091-2/+2
* Merge on pullunknown2004-09-091-111/+113
|\
| * After merge fixes of merge with 4.1 that included the new arena code.unknown2004-09-091-6/+5
| * Merge with 4.1unknown2004-09-061-103/+104
| |\
| | * Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-09-031-4/+3
| | |\
| | | * Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-08-311-4/+3
| | | |\
| | | | * Review of new pushed code (Indentation fixes and simple optimizations)unknown2004-08-311-4/+3
| | * | | A fix and test case for Bug#4231 "Wrong result with MYSQL_TIMEunknown2004-09-021-20/+30
| | |/ /
| | * | Change Item_arena::state to enumunknown2004-08-311-9/+9
| | |/
| | * Merge: manual resolveunknown2004-08-241-2/+6
| | |\
| | | * Fix for Bug#5034 "prepared "select 1 into @arg15", second unknown2004-08-241-2/+6
| | * | Fix to compile with msvc: converted static const int Item_arena::* to enum me...unknown2004-08-241-9/+9
| | |/
| | * Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-08-211-89/+69
| | |\
| | | * Fix for bug#4912 "mysqld crashs in case a statement is executedunknown2004-08-211-89/+69
| | * | Merge bk@192.168.21.1:/usr/home/bk/mysql-4.1unknown2004-08-191-0/+2
| | |\ \ | | | |/ | | |/|
| | | * Small tab's cleanupunknown2004-08-191-1/+1
| | | * addition to fixes about #4700, 4701unknown2004-08-191-0/+1
| | | * Fixes for bugs in embedded library:unknown2004-07-221-0/+1
| | * | Fix for bug #4508 "CONVERT_TZ() function with new time zone as param crashes ...unknown2004-08-101-1/+2
* | | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-5.0unknown2004-09-041-1/+1
|\ \ \ \ | |/ / /
| * | | Merge with pulled codeunknown2004-09-031-1/+1
| |\ \ \
| | * | | Cleanup of new code pushed into 5.0 since last pullunknown2004-09-031-1/+1
* | | | | fixed open_and_lock_tables result processing (all open_and_lock_tables revision)unknown2004-08-311-11/+8
|/ / / /
* | | | resolve UPDATE fields belonged to VIEWs as Item_field (instead of Item_ref) i...unknown2004-08-161-5/+13
* | | | Port of cursors to be pushed into 5.0 tree:unknown2004-08-031-16/+138
* | | | Post-merge fix.unknown2004-07-231-0/+3
|\ \ \ \ | | |/ / | |/| |
| * | | Fix for stored procedures BUG#4726: Stored procedure crash when looping over ...unknown2004-07-231-0/+3
* | | | mergedunknown2004-07-211-2/+2
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | LEX initialization fixedunknown2004-07-211-2/+2
| |/
| * aggregate functions check during substitution made only for single row subsel...unknown2004-07-041-0/+1
* | VIEWunknown2004-07-161-48/+54
* | After merge fixesunknown2004-07-151-5/+15
* | After merge fixesunknown2004-07-121-1/+1
* | Merge with 4.1.3-betaunknown2004-07-071-151/+357
|\ \ | |/
| * fixed EXPLAIN behaviour with prepared statements (BUG#4271)unknown2004-06-251-10/+12
| * Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-06-241-39/+6
| |\
| | * Fix for Bug#4030 "Client side conversion string -> date type doesn't unknown2004-06-241-39/+6
| * | - fixed a compile error on Windows (incompatible cast)unknown2004-06-231-1/+1
| |/
| * Mergeunknown2004-06-221-2/+11
| |\
| | * fixed field resolving mode fo INSERT/REPLACE and CRETE with SELECT (BUG#4090)unknown2004-06-131-2/+11
| * | Unused variables removed (many files).unknown2004-06-211-1/+0
| |/
| * Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-06-091-14/+12
| |\
| | * Proposed fix for Bug#4026 "Microseconds part of TIME/DATETIME types unknown2004-06-091-14/+12
| * | SQL Syntax for Prepared Statements: post-merge fixesunknown2004-06-081-4/+4
| * | Mergedunknown2004-06-071-85/+308
| |\ \ | | |/ | |/|
| | * Post review fixes for "SQL Syntax for Prepared Statements".unknown2004-06-071-150/+51
| | * Merge spetrunia@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-06-011-79/+401
| | |\
| | | * * New, binlog-aware character sets support in SQL Syntax for Prepared statem...unknown2004-06-011-29/+129