An error occurred fetching the project authors.
- 03 Dec, 2013 1 commit
-
-
Olivier Bertrand authored
added: storage/connect/mysql-test/connect/r/unsigned.result storage/connect/mysql-test/connect/t/unsigned.test modified: storage/connect/colblk.cpp storage/connect/colblk.h storage/connect/connect.cc storage/connect/ha_connect.cc storage/connect/myconn.cpp storage/connect/mysql-test/connect/r/mysql_discovery.result storage/connect/mysql-test/connect/r/xml.result storage/connect/myutil.cpp storage/connect/myutil.h storage/connect/plgdbsem.h storage/connect/tabdos.cpp storage/connect/tabfix.cpp storage/connect/tabmysql.cpp storage/connect/tabutil.cpp storage/connect/valblk.cpp storage/connect/valblk.h storage/connect/value.cpp storage/connect/value.h storage/connect/xobject.cpp storage/connect/xobject.h
-
- 26 Nov, 2013 1 commit
-
-
Olivier Bertrand authored
modified: storage/connect/odbconn.cpp - Prepare Value and Valblk to support unsigned data types (not operational yet) modified: storage/connect/colblk.cpp storage/connect/filamvct.cpp storage/connect/myconn.cpp storage/connect/plgdbutl.cpp storage/connect/tabdos.cpp storage/connect/tabodbc.cpp storage/connect/tabvct.cpp storage/connect/valblk.cpp storage/connect/valblk.h storage/connect/value.cpp storage/connect/value.h storage/connect/xindex.cpp
-
- 30 Jun, 2013 1 commit
-
-
Olivier Bertrand authored
modified: storage/connect/tabdos.cpp storage/connect/tabfix.cpp storage/connect/value.cpp
-
- 10 Apr, 2013 1 commit
-
-
Olivier Bertrand authored
Update CONNECT version number and date. modified: mysql-test/suite/connect/r/null.result mysql-test/suite/connect/r/xml.result mysql-test/suite/connect/t/null.test storage/connect/ha_connect.cc storage/connect/mycat.cc storage/connect/tabdos.cpp storage/connect/tabfix.cpp storage/connect/tabfmt.cpp storage/connect/tabtbl.cpp storage/connect/tabvct.cpp
-
- 09 Apr, 2013 1 commit
-
-
Olivier Bertrand authored
The code was a legacy from the first versions of the XDB engine dating 2004 and was not working anymore with recent versions of MySQL/MariaDB. A patch in create had been added but is was unsatisfying, recreating all indexes on any alter statement and sometimes doing nothing when it should have. This is a major update to be tested for stability. It was in most important cases et all current tests pass with this new version modified: storage/connect/global.h storage/connect/ha_connect.cc storage/connect/ha_connect.h storage/connect/mycat.cc storage/connect/plugutil.c storage/connect/tabdos.cpp storage/connect/user_connect.cc storage/connect/user_connect.h storage/connect/xindex.h
-
- 07 Apr, 2013 1 commit
-
-
Olivier Bertrand authored
modified: storage/connect/tabdos.cpp storage/connect/xindex.cpp storage/connect/xindex.h
-
- 29 Mar, 2013 1 commit
-
-
Olivier Bertrand authored
Split unspecified VEC tables are no more allowed. Empty XML files are now accepted. Separate index files are now depending upon the SEPINDEX option and not allowed when file name is not specified. DROP now can erase table and index file. modified: storage/connect/ha_connect.cc storage/connect/tabdos.cpp storage/connect/tabxml.cpp
-
- 28 Mar, 2013 1 commit
-
-
Olivier Bertrand authored
modified: storage/connect/tabdos.cpp storage/connect/xindex.cpp storage/connect/xindex.h
-
- 25 Mar, 2013 1 commit
-
-
Olivier Bertrand authored
parameter to all catalog info functions. modified: storage/connect/catalog.h storage/connect/filamvct.cpp storage/connect/filamzip.cpp storage/connect/ha_connect.cc storage/connect/mycat.cc storage/connect/mycat.h storage/connect/reldef.cpp storage/connect/reldef.h storage/connect/tabdos.cpp storage/connect/tabfmt.cpp storage/connect/tabmul.cpp storage/connect/tabmysql.cpp storage/connect/tabodbc.cpp storage/connect/tabsys.cpp storage/connect/tabtbl.cpp storage/connect/tabvct.cpp storage/connect/tabwmi.cpp storage/connect/tabxml.cpp storage/connect/xindex.cpp
-
- 12 Mar, 2013 1 commit
-
-
Olivier Bertrand authored
Not added as an option but handled when the table is used. An empty file is created in the database directory if not exists. modified: storage/connect/ha_connect.cc storage/connect/mycat.cc storage/connect/tabdos.cpp storage/connect/tabmul.cpp storage/connect/tabsys.cpp storage/connect/tabxml.cpp
-
- 11 Mar, 2013 1 commit
-
-
Olivier Bertrand authored
modified: storage/connect/global.h storage/connect/ha_connect.cc storage/connect/myutil.cpp storage/connect/plgdbutl.cpp storage/connect/tabdos.cpp storage/connect/tabwmi.cpp storage/connect/valblk.cpp storage/connect/valblk.h storage/connect/value.cpp storage/connect/value.h storage/connect/xobject.cpp
-
- 10 Mar, 2013 1 commit
-
-
Olivier Bertrand authored
modified: mysql-test/suite/connect/r/index.result mysql-test/suite/connect/t/index.test storage/connect/ha_connect.cc storage/connect/tabdos.cpp storage/connect/xindex.cpp
-
- 08 Mar, 2013 3 commits
-
-
Olivier Bertrand authored
modified: storage/connect/tabdos.cpp storage/connect/tabfix.cpp storage/connect/tabvct.cpp
-
Olivier Bertrand authored
modified: storage/connect/maputil.cpp storage/connect/tabdos.cpp storage/connect/tabfmt.cpp storage/connect/tabvct.cpp
-
Olivier Bertrand authored
modified: storage/connect/tabdos.cpp storage/connect/tabfmt.cpp storage/connect/tabvct.cpp
-
- 27 Feb, 2013 1 commit
-
-
Olivier Bertrand authored
modified: storage/connect/tabdos.cpp storage/connect/tabdos.h storage/connect/tabmysql.cpp storage/connect/tabodbc.cpp storage/connect/tabsys.cpp storage/connect/tabxml.cpp storage/connect/value.cpp storage/connect/value.h storage/connect/xobject.h
-
- 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
-
- 07 Feb, 2013 1 commit
-
-
Alexander Barkov authored
- Fixing line endings from "\r\n" to "\n"
-
- 18 Jan, 2013 1 commit
-
-
Alexander Barkov authored
-