Bug #21963 | Views doesn't store formatting (line breaks, extra spaces) | ||
---|---|---|---|
Submitted: | 1 Sep 2006 11:09 | Modified: | 2 Sep 2006 9:01 |
Reporter: | Markku Parviainen | Email Updates: | |
Status: | Duplicate | Impact on me: | |
Category: | MySQL Server | Severity: | S4 (Feature request) |
Version: | 5.0.22 | OS: | Solaris (solaris 8 sparc) |
Assigned to: | CPU Architecture: | Any | |
Tags: | formatting, line breaks, procedures, Views |
[1 Sep 2006 11:09]
Markku Parviainen
[1 Sep 2006 11:13]
Markku Parviainen
Oh my, copied wrong lines on example part. Supposed to be like this. mysql> create view b as select a, '0' -> from a -> where -> a = 0; Query OK, 0 rows affected (0.03 sec) mysql> show create view b; +------+-------------------------------------------------------------------------------------------------------------------------------------------------------------+ | View | Create View | +------+-------------------------------------------------------------------------------------------------------------------------------------------------------------+ | b | CREATE ALGORITHM=UNDEFINED DEFINER=`root`@`localhost` SQL SECURITY DEFINER VIEW `b` AS select `a`.`a` AS `a`,_latin1'0' AS `0` from `a` where (`a`.`a` = 0) | +------+-------------------------------------------------------------------------------------------------------------------------------------------------------------+ 1 row in set (0.00 sec)
[2 Sep 2006 9:01]
Valeriy Kravchuk
Thank you for a feature reuqst. It is a duplicate of bug #14369, bug #5159, bug #13109, ... One of the "most wanted" features, it seems.