summaryrefslogtreecommitdiff
path: root/storage/connect/ioapi.h
Commit message (Collapse)AuthorAgeFilesLines
* Merge 10.4 into 10.5Marko Mäkelä2022-07-271-2/+3
|\
| * Fix building Connect storage engine ioapi code on OpenBSD / NetBSD / DragonFlyBrad Smith2022-07-251-2/+3
| |
* | Fix various spelling errors still found in codeOtto Kekäläinen2021-03-221-1/+1
|/ | | | | | | | | | | | | | | Reseting -> Resetting Unknow -> Unknown capabilites -> capabilities choosen -> chosen direcory -> directory informations -> information openned -> opened refered -> referred to access -> one to access missmatch -> mismatch succesfully -> successfully dont -> don't
* connect: compilation errors and few obvious bugsSergei Golubchik2017-01-171-2/+3
|
* - MDEV-11295: developing handling files contained in ZIP file.Olivier Bertrand2016-12-121-0/+208
A first experimental and limited implementation. modified: storage/connect/CMakeLists.txt modified: storage/connect/filamap.cpp new file: storage/connect/filamzip.cpp new file: storage/connect/filamzip.h modified: storage/connect/ha_connect.cc new file: storage/connect/ioapi.c new file: storage/connect/ioapi.h modified: storage/connect/mycat.cc modified: storage/connect/plgdbsem.h modified: storage/connect/plgdbutl.cpp modified: storage/connect/tabdos.cpp modified: storage/connect/tabdos.h modified: storage/connect/tabfmt.cpp modified: storage/connect/tabfmt.h modified: storage/connect/tabjson.cpp modified: storage/connect/tabjson.h new file: storage/connect/tabzip.cpp new file: storage/connect/tabzip.h new file: storage/connect/unzip.c new file: storage/connect/unzip.h new file: storage/connect/zip.c