~maria-captains/maria/10.0

Viewing all changes in revision 4462.

  • Committer: Jan Lindström
  • Date: 2014-10-26 05:29:37 UTC
  • Revision ID: jplindst@mariadb.org-20141026052937-ctmskuai677otib9
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"

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: