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'

_______________________________________________
Mailing list: https://launchpad.net/~maria-discuss
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~maria-discuss
More help   : https://help.launchpad.net/ListHelp

Reply via email to