1
0
mirror of https://github.com/MariaDB/server.git synced 2025-05-28 13:01:41 +03:00
Davi Arnaut ff84705631 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.
2009-11-10 18:43:43 -02:00
..
2009-10-23 15:22:21 +04:00
2009-08-27 15:59:25 +05:00
2009-02-10 16:27:35 +03:00
2009-09-10 11:58:13 +05:00
2009-08-20 14:30:59 +02:00
2009-09-10 03:18:29 -06:00
2009-01-23 13:22:05 +01:00
2009-09-10 03:18:29 -06:00
2009-10-23 17:07:45 +01:00
2008-09-03 13:06:03 +05:00
2009-09-10 03:18:29 -06:00
2009-06-01 16:00:38 +04:00
2009-09-11 01:15:41 -06:00
2009-09-10 03:18:29 -06:00
2009-09-10 03:18:29 -06:00
2009-03-27 10:18:06 +08:00
2009-11-04 10:17:39 +01:00
2009-10-23 15:22:21 +04:00
2009-04-29 07:59:10 +05:00
2009-10-28 10:55:44 +03:00
2009-11-02 14:10:04 +03:00
2009-11-02 14:10:04 +03:00
2009-02-26 18:17:06 +01:00
2009-02-03 14:45:17 +01:00
2009-05-06 15:00:14 +05:30
2009-06-15 17:36:51 +03:00
2009-02-10 16:27:35 +03:00
2009-10-23 15:22:21 +04:00
2009-11-02 14:10:04 +03:00
2009-09-10 03:18:29 -06:00
2009-03-16 20:54:50 +01:00
2008-10-23 21:27:09 +02:00
2009-11-02 14:10:04 +03:00
2009-09-10 03:18:29 -06:00
2009-10-29 10:03:16 +04:00
2009-02-19 18:22:28 +01:00
2009-10-19 14:58:13 +02:00
2009-10-19 17:36:19 +04:00
2008-07-03 23:41:22 +04:00
2009-10-13 23:31:03 +04:00
2009-10-13 23:31:03 +04:00
2009-09-10 03:18:29 -06:00
2009-02-19 17:59:00 +04:00
2009-09-10 03:18:29 -06:00
2009-09-10 03:18:29 -06:00
2009-09-10 03:18:29 -06:00
2009-09-10 03:18:29 -06:00
2009-09-10 03:18:29 -06:00
2009-06-10 11:58:36 +03:00
2009-09-28 16:48:40 +03:00
2008-07-07 11:43:56 +03:00
2008-12-13 19:42:12 +00:00
2009-02-09 22:00:15 +01:00
2009-02-14 20:14:10 +03:00
2009-09-10 03:18:29 -06:00
2009-05-15 12:11:07 +05:00
2009-05-10 21:20:35 +05:00
2009-10-23 15:22:21 +04:00
2009-10-28 10:55:44 +03:00
2009-10-19 15:14:43 +02:00