- 01 Feb, 2013 1 commit
-
-
Alexander Barkov authored
-DCONNECT_WITH_LIBXML2=0 -DCONNECT_WITH_MSXML=0 modified: storage/connect/CMakeLists.txt
-
- 31 Jan, 2013 4 commits
-
-
Olivier Bertrand authored
Fix ha_connect::external_lock to use F_RDLCK, F_WRLCK, F_UNLCK.
-
Alexander Barkov authored
sure the tests work in a similar way on Windows when both DOMDOC and LIBXML2 are compiled. Tests with DOMDOC will go into a separate *.test file. modified: mysql-test/suite/connect/r/xml.result mysql-test/suite/connect/t/xml.test storage/connect/CMakeLists.txt
-
Alexander Barkov authored
added: mysql-test/suite/connect/r/xml.result mysql-test/suite/connect/std_data/ mysql-test/suite/connect/std_data/cp1251.xml mysql-test/suite/connect/std_data/latin1.xml mysql-test/suite/connect/std_data/nocs.xml mysql-test/suite/connect/std_data/xsample.xml mysql-test/suite/connect/t/xml.test
-
Alexander Barkov authored
modified: mysql-test/suite/connect/r/dbf.result mysql-test/suite/connect/t/dbf.test
-
- 30 Jan, 2013 3 commits
-
-
Olivier Bertrand authored
-
Alexander Barkov authored
modified: mysql-test/suite/connect/r/dbf.result mysql-test/suite/connect/t/dbf.test
-
Alexander Barkov authored
added: mysql-test/suite/connect/ mysql-test/suite/connect/r/ mysql-test/suite/connect/r/dbf.result mysql-test/suite/connect/suite.opt mysql-test/suite/connect/suite.pm mysql-test/suite/connect/t/ mysql-test/suite/connect/t/dbf.test
-
- 29 Jan, 2013 11 commits
-
-
Olivier Bertrand authored
-
Olivier Bertrand authored
-
Olivier Bertrand authored
-
Alexander Barkov authored
removed: storage/connect/os2def.h modified: storage/connect/fmdlex.c storage/connect/maputil.cpp storage/connect/tabcol.cpp storage/connect/tabfmt.cpp storage/connect/tabmul.cpp storage/connect/tabmysql.cpp
-
Alexander Barkov authored
modified: storage/connect/value.h
-
Alexander Barkov authored
It's defined in my_global.h which is included through handler.h modified: storage/connect/connect.cc
-
Alexander Barkov authored
in unixODBC headers on 64-bit platforms. Moving function definitions from value.cpp to odbconn.cpp. Changing scope of GetSQLType and GetSQLCType from public to static. modified: storage/connect/odbconn.cpp storage/connect/value.cpp storage/connect/value.h
-
Alexander Barkov authored
Fixing DWORD definition once again as "unsigned long", which is the way how MS defines it. modified: @ storage/connect/os.h Changing DWORD defitition @ storage/connect/tabodbc.cpp Moving "#define NODW" to proper place.
-
Alexander Barkov authored
Fixing DWORD declaration to "unsigned int". Fixing BIGINT declatation from uint64_t to longlong.
-
Alexander Barkov authored
added: storage/connect/os.h
-
Alexander Barkov authored
modified: storage/connect/global.h storage/connect/inihandl.c storage/connect/osutil.h
-
- 28 Jan, 2013 4 commits
-
-
Alexander Barkov authored
msxml2, msxml3, msxml4, msxml6 modified: storage/connect/CMakeLists.txt storage/connect/domdoc.cpp
-
Alexander Barkov authored
modified: storage/connect/fmdlex.c
-
Alexander Barkov authored
- without ODBC: adding a few "#ifdef CONNECT_SUPPORT" - with ODBC on Linux: conflicting definitions for DWORD in sql.h (unixODBC) vs global.h. Using "typedef unsigned int DWORD", as this is how MS SQK defines it and matches unixODBC definition. Removing sqlutil.h. value.cpp now uses sql.h and sqlext.h instead. removed: storage/connect/sqlutil.h modified: storage/connect/global.h storage/connect/value.cpp storage/connect/value.h
-
Alexander Barkov authored
cmake . -DCONNECT_WITH_ODBC=0 -DCONNECT_WITH_XML=0 -DCONNECT_WITH_MYSQL=0 modified: storage/connect/CMakeLists.txt
-
- 24 Jan, 2013 3 commits
-
-
Olivier Bertrand authored
-
Alexander Barkov authored
with searching in a number of typical places.
-
Alexander Barkov authored
modified: storage/connect/CMakeLists.txt
-
- 23 Jan, 2013 5 commits
-
-
Olivier Bertrand authored
No commit message
-
Alexander Barkov authored
Forgot to add this chunk in the previous commit.
-
Olivier Bertrand authored
-
Alexander Barkov authored
Needed for Mac utils.
-
Alexander Barkov authored
Required for mycat.cc modified: storage/connect/CMakeLists.txt
-
- 22 Jan, 2013 5 commits
-
-
Olivier Bertrand authored
-
Alexander Barkov authored
Added some #if define(... for WIN32, ODBC and MYSQL in case they not defined. modified: storage/connect/ha_connect.cc
-
Alexander Barkov authored
- Olivier's changes for Linux/Windows - Splitting cmake code by feature
-
Alexander Barkov authored
pre_create function and one is now able to create table without giving the column specifications for tables of types: DBF, ODBC, MYSQL, CSV, and WMI (on Windows) modified: sql/handler.h sql/sql_table.cc storage/connect/ha_connect.cc storage/connect/ha_connect.h storage/connect/mycat.cc storage/connect/odbconn.cpp storage/connect/plgcnx.h storage/connect/tabfmt.cpp storage/connect/tabmysql.cpp storage/connect/tabwmi.cpp
-
Alexander Barkov authored
-
- 18 Jan, 2013 1 commit
-
-
Alexander Barkov authored
-
- 11 Jan, 2013 2 commits
-
-
Sergei Golubchik authored
-
Igor Babaev authored
Also fixed a bug in sql_update.cc: the code of mysql_update() lacked a call of set_statistics_for_table().
-
- 09 Jan, 2013 1 commit
-
-
Igor Babaev authored
-