summaryrefslogtreecommitdiff
path: root/mysql-test/main/endspace.result
diff options
context:
space:
mode:
authorMonty <monty@mariadb.org>2020-03-05 14:10:03 +0200
committerMonty <monty@mariadb.org>2020-03-09 13:53:34 +0200
commitc037cdadf47fc6dd0546ddade9f9168bed8a3690 (patch)
treeaf0703eb5fcba6fdd521950a0767e1274c57d7e3 /mysql-test/main/endspace.result
parenta24d0926b9459d715709d86a84a172cdce3b1bec (diff)
downloadmariadb-git-c037cdadf47fc6dd0546ddade9f9168bed8a3690.tar.gz
Added keyread_time() to HEAP
The default keyread_time() was optimized for blocks and not suitable for HEAP. The effect was the HEAP prefered table scans over ranges for btree indexes. Fixed also get_sweep_read_cost() for HEAP tables.
Diffstat (limited to 'mysql-test/main/endspace.result')
-rw-r--r--mysql-test/main/endspace.result2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/main/endspace.result b/mysql-test/main/endspace.result
index a0f53167148..f9619db7e64 100644
--- a/mysql-test/main/endspace.result
+++ b/mysql-test/main/endspace.result
@@ -145,8 +145,8 @@ teststring
teststring
select * from t1 where text1='teststring' or text1 >= 'teststring\t';
text1
-teststring
teststring
+teststring
select * from t1 order by text1;
text1
nothing