[MDEV-5455] ConnectSE: ODBC: do not throw an error on empty CATFUNC=Columns Created: 2013-12-16 Updated: 2014-04-25 Resolved: 2014-04-25 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 10.0.10 |
| Fix Version/s: | 10.0.11 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Alexander Barkov | Assignee: | Olivier Bertrand |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | connect-engine | ||
| Description |
|
If the table 't3' does not exist in the remote DSN, the SELECT
It should return an empty set. It does not seem to be useful to send a warning (instead of the error) on every SELECT. |
| Comments |
| Comment by Olivier Bertrand [ 2014-04-25 ] |
|
Applies to all ODBC catalog functions |
| Comment by Olivier Bertrand [ 2014-04-25 ] |
|
No warnings sent when getting an empty result. |