[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
4GB, 2 CPU, 40GB HDD Virtual Machine on ESXi 6



 Description   

All the examples on webpage https://mariadb.com/kb/en/library/connect-xml-table-type/ run Ok but after running:

create table xsacol
engine=CONNECT table_type=XML file_name='Xsample.xml'
tabname='BIBLIO' option_list='rownode=BOOK,Level=1' catfunc=col;

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


Generated at Thu Feb 08 08:21:53 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.