summaryrefslogtreecommitdiff
path: root/storage/connect/maputil.h
Commit message (Collapse)AuthorAgeFilesLines
* - Set connection charset before calling mysql_real_connect for MYSQLOlivier Bertrand2015-01-061-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tables. This should fix bug MDEV-7343. modified: storage/connect/ha_connect.cc storage/connect/myconn.cpp storage/connect/myconn.h storage/connect/reldef.cpp storage/connect/reldef.h storage/connect/table.cpp storage/connect/tabmysql.cpp storage/connect/xtable.h - Prevent double column evaluation when CONNECT does filtering modified: storage/connect/connect.cc - Export CreateFileMap and CloseMemMap (for OEM tables) modified: storage/connect/maputil.h - Add the compute function to be used on VALUE types. Preserve precision for DOUBLE values. modified: storage/connect/value.cpp storage/connect/value.h - Typo (in preparation to the future JSON table type) modified: storage/connect/ha_connect.cc storage/connect/mycat.cc storage/connect/plgdbsem.h
* Fixing warnings (mostly "no previous declaration")Alexander Barkov2013-05-131-1/+0
| | | | | | | | | | | | | modified: storage/connect/ha_connect.cc storage/connect/maputil.h storage/connect/odbconn.cpp storage/connect/osutil.c storage/connect/osutil.h storage/connect/tabmysql.cpp storage/connect/tabutil.cpp storage/connect/tabutil.h
* - Fixing TAB to 2 spacesAlexander Barkov2013-02-071-22/+22
| | | | | - Fixing line endings from "\r\n" to "\n"
* Adding the CONNECT storage engine sources.Alexander Barkov2013-01-181-0/+22