diff options
author | unknown <heikki@hundin.mysql.fi> | 2003-07-02 13:15:45 +0300 |
---|---|---|
committer | unknown <heikki@hundin.mysql.fi> | 2003-07-02 13:15:45 +0300 |
commit | 7ad2b84907b4bc5d40551f85c8cdf6d3af1fc29a (patch) | |
tree | 6ebbe046419deca6862ccca8c283c4cb89d5459d /mysql-test/t/innodb.test | |
parent | c7c8a913ae25ef395a5109b9e044a02608c02e9d (diff) | |
download | mariadb-git-7ad2b84907b4bc5d40551f85c8cdf6d3af1fc29a.tar.gz |
innodb.test, innodb.result:
Remove nondeterministic EXPLAIN SELECT which gives on 64-bit platforms a slightly different estimate (sometimes we should study why we get different results on 64-bit and 32-bit)
mysql-test/r/innodb.result:
Remove nondeterministic EXPLAIN SELECT which gives on 64-bit platforms a slightly different estimate (sometimes we should study why we get different results on 64-bit and 32-bit)
mysql-test/t/innodb.test:
Remove nondeterministic EXPLAIN SELECT which gives on 64-bit platforms a slightly different estimate (sometimes we should study why we get different results on 64-bit and 32-bit)
Diffstat (limited to 'mysql-test/t/innodb.test')
-rw-r--r-- | mysql-test/t/innodb.test | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mysql-test/t/innodb.test b/mysql-test/t/innodb.test index cf203d87c8b..05b4370d0e0 100644 --- a/mysql-test/t/innodb.test +++ b/mysql-test/t/innodb.test @@ -830,7 +830,6 @@ insert into t1 (a) select b from t2; select count(*) from t1; explain select * from t1 where c between 1 and 10000; update t1 set c=a; -explain select * from t1 where c between 1 and 10000; drop table t1,t2; # |