- 03 Sep, 2004 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 02 Sep, 2004 2 commits
-
-
pem@mysql.comhem.se authored
-
pem@mysql.comhem.se authored
Bug in diff_handlers and diff_cursors made it attempt to pop the wrong number at jumps sometimes.
-
- 30 Aug, 2004 4 commits
-
-
acurtis@pcgem.rdg.cyberkinetica.com authored
into pcgem.rdg.cyberkinetica.com:/usr/home/acurtis/work/mysql-5.0
-
acurtis@pcgem.rdg.cyberkinetica.com authored
-
pem@mysql.comhem.se authored
-
pem@mysql.comhem.se authored
-
- 28 Aug, 2004 1 commit
-
-
konstantin@mysql.com authored
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.
-
- 27 Aug, 2004 2 commits
-
-
pem@mysql.comhem.se authored
-
bell@sanja.is.com.ua authored
into sanja.is.com.ua:/home/bell/mysql/bk/work-5.0
-
- 26 Aug, 2004 5 commits
-
-
bell@sanja.is.com.ua authored
-
bell@sanja.is.com.ua authored
fixed other Item_ref methods where result_field involved
-
pem@mysql.com authored
into mysql.com:/home/pem/work/mysql-5.0-merge
-
pem@mysql.comhem.se authored
This finishes (almost) WL#2002: Implement stored procedure GOTO. Only the syntax issue for free labels remains ("label L;" vs "L:").
-
bell@sanja.is.com.ua authored
-
- 25 Aug, 2004 4 commits
-
-
bell@sanja.is.com.ua authored
-
bell@sanja.is.com.ua authored
-
bell@sanja.is.com.ua authored
into sanja.is.com.ua:/home/bell/mysql/bk/work-5.0
-
bell@sanja.is.com.ua authored
-
- 24 Aug, 2004 10 commits
-
-
bell@sanja.is.com.ua authored
-
bell@sanja.is.com.ua authored
-
bell@sanja.is.com.ua authored
-
bell@sanja.is.com.ua authored
-
bell@sanja.is.com.ua authored
items for functions which is converted to constants internally to support its correct printing added (BUG#4663)
-
pem@mysql.comhem.se authored
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).
-
bell@sanja.is.com.ua authored
-
pem@mysql.com authored
into mysql.com:/home/pem/work/mysql-5.0-merge
-
pem@mysql.comhem.se authored
unions (crashed randomly), and made "label" not a reserved word.
-
bell@sanja.is.com.ua authored
into sanja.is.com.ua:/home/bell/mysql/bk/work-5.0
-
- 23 Aug, 2004 3 commits
-
-
heikki@hundin.mysql.fi authored
Fix mysql-test failure in the 5.0 tree on Aug 23: label seems to be a reserved word in 5.0, and we to use it a s a column name we must but it inside backticks
-
bell@sanja.is.com.ua authored
-
bell@sanja.is.com.ua authored
-
- 19 Aug, 2004 1 commit
-
-
mskold@mysql.com authored
-
- 17 Aug, 2004 2 commits
-
-
pem@mysql.com authored
into mysql.com:/home/pem/work/mysql-5.0-merge
-
pem@mysql.comhem.se authored
Mostly done, it works, but the temporary LABEL syntax still to be fixed.
-
- 16 Aug, 2004 4 commits
-
-
bell@sanja.is.com.ua authored
into sanja.is.com.ua:/home/bell/mysql/bk/mysql-5.0
-
bell@sanja.is.com.ua authored
resolve UPDATE fields belonged to VIEWs as Item_field (instead of Item_ref) in prepared statements, too (BUG#4999)
-
sergefp@mysql.com authored
into mysql.com:/dbdata/psergey/mysql-5.0-root
-
bell@sanja.is.com.ua authored
-
- 15 Aug, 2004 1 commit
-
-
bell@sanja.is.com.ua authored
-