Details
-
Bug
-
Status: Closed (View Workflow)
-
Trivial
-
Resolution: Fixed
-
10.0.14
-
None
Attachments
Issue Links
- is part of
-
MDEV-6039 WebScaleSQL patches
-
- Closed
-
MDEV-6039
WebScaleSQL patches
revno: 4462
committer: Jan Lindström <jplindst@mariadb.org>
branch nick: 10.0-innodb
timestamp: Sun 2014-10-26 07:29:37 +0200
message:
MDEV-6925: Remove bad "" operators.Merged Facebook commit ec1aac68c74f3c1e558d057c4c9fcfe6edbbea93
authored by Steaphan Greene from https://github.com/facebook/mysql-5.6
In C++11, "" is not parsed as before. So "A""B" is not the same as "AB".
Instead, whitespace is required, like: "A" "B"