An error occurred fetching the project authors.
- 04 Apr, 2013 2 commits
-
-
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 2 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
-
- 02 Apr, 2013 3 commits
-
-
Olivier Bertrand authored
modified: storage/connect/ha_connect.cc
-
Olivier Bertrand authored
modified: storage/connect/ha_connect.cc
-
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
-
- 01 Apr, 2013 1 commit
-
-
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 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
-
- 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
-
- 23 Mar, 2013 2 commits
-
-
Olivier Bertrand authored
It is not enough to ignore the flags while populating the table. They have to be removed from the definition in pre_create. The issue is to pass the info from the selected table handler to the created table handler. It is done via the only common item between them: the GLOBAL structure. modified: storage/connect/global.h storage/connect/ha_connect.cc storage/connect/ha_connect.h storage/connect/plugutil.c
-
Olivier Bertrand authored
of the source table columns must be ignored by the created table. modified: storage/connect/ha_connect.cc storage/connect/ha_connect.h
-
- 22 Mar, 2013 5 commits
-
-
Olivier Bertrand authored
modified: storage/connect/ha_connect.cc
-
Olivier Bertrand authored
modified: storage/connect/ha_connect.cc
-
Alexander Barkov authored
modified: storage/connect/ha_connect.cc
-
Alexander Barkov authored
modified: mysql-test/suite/connect/r/bin.result mysql-test/suite/connect/t/grant.inc storage/connect/ha_connect.cc storage/connect/ha_connect.h
-
Alexander Barkov authored
when FILE_NAME is specified - Require FILE privileges for the TABLE_TYPEs that access to the underlying operating system: ODBC, MYSQL, DIR, MAC, WMI, OEM. added: mysql-test/suite/connect/t/grant.inc modified: mysql-test/suite/connect/r/bin.result mysql-test/suite/connect/t/bin.test storage/connect/ha_connect.cc storage/connect/ha_connect.h
-
- 21 Mar, 2013 1 commit
-
-
Alexander Barkov authored
modified: storage/connect/ha_connect.cc*
-
- 20 Mar, 2013 1 commit
-
-
Olivier Bertrand authored
instead of being replaced by the default type DOS. modified: mysql-test/suite/connect/r/general.result mysql-test/suite/connect/t/general.test storage/connect/ha_connect.cc
-
- 19 Mar, 2013 2 commits
-
-
Olivier Bertrand authored
such as CREATE INDEX, DROP INDEX, ALTER TABLE... ADD INDEX etc. modified: storage/connect/ha_connect.cc
-
Olivier Bertrand authored
columns not specified in the statemant. modified: storage/connect/ha_connect.cc
-
- 17 Mar, 2013 1 commit
-
-
Olivier Bertrand authored
modified: storage/connect/ha_connect.cc storage/connect/mycat.cc storage/connect/mycat.h
-
- 14 Mar, 2013 1 commit
-
-
Olivier Bertrand authored
Alter table on an auto-generated CONNECT table. modified: storage/connect/ha_connect.cc
-
- 13 Mar, 2013 4 commits
-
-
Olivier Bertrand authored
modified: storage/connect/ha_connect.cc
-
Olivier Bertrand authored
modified: storage/connect/ha_connect.cc*
-
unknown authored
_O_CREAT to O_CREAT modified: storage/connect/ha_connect.cc - Change mode to -x modified: mysql-test/suite/connect/t/index.test* storage/connect/filamap.cpp*
-
Olivier Bertrand authored
auto generated and must be erased or renamed on Drop or Rename Table. TODO: Take care of eventual index files. modified: storage/connect/ha_connect.cc storage/connect/ha_connect.h
-
- 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 2 commits
-
-
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
-
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
-
- 07 Mar, 2013 2 commits
-
-
Olivier Bertrand authored
modified: storage/connect/ha_connect.cc storage/connect/mycat.cc storage/connect/mycat.h
-
Olivier Bertrand authored
modified: storage/connect/ha_connect.cc
-
- 05 Mar, 2013 1 commit
-
-
Olivier Bertrand authored
- Change field option BUF_LENGTH to FIELD_LENGTH. It now used to specify the field length of DATE columns (MySQL doesn't allow to give a length) modified: storage/connect/ha_connect.cc
-
- 03 Mar, 2013 1 commit
-
-
Olivier Bertrand authored
update xempl set ddentree = adddate(ddentree, interval 16 year); The same value sdval was used to convert MySQL dates to CONNECT date value and CONNECT dates to MySQL date. This was wrong in update because the second time the wrong value was used converting to incoherent values. There are now 2 separate values used: sdvalin and sdvalout. modified: storage/connect/ha_connect.cc storage/connect/ha_connect.h
-
- 02 Mar, 2013 1 commit
-
-
Olivier Bertrand authored
and read as if the table DATA_CHARSET was ANSI instead of UTF-8. Warning are now provided when the read content of a node is truncated. modified: storage/connect/domdoc.cpp storage/connect/domdoc.h storage/connect/libdoc.cpp storage/connect/libdoc.h storage/connect/plgxml.h storage/connect/tabxml.cpp - Conditional compilation of pre_create depending on the MARIADB setting. modified: storage/connect/ha_connect.cc storage/connect/ha_connect.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
-
- 24 Feb, 2013 1 commit
-
-
Olivier Bertrand authored
and ODBC table types. Not supported yet for indexes. modified: storage/connect/colblk.cpp storage/connect/colblk.h storage/connect/connect.cc storage/connect/ha_connect.cc storage/connect/tabmysql.cpp storage/connect/tabodbc.cpp storage/connect/valblk.cpp storage/connect/valblk.h storage/connect/value.cpp storage/connect/value.h storage/connect/xindex.cpp
-
- 22 Feb, 2013 1 commit
-
-
Olivier Bertrand authored
Federated servers are not yet supported. modified: storage/connect/ha_connect.cc storage/connect/tabmysql.cpp storage/connect/tabmysql.h
-