summaryrefslogtreecommitdiff
path: root/mysql-test/t/information_schema.test
diff options
context:
space:
mode:
authorSergei Golubchik <sergii@pisem.net>2012-02-07 16:22:36 +0100
committerSergei Golubchik <sergii@pisem.net>2012-02-07 16:22:36 +0100
commit2682a280c8095a367fc8cbe2c1323ba4340f75e8 (patch)
tree4c6aeb798dcb963b0df31cf3da1e823a70d67608 /mysql-test/t/information_schema.test
parente83dd9b517239dedb727263c7eeda89ada6d4c57 (diff)
downloadmariadb-git-2682a280c8095a367fc8cbe2c1323ba4340f75e8.tar.gz
allow suite.pm to skip combinations that originate from test/include files.
storage/innobase/handler/handler0alter.cc: for NEWDATE key_type says unsigned, thus col->prtype says unsigned, but field->flags says signed. Use the same flag for value retrieval that was used for value storage.
Diffstat (limited to 'mysql-test/t/information_schema.test')
-rw-r--r--mysql-test/t/information_schema.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/mysql-test/t/information_schema.test b/mysql-test/t/information_schema.test
index 2e8b1420db8..b0f8ddd375f 100644
--- a/mysql-test/t/information_schema.test
+++ b/mysql-test/t/information_schema.test
@@ -8,8 +8,8 @@
# on the presence of the log tables (which are CSV-based).
--source include/have_csv.inc
-# Check that InnoDB/XtraDB was compiled in as result depends on it
--- source include/have_innodb.inc
+# Check that XtraDB is enabled as result depends on it
+-- source include/have_xtradb.inc
# Save the initial number of concurrent sessions
--source include/count_sessions.inc