summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* Print value of Item_param if it has a value (when debugging)unknown2004-09-047-15/+37
* Merge with pulled codeunknown2004-09-0316-447/+476
|\
| * Cleanup of new code pushed into 5.0 since last pullunknown2004-09-0316-450/+484
* | Fixed BUG#5307: Stored procedure allows statement after BEGIN ... END.unknown2004-09-021-2/+11
* | Fixed BUG#5287: Stored procedure crash if leave outside loop.unknown2004-09-022-7/+4
* | Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2004-08-301-2/+6
|\ \
| * | Fix column name where it starts with a backtickunknown2004-08-301-2/+6
* | | Fixed BUG#5279: Stored procedure packets out of order if CHECKSUM TABLE.unknown2004-08-301-0/+1
* | | Fixed return type warning in sql/item.cc.unknown2004-08-301-1/+1
* | | Microsoft VC++ won't compile class C { static const int I=1; }.unknown2004-08-283-8/+6
* | | Fixed BUG#5251: mysql changes creation time of a procedure/function when alte...unknown2004-08-271-0/+1
* | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-5.0unknown2004-08-2728-353/+337
|\ \ \
| * \ \ Merge mysql.com:/usr/local/bk/mysql-5.0unknown2004-08-2628-353/+337
| |\ \ \
| | * | | Major rehacking and cleanup of sp_pcontext.unknown2004-08-2628-353/+337
* | | | | Item name for VIEW added to find_field_in_table (BUG#5147)unknown2004-08-273-14/+24
* | | | | fixed updateability VIEW detection (Bug#5146)unknown2004-08-263-0/+42
* | | | | fix of Item_ref with result_field (BUG#5104)unknown2004-08-262-1/+9
|/ / / /
* | | | full text function moving to current select (BUG#4822)unknown2004-08-251-0/+10
* | | | removing archive of .frm-s added (BUG#4821)unknown2004-08-252-37/+152
* | | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-5.0unknown2004-08-2510-86/+176
|\ \ \ \ | |/ / / |/| | |
| * | | wording changed (postreview fix)unknown2004-08-251-1/+1
| * | | fixes name outout for SHOW CREATE VIEW command (BUG#5162)unknown2004-08-241-2/+2
| * | | new method to detect commands where all VIEWs should be temporary tables (BUG...unknown2004-08-243-2/+29
| * | | fixed aggregate function processing in VIEWs (BUG#4665)unknown2004-08-241-0/+7
| * | | Fixed UNION support in view creation (BUG#4664)unknown2004-08-241-52/+54
| * | | items for functions which is converted to constants internally to support its...unknown2004-08-242-10/+49
| * | | sending right error message where VIEW is not expected (BUG#4606)unknown2004-08-243-20/+35
* | | | Fixed BUG#3157: Crash if stored procedure contains IF EXISTS,unknown2004-08-243-34/+103
* | | | Merge mysql.com:/usr/local/bk/mysql-5.0unknown2004-08-242-0/+5
|\ \ \ \ | |/ / / |/| | |
| * | | Fixed a valgrind warning when creating stored procedures containing complexunknown2004-08-242-0/+5
* | | | fixed LIMIT clause printing (BUG#4839)unknown2004-08-231-2/+3
* | | | fixed error processing of prepare in VIEW creation (BUG#4801)unknown2004-08-231-1/+8
|/ / /
* | | Merge mysql.com:/usr/local/bk/mysql-5.0unknown2004-08-176-32/+325
|\ \ \
| * | | WL#2002: Implement stored procedure GOTO.unknown2004-08-176-32/+325
* | | | Merge abelkin@bk-internal.mysql.com:/home/bk/mysql-5.0unknown2004-08-161-5/+13
|\ \ \ \
| * | | | resolve UPDATE fields belonged to VIEWs as Item_field (instead of Item_ref) i...unknown2004-08-161-5/+13
| |/ / /
* | | | Merge spetrunia@bk-internal.mysql.com:/home/bk/mysql-5.0unknown2004-08-161-5/+17
|\ \ \ \ | |/ / /
| * | | join_nested.test, join_nested.result:unknown2004-08-121-5/+17
* | | | Fixed another bug#4984-type problem. This probably isn't the last fix for thi...unknown2004-08-131-0/+2
* | | | Fix and testcase for BUG#4984unknown2004-08-112-9/+16
|/ / /
* | | Merge rurik.mysql.com:/home/igor/mysql-5.0unknown2004-08-101-2/+4
|\ \ \
| * | | join.result, select.result:unknown2004-08-101-2/+4
* | | | errmsg.txt:unknown2004-08-1021-21/+21
* | | | mysqld.cc:unknown2004-08-091-1/+1
|/ / /
* | | Merge rurik.mysql.com:/home/igor/mysql-5.0unknown2004-08-062-3/+4
|\ \ \
| * | | join_nested.result, join_nested.test:unknown2004-08-062-3/+4
* | | | Fixed BUG#4934: Caching issue with stored procedures.unknown2004-08-061-4/+16
* | | | Fixed BUG#4904: Stored procedure crash if continue handler for HY000 errors.unknown2004-08-061-3/+2
* | | | Fixed BUG#4902: Stored procedure with SHOW WARNINGS leads to packet error,unknown2004-08-063-8/+52
* | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2004-08-0323-136/+684
|\ \ \ \