[MDEV-12654] fuzzy error message on attempt to insert data in DIR type CONNECT engine Created: 2017-05-01  Updated: 2017-05-01

Status: Open
Project: MariaDB Server
Component/s: Storage Engine - Connect
Affects Version/s: 10.1.22
Fix Version/s: 10.1

Type: Bug Priority: Minor
Reporter: Alice Sherepa Assignee: Olivier Bertrand
Resolution: Unresolved Votes: 0
Labels: None


 Description   

Error message is "COLBLK SetBuffer: undefined Access Method" on attempt to insert data in a table of DIR type (CONNECT engine)

create table t3 (
  fpath varchar(255) NOT NULL flag=1,
  fname varchar(255) NOT NULL flag=2
)engine=CONNECT table_type=DIR file_name='/home/alice/Downloads/*' option_list='subdir=1'
--------------
Query OK, 0 rows affected (0.02 sec)
 
--------------
select * from t3
--------------
+------------------------+-------+
| fpath                  | fname |
+------------------------+-------+
| /home/alice/Downloads/ | xx1   |
| /home/alice/Downloads/ | xx1   |
| /home/alice/Downloads/ | 1     |
+------------------------+-------+
3 rows in set (0.00 sec)
 
--------------
INSERT INTO t3 VALUES ("a","a")
--------------
ERROR 1296 (HY000) at line 25 in file: '/home/alice/t/c.sql': Got error 174 'COLBLK SetBuffer: undefined Access Method' from CONNECT


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