[MCOL-1025] When source table does not exist or is empty in Master database, adapter gives incorrect error Created: 2017-11-10 Updated: 2023-10-26 Resolved: 2018-01-10 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | ? |
| Affects Version/s: | 1.1.1 |
| Fix Version/s: | 1.1.0 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Dipti Joshi (Inactive) | Assignee: | markus makela |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Table t3 does not exist in test database on master - the error given is Failed to read row. Instead of it should say "Table does not exist on master"
Same happens if Table t3 exists on master , but is empty with no rows. - In this case there should not be an error due to master side. |
| Comments |
| Comment by markus makela [ 2017-11-10 ] | |||
|
The error message has been fixed in 70b01f0555e70872a607f18678976c6c42463a6a. Due to the fact that MaxScale only creates the table when the first row is received, there's currently no way to know the difference between an empty table an a table that does not exist.
|