An error occurred fetching the project authors.
- 11 Oct, 2013 2 commits
-
-
Olivier Bertrand authored
modified: storage/connect/odbconn.cpp
-
Olivier Bertrand authored
modified: storage/connect/tabmul.cpp storage/connect/tabmysql.cpp storage/connect/tabodbc.cpp - Add Insert support for ODBC table Add the send command feature to ODBC tables (not documented yet) modified: storage/connect/ha_connect.cc storage/connect/myconn.cpp storage/connect/odbccat.h storage/connect/odbconn.cpp storage/connect/odbconn.h storage/connect/tabodbc.cpp storage/connect/tabodbc.h
-
- 25 Aug, 2013 1 commit
-
-
Olivier Bertrand authored
modified: storage/connect/odbconn.cpp - Enhance TYPBLK<TYPE>::GetMaxLength modified: storage/connect/valblk.cpp
-
- 14 Aug, 2013 1 commit
-
-
Olivier Bertrand authored
information function. This solve the problem of uninitialised zone that was detected by valgrind. modified: storage/connect/myconn.cpp storage/connect/odbconn.cpp storage/connect/tabfmt.cpp storage/connect/tabutil.cpp storage/connect/tabwmi.cpp
-
- 24 Jul, 2013 1 commit
-
-
Sergey Vojtovich authored
Fixed connect compilation failure (with ODBC). storage/connect/odbconn.cpp: min/max are not defined by my_global.h anymore, include osutil.h instead.
-
- 11 Jul, 2013 1 commit
-
-
Olivier Bertrand authored
modified: storage/connect/odbconn.cpp
-
- 08 Jul, 2013 4 commits
-
-
Olivier Bertrand authored
modified: storage/connect/connect.cc storage/connect/ha_connect.cc storage/connect/mycat.cc storage/connect/odbconn.cpp storage/connect/osutil.c storage/connect/tabutil.cpp
-
Alexander Barkov authored
modified: storage/connect/odbconn.cpp
-
Alexander Barkov authored
- cast to pointer from integer of different size modified: storage/connect/odbconn.cpp
-
Alexander Barkov authored
modified: storage/connect/filamfix.cpp storage/connect/filamtxt.cpp storage/connect/filamvct.cpp storage/connect/odbconn.cpp storage/connect/tabodbc.cpp storage/connect/xindex.cpp
-
- 13 May, 2013 3 commits
-
-
Alexander Barkov authored
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
-
Alexander Barkov authored
added: storage/connect/rcmsg.h modified: storage/connect/CMakeLists.txt storage/connect/odbconn.cpp storage/connect/plgdbutl.cpp storage/connect/plugutil.c storage/connect/rcmsg.c storage/connect/tabodbc.cpp
-
Alexander Barkov authored
modified: storage/connect/ha_connect.cc storage/connect/odbconn.cpp storage/connect/plgdbutl.cpp storage/connect/plugutil.c storage/connect/value.cpp
-
- 10 May, 2013 1 commit
-
-
Olivier Bertrand authored
modified: storage/connect/filamdbf.cpp storage/connect/ha_connect.cc storage/connect/ha_connect.h storage/connect/mycat.cc storage/connect/myconn.cpp storage/connect/odbconn.cpp storage/connect/plgcnx.h storage/connect/plgdbsem.h storage/connect/plgdbutl.cpp storage/connect/tabfmt.cpp storage/connect/tabpivot.cpp storage/connect/tabpivot.h storage/connect/tabutil.cpp storage/connect/tabwmi.cpp storage/connect/tabxcl.cpp storage/connect/value.cpp storage/connect/value.h
-
- 10 Mar, 2013 1 commit
-
-
Olivier Bertrand authored
or if the key is missing in a section (INI) modified: mysql-test/suite/connect/r/ini.result mysql-test/suite/connect/r/xml.result storage/connect/tabsys.cpp storage/connect/tabxml.cpp - Do a sub-storage cleanup on info commands and fix a limit of column number in ODBCColumns. This was doing a crash for unexpected longjmp when many info commands were executed in a row. modified: storage/connect/ha_connect.cc storage/connect/odbconn.cpp
-
- 27 Feb, 2013 1 commit
-
-
Olivier Bertrand authored
- Clean code in Value.h modified: storage/connect/odbconn.cpp storage/connect/value.h
-
- 25 Feb, 2013 1 commit
-
-
Olivier Bertrand authored
- Use the COLDEF flag to initialize column nullable value. - Fix a bug on inserting null values in MYSQL tables. modified: storage/connect/colblk.cpp storage/connect/connect.cc storage/connect/ha_connect.cc storage/connect/odbconn.cpp storage/connect/plgdbsem.h storage/connect/table.cpp storage/connect/tabmysql.cpp
-
- 17 Feb, 2013 2 commits
-
-
Olivier Bertrand authored
static to dynamic. Apparently this caused errors with a obscure message saying "Invalid handle vale" (probably m_henv). Modified: odbconn.h odbconn.cpp
-
Olivier Bertrand authored
in case of error while processing ODBC type tables. Modified: odbconn.h odbconn.cpp
-
- 15 Feb, 2013 1 commit
-
-
Olivier Bertrand authored
modified: storage/connect/odbconn.cpp storage/connect/tabodbc.cpp
-
- 12 Feb, 2013 1 commit
-
-
Olivier Bertrand authored
catalog functions have been changed: Table_types are now internally represented be enum TABTYPE. Catalog function names are internally translated to a uint. The function GetTypeID was modified accordingly and a new function GetFuncID was implemented in mycat.cc. Modified: ha_connect.cc odbccat.h odbconn.cpp tabodbc.cpp tabfmt.cpp tabmysql.h tabmysql.cpp tabwmi.cpp mycat.h mycat.cc plgdbsem.h reldef.h tabdos.cpp rcmsg.h
-
- 10 Feb, 2013 1 commit
-
-
Olivier Bertrand authored
Modified: ha_connect.cc (MakeRecord) Moved PlgAllocResult to plgdbutl.cpp Modified: mycat.cpp plgdbutl.cpp Continuing implementing the "catalog" tables (ex "info"). Already existing were the ODBC data source table and the WMI column info table. The common way to handle them was modified to enable each table types to send personalized data. Now takes care of all existing catalog functions for table types that can retrieve and use such information. Modified: ha_connect.cc odbconn.cpp tabodbc.h tabodbc.cpp tabfmt.h tabfmt.cpp tabmysql.h tabmysql.cpp tabwmi.h tabwmi.cpp myconn.h myconn.cpp filamdbf.cpp plgdbsem.h reldef.h reldef.cpp tabdos.h tabdos.cpp tabfix.h xtable.h table.cpp
-
- 09 Feb, 2013 1 commit
-
-
Olivier Bertrand authored
included by the program using them. Continuing implementing the "catalog" tables (ex "info"). Already existing were the ODBC data source table and the WMI column info table. A common way to handle them will permit to develop many other such tables. Implemented: The ODBC column catalog table. The ODBC tables catalog table. The ODBC drivers catalog table. The INFO table option is replaced by the CATFUNC string option whode first letter specifies the information to retrieve: C: Columns (of a table) T: Tables (of a database) S: Data sources D: Drivers Modified: ha_connect.cc odbconn.cpp odbconn.h tabodbc.h tabodbc.cpp rcmsg.c tabfmt.h tabmysql.cpp tabwmi.cpp tabwmi.h resource.h myconn.h filamdbf.h connect.cc connect.h Added: myutil.h
-
- 08 Feb, 2013 1 commit
-
-
Olivier Bertrand authored
2) Fix bug on bad sprintf 3) Fix bug on cast from pointer to int 4) Begin implementing the "info" tables. Already existing were the ODBC sata source table and the WMI column info table. A common way to handle them will permit to develop many other such tables. Implemented: The ODBC column info table. Modified: ha_connect.cc (4) odbconn.cpp (4) tabodbc.h (4) tabodbc.cpp (4) tabsys.h (3) rcmsg.c (4) tabfmt.cpp (2) tabtbl.cpp (1) resource.h (4) mycat.h (4)
-
- 07 Feb, 2013 2 commits
-
-
Olivier Bertrand authored
2) Fix bug on bad sprintf 3) Fix bug on cast from pointer to int 4) Begin implementing the "info" tables. Already existing were the ODBC sata source table and the WMI column info table. A common way to handle them will permit to develop many other such tables. Implemented: The ODBC column info table. Modified: ha_connect.cc (4) odbconn.cpp (4) tabodbc.h (4) tabodbc.cpp (4) tabsys.h (3) rcmsg.c (4) tabfmt.cpp (2) tabtbl.cpp (1) resource.h (4) mycat.h (4)
-
Alexander Barkov authored
- Fixing line endings from "\r\n" to "\n"
-
- 05 Feb, 2013 1 commit
-
-
Olivier Bertrand authored
create table datasrc ( `anyname` varchar(256) flag=1, `anyother name` varchar(256) flag=2) engine=CONNECT table_type=ODBC option_list='info=yes'; or simply by: create table datasrc engine=CONNECT table_type=ODBC option_list='info=yes'; then: select * from datasrc; Modified: ha_connect.cc odbconn.h odbconn.cpp tabodbc.h tabodbc.cpp
-
- 29 Jan, 2013 1 commit
-
-
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
-
- 24 Jan, 2013 1 commit
-
-
Olivier Bertrand authored
-
- 22 Jan, 2013 1 commit
-
-
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
-
- 18 Jan, 2013 1 commit
-
-
Alexander Barkov authored
-