Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
ddb1f7c4
Commit
ddb1f7c4
authored
May 24, 2022
by
Monty
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove warning when using connect have_libxml2.inc
parent
847ca89d
Changes
9
Show whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
2 additions
and
16 deletions
+2
-16
storage/connect/mysql-test/connect/r/alter_xml2.result
storage/connect/mysql-test/connect/r/alter_xml2.result
+0
-2
storage/connect/mysql-test/connect/r/infoschema2-9739.result
storage/connect/mysql-test/connect/r/infoschema2-9739.result
+0
-2
storage/connect/mysql-test/connect/r/xml2.result
storage/connect/mysql-test/connect/r/xml2.result
+0
-2
storage/connect/mysql-test/connect/r/xml2_grant.result
storage/connect/mysql-test/connect/r/xml2_grant.result
+0
-2
storage/connect/mysql-test/connect/r/xml2_html.result
storage/connect/mysql-test/connect/r/xml2_html.result
+0
-2
storage/connect/mysql-test/connect/r/xml2_mdev5261.result
storage/connect/mysql-test/connect/r/xml2_mdev5261.result
+0
-2
storage/connect/mysql-test/connect/r/xml2_mult.result
storage/connect/mysql-test/connect/r/xml2_mult.result
+0
-2
storage/connect/mysql-test/connect/r/xml2_zip.result
storage/connect/mysql-test/connect/r/xml2_zip.result
+0
-2
storage/connect/mysql-test/connect/t/have_libxml2.inc
storage/connect/mysql-test/connect/t/have_libxml2.inc
+2
-0
No files found.
storage/connect/mysql-test/connect/r/alter_xml2.result
View file @
ddb1f7c4
Warnings:
Warning 1105 No file name. Table will use t1.xml
#
# Testing changing table type (not in-place)
#
...
...
storage/connect/mysql-test/connect/r/infoschema2-9739.result
View file @
ddb1f7c4
Warnings:
Warning 1105 No file name. Table will use t1.xml
create table t1 (i int) engine=Connect table_type=XML option_list='xmlsup=libxml2';
Warnings:
Warning 1105 No file name. Table will use t1.xml
...
...
storage/connect/mysql-test/connect/r/xml2.result
View file @
ddb1f7c4
Warnings:
Warning 1105 No file name. Table will use t1.xml
SET NAMES utf8;
#
# Testing tag values
...
...
storage/connect/mysql-test/connect/r/xml2_grant.result
View file @
ddb1f7c4
Warnings:
Warning 1105 No file name. Table will use t1.xml
#
# Beginning of grant.inc
#
...
...
storage/connect/mysql-test/connect/r/xml2_html.result
View file @
ddb1f7c4
Warnings:
Warning 1105 No file name. Table will use t1.xml
SET NAMES utf8;
#
# Testing HTML like XML file
...
...
storage/connect/mysql-test/connect/r/xml2_mdev5261.result
View file @
ddb1f7c4
Warnings:
Warning 1105 No file name. Table will use t1.xml
SET NAMES utf8;
CREATE TABLE t1 (i INT UNIQUE NOT NULL) ENGINE=CONNECT TABLE_TYPE=XML FILE_NAME='xt1.xml' OPTION_LIST='xmlsup=libxml2,Rownode=N';
ERROR HY000: Table type XML is not indexable
...
...
storage/connect/mysql-test/connect/r/xml2_mult.result
View file @
ddb1f7c4
Warnings:
Warning 1105 No file name. Table will use t1.xml
SET NAMES utf8;
#
# Testing expanded values
...
...
storage/connect/mysql-test/connect/r/xml2_zip.result
View file @
ddb1f7c4
Warnings:
Warning 1105 No file name. Table will use t1.xml
#
# Testing zipped XML tables
#
...
...
storage/connect/mysql-test/connect/t/have_libxml2.inc
View file @
ddb1f7c4
--
disable_query_log
--
disable_warnings
--
error
0
,
ER_UNKNOWN_ERROR
CREATE
TABLE
t1
(
a
VARCHAR
(
10
))
ENGINE
=
CONNECT
TABLE_TYPE
=
XML
OPTION_LIST
=
'xmlsup=libxml2'
;
...
...
@@ -12,6 +13,7 @@ if (!`SELECT count(*) FROM INFORMATION_SCHEMA.TABLES
Skip
Need
LIBXML2
;
}
DROP
TABLE
t1
;
--
enable_warnings
--
enable_query_log
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment