diff options
author | Davi Arnaut <Davi.Arnaut@Sun.COM> | 2009-11-10 18:43:43 -0200 |
---|---|---|
committer | Davi Arnaut <Davi.Arnaut@Sun.COM> | 2009-11-10 18:43:43 -0200 |
commit | ff847056319f41cd8b6c70833ec3647146d12c72 (patch) | |
tree | fed1d3717bed422e5e9dbacb0b35b0254b93b200 /sql/field.h | |
parent | e879919a9f7bb3681bc4a8522c30e335d1fc28ce (diff) | |
download | mariadb-git-ff847056319f41cd8b6c70833ec3647146d12c72.tar.gz |
Backport of Bug#27249 to mysql-next-mr
------------------------------------------------------------
revno: 2476.784.4
revision-id: sp1r-davi@moksha.local-20071008114751-46069
parent: sp1r-davi@moksha.local-20071003002731-48537
committer: davi@moksha.local
timestamp: Mon 2007-10-08 08:47:51 -0300
message:
Bug#27249 table_wild with alias: select t1.* as something
Aliases to table wildcards are silently ignored, but they should
not be allowed as it is non-standard and currently useless. There
is not point in having a alias to a wildcard of column names.
The solution is to rewrite the select_item rule so that aliases
for table wildcards are not accepted.
Contribution by Martin Friebe
mysql-test/r/alias.result:
Add test case result for Bug#27249
mysql-test/t/alias.test:
Add test case for Bug#27249
sql/sql_yacc.yy:
Split up select_item rule so that aliases for table wildcards
are not accepted by the parser.
Diffstat (limited to 'sql/field.h')
0 files changed, 0 insertions, 0 deletions