[MDEV-9239] CONNECT ENGINE TBL gets 'database' confused Created: 2015-12-04 Updated: 2016-01-10 Resolved: 2016-01-10 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - Connect |
| Affects Version/s: | 10.0, 10.1 |
| Fix Version/s: | 10.0.24, 10.1.11 |
| Type: | Bug | Priority: | Minor |
| Reporter: | James R. Leu | Assignee: | Olivier Bertrand |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Centos 7, linux x86_64 |
||
| Description |
|
If the resulting table produced from a ENGINE=CONNECT table_type=TBL is the same name as one of the contained tables, attempt to query the new table fail with
Here is how to reproduce
|
| Comments |
| Comment by Elena Stepanova [ 2016-01-07 ] | |||||
|
Thanks for the report and test case. | |||||
| Comment by Olivier Bertrand [ 2016-01-10 ] | |||||
|
This bug was not specific to the TBL table type but could occur with all types using PROXY tables. A simple test case can be:
Does not fail anymore. | |||||
| Comment by James R. Leu [ 2016-01-10 ] | |||||
|
Awesome! I look forward to testing 10.1.11 |