[MDEV-29338] s3.basic fails with PS protocol, wrong errno Created: 2022-08-19  Updated: 2023-11-28

Status: Open
Project: MariaDB Server
Component/s: Storage Engine - S3, Tests
Affects Version/s: 10.5, 10.6, 10.7, 10.8, 10.9, 10.10
Fix Version/s: 10.5, 10.6

Type: Bug Priority: Minor
Reporter: Elena Stepanova Assignee: Michael Widenius
Resolution: Unresolved Votes: 0
Labels: None


 Description   

10.5 5fc172fd

$ perl ./mtr s3.basic --ps-protocol
 
s3.basic                                 [ fail ]
        Test ended at 2022-08-19 17:55:33
 
CURRENT_TEST: s3.basic
mysqltest: At line 32: query 'insert into t1 values (1,1)' failed with wrong errno 1136: 'Column count doesn't match value count at row 1', instead of 1036...
 
The result from queries just before the failure was:
< snip >
select count(*) from t1;
count(*)
10000
select a,b from t1 where a between 10 and 20;
a	b
10	20
11	21
12	22
13	23
14	24
15	25
16	26
17	27
18	28
19	29
20	30
explain select * from t1 where a between 10 and 20;
id	select_type	table	type	possible_keys	key	key_len	ref	rows	Extra
1	SIMPLE	t1	range	a	a	5	NULL	#	Using index condition
insert into t1 values (1,1);


Generated at Thu Feb 08 10:07:45 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.