[MDEV-3996] Cassandra: Error message for ER_CONNECT_TO_FOREIGN_DATA_SOURCE does not fit into allowed 64 symbols Created: 2013-01-04 Updated: 2014-04-16 Resolved: 2014-04-16 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 10.0.1 |
| Fix Version/s: | 10.0.11 |
| Type: | Bug | Priority: | Trivial |
| Reporter: | Elena Stepanova | Assignee: | Sergei Petrunia |
| Resolution: | Won't Fix | Votes: | 0 |
| Labels: | cassandra | ||
| Issue Links: |
|
||||||||
| Description |
|
It's not strictly Cassandra-specific of course, any message longer than 64 symbols would have been truncated; unfortunately, here we lose an essential part of the diagnostics, not just a quote of our wrong line. Maybe it's possible to allow a longer line for the error message. |