summaryrefslogtreecommitdiff
path: root/storage/connect/mysql-test/connect/t/infoschema2-9739.test
blob: 76681bc91ed027f392bafdf5d1210b20d3547926 (plain)
1
2
3
4
5
6
7
8
9
#
# MDEV-9739 Assertion `m_status == DA_ERROR || m_status == DA_OK' failed in Diagnostics_area::message() ; connect.xml* tests fail in buildbot
#

--source have_libxml2.inc

create table t1 (i int) engine=Connect table_type=XML option_list='xmlsup=libxml2';
select * from information_schema.tables where table_schema='test' and create_options like '%table_type=XML%';
drop table t1;