summaryrefslogtreecommitdiff
path: root/storage/connect/blkfil.h
Commit message (Collapse)AuthorAgeFilesLines
* compilation warnings in ConnectSergei Golubchik2017-05-191-4/+4
|
* - FIX errors and some gcc warningsOlivier Bertrand2014-07-201-8/+8
| | | | | | | | | | | | | | | | | | | | | | modified: storage/connect/array.cpp storage/connect/array.h storage/connect/blkfil.cpp storage/connect/blkfil.h storage/connect/filter.cpp storage/connect/filter.h storage/connect/ha_connect.cc storage/connect/tabdos.cpp - FIX problems of DIR table on LINUX: The order of the result is not the same than the one on Windows An error occurs when no file match the pattern Also the row numbers may also be different (not fixed yet) modified: storage/connect/mysql-test/connect/r/part_file.result storage/connect/mysql-test/connect/r/part_table.result storage/connect/mysql-test/connect/t/part_file.test
* - Adding files needed for block indexingOlivier Bertrand2014-03-101-0/+295
added: storage/connect/array.cpp storage/connect/array.h storage/connect/blkfil.cpp storage/connect/blkfil.h storage/connect/filter.cpp storage/connect/filter.h