[MDEV-15514] Website example not working Created: 2018-03-08 Updated: 2018-03-08 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - Connect |
| Affects Version/s: | 10.2.13 |
| Fix Version/s: | 10.2 |
| Type: | Bug | Priority: | Major |
| Reporter: | Eduardo Reyes | Assignee: | Olivier Bertrand |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Environment: |
openSUSE Leap 42.3 x64 |
||
| Description |
|
All the examples on webpage https://mariadb.com/kb/en/library/connect-xml-table-type/ run Ok but after running: create table xsacol The query: select column_name Name, type_name Type, column_size Size, nullable, xpath from xsacol; returns the following error: SQL Error (1030): Got error 174 "Fatal error during initialization of handler" from storage engine CONNECT |