- 18 Apr, 2013 1 commit
-
-
Alexander Barkov authored
embedded server, to make connect engine work with embedded server dynamically. modified: sql/sql_parse.cc sql/sql_parse.h
-
- 17 Apr, 2013 2 commits
-
-
Alexander Barkov authored
Renaming dashed name to underscored name: connect-engine -> connect_engine
-
Vladislav Vaintroub authored
Also, do not use /MP option when compiling CONNECT (incompatible with COM #import directive) Also, fix ODBC_LIBRARY to be a list on Windows, not string with spaces inside.
-
- 16 Apr, 2013 1 commit
-
-
Alexander Barkov authored
(e.g. MariaDB-10.0.1-fc18-x86_64-connect-engine.rpm) with automatic installation of libxml2 and unixODBC as dependencies. added: storage/connect/connect.cnf modified: storage/connect/CMakeLists.txt
-
- 12 Apr, 2013 2 commits
-
-
Olivier Bertrand authored
modified: storage/connect/tabtbl.cpp
-
Olivier Bertrand authored
sub-tables are accessed via the MySQL API like the MYSQL CONNECT tables. modified: mysql-test/suite/connect/r/tbl.result mysql-test/suite/connect/t/tbl.test storage/connect/catalog.h storage/connect/ha_connect.cc storage/connect/mycat.cc storage/connect/mycat.h storage/connect/tabmysql.h storage/connect/tabtbl.cpp
-
- 10 Apr, 2013 2 commits
-
-
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
-
Olivier Bertrand authored
modified: storage/connect/ha_connect.cc storage/connect/ha_connect.h storage/connect/xindex.h
-
- 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
-
- 06 Apr, 2013 1 commit
-
-
Olivier Bertrand authored
modified: storage/connect/filamvct.cpp
-
- 05 Apr, 2013 1 commit
-
-
Olivier Bertrand authored
on a dbf table but are not dbf tables. modified: storage/connect/ha_connect.cc
-
- 04 Apr, 2013 3 commits
-
-
Olivier Bertrand authored
modified: storage/connect/connect.cc storage/connect/ha_connect.cc
-
Olivier Bertrand authored
modified: storage/connect/ha_connect.cc
-
Alexander Barkov authored
modified: mysql-test/suite/connect/r/bin.result mysql-test/suite/connect/r/csv.result mysql-test/suite/connect/r/dbf.result mysql-test/suite/connect/r/fix.result mysql-test/suite/connect/r/vec.result mysql-test/suite/connect/r/xml.result mysql-test/suite/connect/t/grant.inc storage/connect/ha_connect.cc
-
- 03 Apr, 2013 3 commits
-
-
Olivier Bertrand authored
+ update dbf.result added: mysql-test/suite/connect/r/tbl.result mysql-test/suite/connect/t/tbl.test modified: mysql-test/suite/connect/r/dbf.result - Fix bug on generating default file name for TBL sub-tables modified: storage/connect/ha_connect.cc
-
Olivier Bertrand authored
+ allow nullable columns for TBL tables modified: storage/connect/ha_connect.cc storage/connect/ha_connect.h storage/connect/mycat.cc storage/connect/mycat.h
-
Alexander Barkov authored
This fix also revealed wrong result recorded in fix.result. modified: mysql-test/suite/connect/r/fix.result storage/connect/value.cpp modified: mysql-test/suite/connect/r/bin.result mysql-test/suite/connect/r/fix.result mysql-test/suite/connect/t/bin.test storage/connect/value.cpp
-
- 02 Apr, 2013 11 commits
-
-
Alexander Barkov authored
Fixing file extension from upper case to lower case. modified: mysql-test/suite/connect/r/ini.result mysql-test/suite/connect/t/ini.test
-
Olivier Bertrand authored
modified: storage/connect/mycat.cc
-
Olivier Bertrand authored
modified: mysql-test/suite/connect/r/bin.result mysql-test/suite/connect/r/csv.result mysql-test/suite/connect/r/dbf.result mysql-test/suite/connect/r/fix.result mysql-test/suite/connect/r/general.result mysql-test/suite/connect/r/ini.result mysql-test/suite/connect/r/null.result mysql-test/suite/connect/r/upd.result mysql-test/suite/connect/r/vec.result mysql-test/suite/connect/r/xml.result
-
Olivier Bertrand authored
modified: storage/connect/ha_connect.cc
-
Olivier Bertrand authored
added: mysql-test/suite/connect/r/secure_file_priv.result mysql-test/suite/connect/t/secure_file_priv-master.opt mysql-test/suite/connect/t/secure_file_priv.test modified: storage/connect/ha_connect.cc
-
Olivier Bertrand authored
modified: storage/connect/ha_connect.cc
-
Alexander Barkov authored
with tables having FILE_NAME. modified: mysql-test/suite/connect/r/secure_file_priv.result mysql-test/suite/connect/t/secure_file_priv.test
-
Alexander Barkov authored
tables having the FILE_NAME='xxx' table option. added: mysql-test/suite/connect/r/secure_file_priv.result mysql-test/suite/connect/t/secure_file_priv-master.opt mysql-test/suite/connect/t/secure_file_priv.test modified: storage/connect/ha_connect.cc
-
Olivier Bertrand authored
modified: mysql-test/suite/connect/r/ini.result mysql-test/suite/connect/r/vec.result mysql-test/suite/connect/t/ini.test mysql-test/suite/connect/t/vec.test storage/connect/ha_connect.cc
-
Olivier Bertrand authored
modified: storage/connect/filamvct.cpp*
-
Olivier Bertrand authored
modified: storage/connect/filamvct.cpp
-
- 01 Apr, 2013 4 commits
-
-
Alexander Barkov authored
modified: mysql-test/suite/connect/r/ini.result mysql-test/suite/connect/t/ini.test
-
Olivier Bertrand authored
Adding tests of MAPPED and HUGE tables in upd.test modified: mysql-test/suite/connect/r/upd.result mysql-test/suite/connect/t/upd.test storage/connect/filamvct.cpp storage/connect/tabvct.cpp
-
Alexander Barkov authored
modified: mysql-test/suite/connect/r/vec.result mysql-test/suite/connect/t/vec.test
-
Alexander Barkov authored
modified: storage/connect/ha_connect.cc
-
- 30 Mar, 2013 1 commit
-
-
Olivier Bertrand authored
modified: storage/connect/filamvct.cpp storage/connect/ha_connect.cc
-
- 29 Mar, 2013 6 commits
-
-
Alexander Barkov authored
modified: mysql-test/suite/connect/r/dir.result mysql-test/suite/connect/t/dir.test
-
Alexander Barkov authored
modified: mysql-test/suite/connect/r/mysql.result mysql-test/suite/connect/t/mysql.test
-
Alexander Barkov authored
modified: mysql-test/suite/connect/r/odbc_sqlite3.result mysql-test/suite/connect/t/odbc_sqlite3.test
-
Alexander Barkov authored
modified: mysql-test/suite/connect/t/odbc_sqlite3.test
-
Alexander Barkov authored
added: mysql-test/suite/connect/r/odbc_sqlite3.result mysql-test/suite/connect/std_data/test.sqlite3 mysql-test/suite/connect/t/odbc_sqlite3.test
-
Alexander Barkov authored
modified: mysql-test/suite/connect/r/xml.result mysql-test/suite/connect/t/bin.test mysql-test/suite/connect/t/csv.test mysql-test/suite/connect/t/dbf.test mysql-test/suite/connect/t/fix.test mysql-test/suite/connect/t/grant.inc mysql-test/suite/connect/t/xml.test
-