[MDEV-15195] main.type_blob failed in buildbot with wrong result Created: 2018-02-03  Updated: 2023-11-29  Resolved: 2023-11-29

Status: Closed
Project: MariaDB Server
Component/s: Tests
Affects Version/s: 10.1
Fix Version/s: N/A

Type: Bug Priority: Major
Reporter: Elena Stepanova Assignee: Unassigned
Resolution: Won't Fix Votes: 0
Labels: None


 Description   

http://buildbot.askmonty.org/buildbot/builders/kvm-deb-stretch-ppc64le/builds/1567/steps/mtr/logs/stdio

main.type_blob                           w1 [ fail ]
        Test ended at 2018-01-08 04:21:58
 
CURRENT_TEST: main.type_blob
--- /usr/share/mysql/mysql-test/r/type_blob.result	2018-01-08 02:48:57.000000000 -0500
+++ /dev/shm/var/1/log/type_blob.reject	2018-01-08 04:21:57.895854615 -0500
@@ -617,7 +617,7 @@
 3	NULL
 explain select * from t1 where txt='Chevy' or txt is NULL;
 id	select_type	table	type	possible_keys	key	key_len	ref	rows	Extra
-1	SIMPLE	t1	ref_or_null	txt_index	txt_index	23	const	2	Using where
+1	SIMPLE	t1	ALL	txt_index	NULL	NULL	NULL	3	Using where
 select * from t1 where txt='Chevy ';
 id	txt
 1	Chevy
 
mysqltest: Result length mismatch


Generated at Thu Feb 08 08:19:23 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.