summaryrefslogtreecommitdiff
path: root/mysql-test/r/myisam.result
diff options
context:
space:
mode:
authorSergei Petrunia <psergey@askmonty.org>2016-11-21 10:33:09 +0000
committerSergei Petrunia <psergey@askmonty.org>2016-11-21 10:33:09 +0000
commit6fb94c3e430df86e8b585599a28f3208c5615081 (patch)
tree07662354975cac635d4fb1ded99430996e586a8e /mysql-test/r/myisam.result
parent3876f461a8baa4e878baf4604543c14b938905a6 (diff)
downloadmariadb-git-6fb94c3e430df86e8b585599a28f3208c5615081.tar.gz
MDEV-11320: MariaRocks: rocksdb.type_text_indexes fails
Backport the fix for BUG#81810 from facebook/mysql-5.6 tree. Added the original testcase. rocksdb.type_text_indexes still fails due to another problem.
Diffstat (limited to 'mysql-test/r/myisam.result')
-rw-r--r--mysql-test/r/myisam.result2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/myisam.result b/mysql-test/r/myisam.result
index 898609e1ec2..c47a9b9fc06 100644
--- a/mysql-test/r/myisam.result
+++ b/mysql-test/r/myisam.result
@@ -1108,8 +1108,8 @@ length(c1) c1
0
SELECT DISTINCT length(c1), c1 FROM t1 ORDER BY c1;
length(c1) c1
-0
2 A
+0
2 B
DROP TABLE t1;
End of 4.1 tests