diff options
author | Michael Widenius <monty@mariadb.org> | 2022-05-19 02:32:18 +0300 |
---|---|---|
committer | Monty <monty@mariadb.org> | 2022-05-24 14:13:35 +0300 |
commit | 847ca89d6d352360e8ab6ffee7ef7aa35aff692d (patch) | |
tree | bfb71fa0cf224da2103dfbfa71404927c6a372a9 /storage/connect | |
parent | 734f10f60155acd70db9227e25242e7ad6a3700d (diff) | |
download | mariadb-git-847ca89d6d352360e8ab6ffee7ef7aa35aff692d.tar.gz |
Added check for libxml2 for connect.misc
Test will fail if XML support is not compiled. This can happen if
XML support is disabled or if the libxml2 library is not installed.
Diffstat (limited to 'storage/connect')
-rw-r--r-- | storage/connect/mysql-test/connect/t/misc.test | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/storage/connect/mysql-test/connect/t/misc.test b/storage/connect/mysql-test/connect/t/misc.test index 4dc8dded651..5cfe2a8fdbb 100644 --- a/storage/connect/mysql-test/connect/t/misc.test +++ b/storage/connect/mysql-test/connect/t/misc.test @@ -1,3 +1,4 @@ +--source have_libxml2.inc # Overlong table type --error ER_UNKNOWN_ERROR |