maria-discuss team mailing list archive
-
maria-discuss team
-
Mailing list archive
-
Message #02675
Re: new table format and CONNECT engine
I was trying the HEADER=1 but don`t work, check what i`m trying to do:
create table teste(
ticker char(68) not null,
ts timestamp not null field_format='II', (this should be a time64_t value)
bid double not null,
ask double not null,
last double not null,
volume bigint not null,
unknown char(2) not null
)
engine=CONNECT
readonly=1
header=1
table_type=bin
offset=432 (this don`t exists)
option_list='eof=1'
lrecl =110 (record size)
FILE_NAME='/home/mysql/data/ticks.dat'
Follow ups
References