[MDEV-5307] CONNECT tests fail if compiled without performance schema Created: 2013-11-18  Updated: 2022-10-31  Resolved: 2022-10-31

Status: Closed
Project: MariaDB Server
Component/s: Storage Engine - Connect
Affects Version/s: 10.0.5
Fix Version/s: N/A

Type: Bug Priority: Minor
Reporter: Sergey Vojtovich Assignee: Sergei Golubchik
Resolution: Fixed Votes: 0
Labels: connect-engine
Environment:

cmake -DWITH_PERFSCHEMA_STORAGE_ENGINE=OFF
mtr --suite=connect



 Description   

Failing tests: connect.bin connect.csv connect.dbf connect.dir connect.fix connect.fmt connect.general connect.grant connect.index connect.ini.

Failure example:

CURRENT_TEST: connect.null
mysqltest: At line 14: query 'INSERT INTO t1 values(10,4,NULL),(20,2,'Hello'),(0,0,'Zero')' failed: 1296: Got error 174 'Open(a+b) error 2 on /./test/t1.fix: No such file or directory' from CONNECT
 
The result from queries just before the failure was:
#
# Testing FIX null columns
#
CREATE TABLE t1
(
id INT NOT NULL,
nb INT,
msg VARCHAR(12)
) ENGINE=CONNECT TABLE_TYPE=FIX;
Warnings:
Warning	1105	No file name. Table will use t1.fix
Warning	1105	Error 2 creating file /./test/t1.fix
INSERT INTO t1 values(NULL,1,'Hello');
ERROR 23000: Column 'id' cannot be null
INSERT INTO t1 values(10,4,NULL),(20,2,'Hello'),(0,0,'Zero');



 Comments   
Comment by Sergei Golubchik [ 2022-10-31 ]

fixed long time ago

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