[MDEV-5389] ConnectSE: ODBC: crash if no DSN specified Created: 2013-12-05 Updated: 2013-12-10 Resolved: 2013-12-10 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 10.0.6 |
| Fix Version/s: | 10.0.7 |
| Type: | Bug | Priority: | Major |
| Reporter: | Alexander Barkov | Assignee: | Alexander Barkov |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
If a user erroneously doesn't specify a DSN name in the connection string, e.g. like this:
It crashes with the following stack trace:
|
| Comments |
| Comment by Alexander Barkov [ 2013-12-10 ] |
|
Fix problem was fixed by Olivier in 10.0-connect. Tests added in: |
| Comment by Alexander Barkov [ 2013-12-10 ] |
|
s/Fix problem/This problem |