summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* mergebell@sanja.is.com.ua2004-09-0633-29/+330
|\
| * postmerge fixbell@sanja.is.com.ua2004-09-061-1/+1
| |
| * mergebell@sanja.is.com.ua2004-09-0522-463/+515
| |\
| * | CHECK OPTIONs added (WL#1983)bell@sanja.is.com.ua2004-09-0333-33/+336
| | |
* | | do not use Item_ref for view fields if it is UPDATE of INSERT (BUG#5263)bell@sanja.is.com.ua2004-09-063-1/+25
| | |
* | | memory leaks fixedbell@sanja.is.com.ua2004-09-042-7/+7
| | |
* | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-5.0bell@sanja.is.com.ua2004-09-0427-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.com2004-09-049-16/+40
| | |
| * | Merge with pulled codemonty@mysql.com2004-09-0317-449/+479
| |\ \ | | |/ | |/|
| | * Cleanup of new code pushed into 5.0 since last pullmonty@mysql.com2004-09-0318-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.se2004-09-023-2/+31
| | |
| * | Fixed BUG#5287: Stored procedure crash if leave outside loop.pem@mysql.comhem.se2004-09-024-7/+33
| | | | | | | | | | | | | | | Bug in diff_handlers and diff_cursors made it attempt to pop the wrong number at jumps sometimes.
* | | ufter review fixbell@sanja.is.com.ua2004-09-032-25/+8
| | |
* | | checked INTO clause during view creation (BUG#5332)bell@sanja.is.com.ua2004-09-0227-30/+59
| | |
* | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-5.0bell@sanja.is.com.ua2004-09-0229-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.ua2004-09-023-2/+20
| | |
| * | fixed printing of characters casting operartion (BUG#5264)bell@sanja.is.com.ua2004-09-023-1/+17
| | |
| * | fixed staistic of subquery if outer field resolved in merged view (BUG#5247)bell@sanja.is.com.ua2004-09-013-10/+48
| | |
| * | system charset (with wich VIEW printed) saved in .frm and restored before ↵bell@sanja.is.com.ua2004-09-014-7/+48
| | | | | | | | | | | | parsing view (BUG#5163)
| * | fixed printing of real constants (BUG#5160)bell@sanja.is.com.ua2004-09-014-3/+32
| | |
| * | adding mysql.proc to table list if view contains stored procedures (BUG#5151)bell@sanja.is.com.ua2004-09-017-13/+79
| | |
| * | ORDER clause printing fixed (BUG#5156)bell@sanja.is.com.ua2004-08-317-4/+36
| | |
| * | fixed open_and_lock_tables result processing (all open_and_lock_tables revision)bell@sanja.is.com.ua2004-08-3118-42/+79
| | | | | | | | | | | | | | | fixed printing of COLLATE operation (BUG#5155)
| * | fixed case when real length very close to calculated (BUG#5150)bell@sanja.is.com.ua2004-08-303-2/+20
| | |
| * | fixed printing of stored procedure functions names (BUG#5149)bell@sanja.is.com.ua2004-08-303-1/+34
| | |
* | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0acurtis@pcgem.rdg.cyberkinetica.com2004-08-303-2/+17
|\ \ \ | | | | | | | | | | | | into pcgem.rdg.cyberkinetica.com:/usr/home/acurtis/work/mysql-5.0
| * | | Fix column name where it starts with a backtickacurtis@pcgem.rdg.cyberkinetica.com2004-08-303-2/+17
| | | |
* | | | Fixed BUG#5279: Stored procedure packets out of order if CHECKSUM TABLE.pem@mysql.comhem.se2004-08-303-0/+20
| | | |
* | | | Fixed return type warning in sql/item.cc.pem@mysql.comhem.se2004-08-301-1/+1
| | | |
* | | | Microsoft VC++ won't compile class C { static const int I=1; }.konstantin@mysql.com2004-08-284-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.se2004-08-273-0/+28
| |/ / |/| | | | | | | | altering.
* | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-5.0bell@sanja.is.com.ua2004-08-2733-392/+565
|\ \ \ | | | | | | | | | | | | into sanja.is.com.ua:/home/bell/mysql/bk/work-5.0
| * \ \ Merge mysql.com:/usr/local/bk/mysql-5.0pem@mysql.com2004-08-2633-392/+565
| |\ \ \ | | | | | | | | | | | | | | | into mysql.com:/home/pem/work/mysql-5.0-merge
| | * | | Major rehacking and cleanup of sp_pcontext.pem@mysql.comhem.se2004-08-2633-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.ua2004-08-275-14/+54
| | | | |
* | | | | fixed updateability VIEW detection (Bug#5146)bell@sanja.is.com.ua2004-08-265-0/+72
| | | | | | | | | | | | | | | | | | | | fixed other Item_ref methods where result_field involved
* | | | | fix of Item_ref with result_field (BUG#5104)bell@sanja.is.com.ua2004-08-264-1/+39
|/ / / /
* | | | full text function moving to current select (BUG#4822)bell@sanja.is.com.ua2004-08-253-0/+34
| | | |
* | | | removing archive of .frm-s added (BUG#4821)bell@sanja.is.com.ua2004-08-254-37/+168
| | | |
* | | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-5.0bell@sanja.is.com.ua2004-08-2512-99/+297
|\ \ \ \ | |/ / / |/| | | | | | | into sanja.is.com.ua:/home/bell/mysql/bk/work-5.0
| * | | wording changed (postreview fix)bell@sanja.is.com.ua2004-08-252-2/+2
| | | |
| * | | fixes name outout for SHOW CREATE VIEW command (BUG#5162)bell@sanja.is.com.ua2004-08-243-14/+26
| | | |
| * | | new method to detect commands where all VIEWs should be temporary tables ↵bell@sanja.is.com.ua2004-08-245-2/+49
| | | | | | | | | | | | | | | | (BUG#4803)
| * | | fixed aggregate function processing in VIEWs (BUG#4665)bell@sanja.is.com.ua2004-08-243-0/+27
| | | |
| * | | Fixed UNION support in view creation (BUG#4664)bell@sanja.is.com.ua2004-08-243-55/+85
| | | |
| * | | items for functions which is converted to constants internally to support ↵bell@sanja.is.com.ua2004-08-244-10/+61
| | | | | | | | | | | | | | | | its correct printing added (BUG#4663)
| * | | sending right error message where VIEW is not expected (BUG#4606)bell@sanja.is.com.ua2004-08-245-20/+51
| | | |
* | | | Fixed BUG#3157: Crash if stored procedure contains IF EXISTS,pem@mysql.comhem.se2004-08-247-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.0pem@mysql.com2004-08-242-0/+5
|\ \ \ \ | |/ / / |/| | | | | | | into mysql.com:/home/pem/work/mysql-5.0-merge
| * | | Fixed a valgrind warning when creating stored procedures containing complexpem@mysql.comhem.se2004-08-242-0/+5
| | | | | | | | | | | | | | | | unions (crashed randomly), and made "label" not a reserved word.