Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merge | bell@sanja.is.com.ua | 2004-09-06 | 33 | -29/+330 |
|\ | |||||
| * | postmerge fix | bell@sanja.is.com.ua | 2004-09-06 | 1 | -1/+1 |
| | | |||||
| * | merge | bell@sanja.is.com.ua | 2004-09-05 | 22 | -463/+515 |
| |\ | |||||
| * | | CHECK OPTIONs added (WL#1983) | bell@sanja.is.com.ua | 2004-09-03 | 33 | -33/+336 |
| | | | |||||
* | | | do not use Item_ref for view fields if it is UPDATE of INSERT (BUG#5263) | bell@sanja.is.com.ua | 2004-09-06 | 3 | -1/+25 |
| | | | |||||
* | | | memory leaks fixed | bell@sanja.is.com.ua | 2004-09-04 | 2 | -7/+7 |
| | | | |||||
* | | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-5.0 | bell@sanja.is.com.ua | 2004-09-04 | 27 | -469/+577 |
|\ \ \ | | |/ | |/| | | | | into sanja.is.com.ua:/home/bell/mysql/bk/work-5.0 | ||||
| * | | Print value of Item_param if it has a value (when debugging) | monty@mysql.com | 2004-09-04 | 9 | -16/+40 |
| | | | |||||
| * | | Merge with pulled code | monty@mysql.com | 2004-09-03 | 17 | -449/+479 |
| |\ \ | | |/ | |/| | |||||
| | * | Cleanup of new code pushed into 5.0 since last pull | monty@mysql.com | 2004-09-03 | 18 | -454/+487 |
| | | | | | | | | | | | | Merged the different find_xxxx_table_in_list functions to one + some inline functions | ||||
| * | | Fixed BUG#5307: Stored procedure allows statement after BEGIN ... END. | pem@mysql.comhem.se | 2004-09-02 | 3 | -2/+31 |
| | | | |||||
| * | | Fixed BUG#5287: Stored procedure crash if leave outside loop. | pem@mysql.comhem.se | 2004-09-02 | 4 | -7/+33 |
| | | | | | | | | | | | | | | | Bug in diff_handlers and diff_cursors made it attempt to pop the wrong number at jumps sometimes. | ||||
* | | | ufter review fix | bell@sanja.is.com.ua | 2004-09-03 | 2 | -25/+8 |
| | | | |||||
* | | | checked INTO clause during view creation (BUG#5332) | bell@sanja.is.com.ua | 2004-09-02 | 27 | -30/+59 |
| | | | |||||
* | | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-5.0 | bell@sanja.is.com.ua | 2004-09-02 | 29 | -82/+410 |
|\ \ \ | |/ / |/| | | | | | into sanja.is.com.ua:/home/bell/mysql/bk/work-5.0 | ||||
| * | | fixed bug handling in views (BUG#5276) | bell@sanja.is.com.ua | 2004-09-02 | 3 | -2/+20 |
| | | | |||||
| * | | fixed printing of characters casting operartion (BUG#5264) | bell@sanja.is.com.ua | 2004-09-02 | 3 | -1/+17 |
| | | | |||||
| * | | fixed staistic of subquery if outer field resolved in merged view (BUG#5247) | bell@sanja.is.com.ua | 2004-09-01 | 3 | -10/+48 |
| | | | |||||
| * | | system charset (with wich VIEW printed) saved in .frm and restored before ↵ | bell@sanja.is.com.ua | 2004-09-01 | 4 | -7/+48 |
| | | | | | | | | | | | | parsing view (BUG#5163) | ||||
| * | | fixed printing of real constants (BUG#5160) | bell@sanja.is.com.ua | 2004-09-01 | 4 | -3/+32 |
| | | | |||||
| * | | adding mysql.proc to table list if view contains stored procedures (BUG#5151) | bell@sanja.is.com.ua | 2004-09-01 | 7 | -13/+79 |
| | | | |||||
| * | | ORDER clause printing fixed (BUG#5156) | bell@sanja.is.com.ua | 2004-08-31 | 7 | -4/+36 |
| | | | |||||
| * | | fixed open_and_lock_tables result processing (all open_and_lock_tables revision) | bell@sanja.is.com.ua | 2004-08-31 | 18 | -42/+79 |
| | | | | | | | | | | | | | | | fixed printing of COLLATE operation (BUG#5155) | ||||
| * | | fixed case when real length very close to calculated (BUG#5150) | bell@sanja.is.com.ua | 2004-08-30 | 3 | -2/+20 |
| | | | |||||
| * | | fixed printing of stored procedure functions names (BUG#5149) | bell@sanja.is.com.ua | 2004-08-30 | 3 | -1/+34 |
| | | | |||||
* | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0 | acurtis@pcgem.rdg.cyberkinetica.com | 2004-08-30 | 3 | -2/+17 |
|\ \ \ | | | | | | | | | | | | | into pcgem.rdg.cyberkinetica.com:/usr/home/acurtis/work/mysql-5.0 | ||||
| * | | | Fix column name where it starts with a backtick | acurtis@pcgem.rdg.cyberkinetica.com | 2004-08-30 | 3 | -2/+17 |
| | | | | |||||
* | | | | Fixed BUG#5279: Stored procedure packets out of order if CHECKSUM TABLE. | pem@mysql.comhem.se | 2004-08-30 | 3 | -0/+20 |
| | | | | |||||
* | | | | Fixed return type warning in sql/item.cc. | pem@mysql.comhem.se | 2004-08-30 | 1 | -1/+1 |
| | | | | |||||
* | | | | Microsoft VC++ won't compile class C { static const int I=1; }. | konstantin@mysql.com | 2004-08-28 | 4 | -10/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Putting initialization into .cc will reduce compiler's abilities to optimize this constant away. Defines are not OK as they bloat global namespace. Looking for a way to declare an efficient named constant in reduced namespace (i. e. in a class). Let's try enums: normally they should be implicitly casted to int. Let's see if we really have a compiler which won't do that. | ||||
* | | | | Fixed BUG#5251: mysql changes creation time of a procedure/function when ↵ | pem@mysql.comhem.se | 2004-08-27 | 3 | -0/+28 |
| |/ / |/| | | | | | | | | altering. | ||||
* | | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-5.0 | bell@sanja.is.com.ua | 2004-08-27 | 33 | -392/+565 |
|\ \ \ | | | | | | | | | | | | | into sanja.is.com.ua:/home/bell/mysql/bk/work-5.0 | ||||
| * \ \ | Merge mysql.com:/usr/local/bk/mysql-5.0 | pem@mysql.com | 2004-08-26 | 33 | -392/+565 |
| |\ \ \ | | | | | | | | | | | | | | | | into mysql.com:/home/pem/work/mysql-5.0-merge | ||||
| | * | | | Major rehacking and cleanup of sp_pcontext. | pem@mysql.comhem.se | 2004-08-26 | 33 | -392/+565 |
| | | | | | | | | | | | | | | | | | | | | | | | | | This finishes (almost) WL#2002: Implement stored procedure GOTO. Only the syntax issue for free labels remains ("label L;" vs "L:"). | ||||
* | | | | | Item name for VIEW added to find_field_in_table (BUG#5147) | bell@sanja.is.com.ua | 2004-08-27 | 5 | -14/+54 |
| | | | | | |||||
* | | | | | fixed updateability VIEW detection (Bug#5146) | bell@sanja.is.com.ua | 2004-08-26 | 5 | -0/+72 |
| | | | | | | | | | | | | | | | | | | | | fixed other Item_ref methods where result_field involved | ||||
* | | | | | fix of Item_ref with result_field (BUG#5104) | bell@sanja.is.com.ua | 2004-08-26 | 4 | -1/+39 |
|/ / / / | |||||
* | | | | full text function moving to current select (BUG#4822) | bell@sanja.is.com.ua | 2004-08-25 | 3 | -0/+34 |
| | | | | |||||
* | | | | removing archive of .frm-s added (BUG#4821) | bell@sanja.is.com.ua | 2004-08-25 | 4 | -37/+168 |
| | | | | |||||
* | | | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-5.0 | bell@sanja.is.com.ua | 2004-08-25 | 12 | -99/+297 |
|\ \ \ \ | |/ / / |/| | | | | | | | into sanja.is.com.ua:/home/bell/mysql/bk/work-5.0 | ||||
| * | | | wording changed (postreview fix) | bell@sanja.is.com.ua | 2004-08-25 | 2 | -2/+2 |
| | | | | |||||
| * | | | fixes name outout for SHOW CREATE VIEW command (BUG#5162) | bell@sanja.is.com.ua | 2004-08-24 | 3 | -14/+26 |
| | | | | |||||
| * | | | new method to detect commands where all VIEWs should be temporary tables ↵ | bell@sanja.is.com.ua | 2004-08-24 | 5 | -2/+49 |
| | | | | | | | | | | | | | | | | (BUG#4803) | ||||
| * | | | fixed aggregate function processing in VIEWs (BUG#4665) | bell@sanja.is.com.ua | 2004-08-24 | 3 | -0/+27 |
| | | | | |||||
| * | | | Fixed UNION support in view creation (BUG#4664) | bell@sanja.is.com.ua | 2004-08-24 | 3 | -55/+85 |
| | | | | |||||
| * | | | items for functions which is converted to constants internally to support ↵ | bell@sanja.is.com.ua | 2004-08-24 | 4 | -10/+61 |
| | | | | | | | | | | | | | | | | its correct printing added (BUG#4663) | ||||
| * | | | sending right error message where VIEW is not expected (BUG#4606) | bell@sanja.is.com.ua | 2004-08-24 | 5 | -20/+51 |
| | | | | |||||
* | | | | Fixed BUG#3157: Crash if stored procedure contains IF EXISTS, | pem@mysql.comhem.se | 2004-08-24 | 7 | -50/+169 |
| | | | | | | | | | | | | | | | | | | | | | | | | and BUG#336: Subselects with tables does not work as values for local SP variables (which was closed before with a temp. fix, but not actually fixed). | ||||
* | | | | Merge mysql.com:/usr/local/bk/mysql-5.0 | pem@mysql.com | 2004-08-24 | 2 | -0/+5 |
|\ \ \ \ | |/ / / |/| | | | | | | | into mysql.com:/home/pem/work/mysql-5.0-merge | ||||
| * | | | Fixed a valgrind warning when creating stored procedures containing complex | pem@mysql.comhem.se | 2004-08-24 | 2 | -0/+5 |
| | | | | | | | | | | | | | | | | unions (crashed randomly), and made "label" not a reserved word. |