[MDEV-6925] Remove bad "" operators Created: 2014-10-24 Updated: 2014-10-26 Resolved: 2014-10-26 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - InnoDB, Storage Engine - XtraDB |
| Affects Version/s: | 10.0.14 |
| Fix Version/s: | 10.0.15 |
| Type: | Bug | Priority: | Trivial |
| Reporter: | Jan Lindström (Inactive) | Assignee: | Jan Lindström (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Comments |
| Comment by Jan Lindström (Inactive) [ 2014-10-26 ] |
|
revno: 4462 Merged Facebook commit ec1aac68c74f3c1e558d057c4c9fcfe6edbbea93 In C++11, "" is not parsed as before. So "A""B" is not the same as "AB". |