summaryrefslogtreecommitdiff
path: root/mysql-test/r/xtradb_mrr.result
diff options
context:
space:
mode:
authorSergei Golubchik <serg@mariadb.org>2016-12-27 19:40:07 +0100
committerSergei Golubchik <serg@mariadb.org>2016-12-29 13:23:49 +0100
commitab89359dde2f8fce2f1b7d233587804f459b9348 (patch)
tree46e5a7ecc8da4e48592720fd019c95fb557f051c /mysql-test/r/xtradb_mrr.result
parentb3d6cbc25a14cc73c5844b051d76f8967c653121 (diff)
downloadmariadb-git-ab89359dde2f8fce2f1b7d233587804f459b9348.tar.gz
enable tests that were skipped because of have_xtradb
* some of these tests run just fine with InnoDB: -> s/have_xtradb/have_innodb/ * sys_var tests did basic tests for xtradb only variables -> remove them, they're useless anyway (sysvar_innodb does it better) * multi_update had innodb specific tests -> move to multi_update_innodb.test
Diffstat (limited to 'mysql-test/r/xtradb_mrr.result')
-rw-r--r--mysql-test/r/xtradb_mrr.result2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/xtradb_mrr.result b/mysql-test/r/xtradb_mrr.result
index c238d0530af..db90ada8053 100644
--- a/mysql-test/r/xtradb_mrr.result
+++ b/mysql-test/r/xtradb_mrr.result
@@ -313,7 +313,7 @@ from t1 A, t1 B, t1 C;
explain
select count(length(a) + length(filler)) from t2 force index (a) where a>='a-1000-a' and a <'a-1001-a';
id select_type table type possible_keys key key_len ref rows Extra
-1 SIMPLE t2 range a a 9 NULL 99 Using index condition; Rowid-ordered scan
+1 SIMPLE t2 range a a 9 NULL 100 Using index condition; Rowid-ordered scan
select count(length(a) + length(filler)) from t2 force index (a) where a>='a-1000-a' and a <'a-1001-a';
count(length(a) + length(filler))
100