mirror of
https://github.com/MariaDB/server.git
synced 2025-11-22 17:44:29 +03:00
If SELECT-part of CREATE VIEW statement contains '\Z', it is not handled correctly. The problem was in String::print(). Symbol with code 032 (26) is replaced with '\z', which is not supported by the lexer. The fix is to replace the symbol with '\Z'.
24 KiB
24 KiB