[MDEV-8503] CONNECT STORAGE ENGINE Created: 2015-07-20  Updated: 2015-10-31  Resolved: 2015-10-31

Status: Closed
Project: MariaDB Server
Component/s: Character Sets, Data Definition - Alter Table, Partitioning, Storage Engine - Connect
Fix Version/s: N/A

Type: Task Priority: Critical
Reporter: jinhwan Assignee: Sergei Golubchik
Resolution: Duplicate Votes: 0
Labels: None

Issue Links:
Duplicate
is duplicated by MDEV-5271 Support engine-defined attributes per... Closed

 Description   

Can not use the date_format in the partition table?

– test
drop table t2 ;
create table t2
(id int not null
,msg varchar(32)
,birth date not null date_format='DD/MM/YYYY'
,index XID(id)
)engine=connect table_type=FIX file_name='E:\\Log\\2014-12-17
%s.txt
'partition by range(id)
(partition `1` values less than(10)
,partition `2` values less than(50)
,partition `3` values less than(MAXVALUE));

--ERROR
ERROR 1911 (HY000): Unknown option 'date_format'



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

It's a duplicate of MDEV-5271

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