[MDEV-4855] No servid special column in ConnectSE Created: 2013-08-08 Updated: 2013-08-09 Resolved: 2013-08-09 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 10.0.3 |
| Fix Version/s: | 10.0.5 |
| Type: | Bug | Priority: | Major |
| Reporter: | erkan yanar | Assignee: | Olivier Bertrand |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | connect-engine | ||
| Environment: |
Ubuntu/Presice/LXContainer |
||
| Description |
|
ConnectSE ships with special columns. I.e. tabid and servid.
We build a table_type=tbl table with the special column tabid
Ok that works as expected. Now use the special column servid.
So servid is not there to be used. |
| Comments |
| Comment by Elena Stepanova [ 2013-08-08 ] |
|
SERVID is documented here: https://kb.askmonty.org/en/using-connect-virtual-and-special-columns/ , and also mentioned here: https://kb.askmonty.org/en/connect-table-types-using-the-tbl-and-mysql-types-together/ If it's not supported, it should be removed from documentation. |
| Comment by Olivier Bertrand [ 2013-08-09 ] |
|
Sure enough. The documentation is optimistic as SERVID is not yet fully implemented. |
| Comment by Olivier Bertrand [ 2013-08-09 ] |
|
SERVID is now implemented. For most table types it returns "Current". For ODBC tables it returns "ODBC". |