Why MySQL completely reformat the VIEW query text?
问题 Using Firebird and SQL Server, when I create an VIEW the query text remain exactly as I wrote. No matter if I use SQLDBX, IbExpert, FlameRobin or SSMS, it extracts the same query text. But when it comes to MySQL, it COMPLETELY changes the query text. And when I extract it to a script, the carefully indented query text converts in a one BIG line of text. It's indifferent if using an ODBC application (SQLDBX) or MySQL WorkBench, it's absolutely annoying. After said that: There's some reasoning