1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-30 11:22:14 +03:00
Files
mariadb/mysql-test/t
unknown 04ff9d4da0 Fixed bug #27695: View should not be allowed to have empty or
all space column names.

The parser has been modified to check VIEW column names
with the check_column_name function and to report an error
on empty and all space column names (same as for TABLE
column names).


sql/sql_yacc.yy:
  Fixed bug #27695.
  The parser has been modified to check VIEW column aliases
  with the check_column_name function and to report an error
  on empty columns and all space columns (same as for TABLE
  column names).
mysql-test/t/select.test:
  Updated test case for bug #27695.
mysql-test/r/select.result:
  Updated test case for bug #27695.
2007-10-25 10:32:52 +05:00
..
2007-08-29 12:44:43 +02:00
2007-05-17 19:38:34 +03:00
2007-07-30 21:05:56 +05:00
2007-06-07 20:25:22 +02:00
2007-08-07 05:35:20 -04:00
2007-04-10 16:55:48 +03:00
2007-03-08 00:27:42 +03:00
2007-07-23 23:35:43 -07:00
2007-06-28 16:03:01 -07:00
2007-06-28 16:03:01 -07:00
2007-07-06 11:35:10 -07:00
2007-07-06 11:35:10 -07:00
2007-03-20 19:36:11 +01:00
2007-05-16 09:51:05 +04:00
2007-07-11 18:45:35 -07:00
2007-02-24 13:12:20 +03:00
2007-06-21 21:39:52 -04:00
2007-02-24 13:12:20 +03:00
2007-06-20 14:21:48 +05:00
2007-08-31 16:59:07 +05:00
2007-08-31 16:59:07 +05:00
2007-03-21 09:13:05 +01:00
2007-06-17 22:04:01 +02:00
2007-06-01 17:49:01 +04:00
2007-08-29 12:47:00 +02:00
2007-06-01 17:49:01 +04:00
2007-06-21 16:55:52 +02:00
2007-06-01 18:04:25 +04:00
2007-06-22 09:28:38 +05:00
2007-05-24 15:35:43 +05:00
2007-05-31 17:30:56 +05:00
2007-09-24 12:42:44 +02:00
2007-10-16 11:16:31 -06:00
2007-06-06 18:55:21 +05:00
2007-04-17 12:32:01 +02:00
2007-10-23 21:32:30 +04:00
2007-07-22 18:26:16 -07:00
2007-07-15 21:51:36 +04:00
2007-03-29 09:08:30 +05:00
2007-06-03 14:46:09 +04:00
2007-02-24 13:12:20 +03:00
2007-04-23 17:15:51 +03:00