Commit ddb1f7c4 authored by Monty's avatar Monty

Remove warning when using connect have_libxml2.inc

parent 847ca89d
Warnings:
Warning 1105 No file name. Table will use t1.xml
# #
# Testing changing table type (not in-place) # Testing changing table type (not in-place)
# #
......
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'; create table t1 (i int) engine=Connect table_type=XML option_list='xmlsup=libxml2';
Warnings: Warnings:
Warning 1105 No file name. Table will use t1.xml Warning 1105 No file name. Table will use t1.xml
......
Warnings:
Warning 1105 No file name. Table will use t1.xml
SET NAMES utf8; SET NAMES utf8;
# #
# Testing tag values # Testing tag values
......
Warnings:
Warning 1105 No file name. Table will use t1.xml
# #
# Beginning of grant.inc # Beginning of grant.inc
# #
......
Warnings:
Warning 1105 No file name. Table will use t1.xml
SET NAMES utf8; SET NAMES utf8;
# #
# Testing HTML like XML file # Testing HTML like XML file
......
Warnings:
Warning 1105 No file name. Table will use t1.xml
SET NAMES utf8; 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'; 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 ERROR HY000: Table type XML is not indexable
......
Warnings:
Warning 1105 No file name. Table will use t1.xml
SET NAMES utf8; SET NAMES utf8;
# #
# Testing expanded values # Testing expanded values
......
Warnings:
Warning 1105 No file name. Table will use t1.xml
# #
# Testing zipped XML tables # Testing zipped XML tables
# #
......
--disable_query_log --disable_query_log
--disable_warnings
--error 0,ER_UNKNOWN_ERROR --error 0,ER_UNKNOWN_ERROR
CREATE TABLE t1 (a VARCHAR(10)) CREATE TABLE t1 (a VARCHAR(10))
ENGINE=CONNECT TABLE_TYPE=XML OPTION_LIST='xmlsup=libxml2'; ENGINE=CONNECT TABLE_TYPE=XML OPTION_LIST='xmlsup=libxml2';
...@@ -12,6 +13,7 @@ if (!`SELECT count(*) FROM INFORMATION_SCHEMA.TABLES ...@@ -12,6 +13,7 @@ if (!`SELECT count(*) FROM INFORMATION_SCHEMA.TABLES
Skip Need LIBXML2; Skip Need LIBXML2;
} }
DROP TABLE t1; DROP TABLE t1;
--enable_warnings
--enable_query_log --enable_query_log
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment