- 29 Mar, 2013 2 commits
-
-
Alexander Barkov authored
"TABLE_TYPE=ini does not clear memory between CREATE TABLEs" fixed by Olivier. modified: mysql-test/suite/connect/r/ini.result mysql-test/suite/connect/t/ini.test
-
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 4 commits
-
-
Olivier Bertrand authored
modified: storage/connect/xindex.cpp*
-
unknown authored
modified: storage/connect/xindex.cpp
-
Olivier Bertrand authored
modified: storage/connect/xindex.cpp
-
Olivier Bertrand authored
modified: storage/connect/tabdos.cpp storage/connect/xindex.cpp storage/connect/xindex.h
-
- 26 Mar, 2013 3 commits
-
-
Olivier Bertrand authored
added: mysql-test/suite/connect/std_data/employee.dat
-
Olivier Bertrand authored
modified: storage/connect/inihandl.c
-
Olivier Bertrand authored
modified: storage/connect/inihandl.c storage/connect/osutil.h storage/connect/tabsys.cpp - Clean. Remove some unused functions modified: storage/connect/plgdbsem.h storage/connect/plgdbutl.cpp
-
- 25 Mar, 2013 8 commits
-
-
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/t/csv.test mysql-test/suite/connect/t/dbf.test mysql-test/suite/connect/t/fix.test mysql-test/suite/connect/t/grant.inc
-
Olivier Bertrand authored
modified: mysql-test/suite/connect/r/bin.result mysql-test/suite/connect/t/grant.inc
-
Alexander Barkov authored
modified: 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/t/csv.test mysql-test/suite/connect/t/dbf.test mysql-test/suite/connect/t/fix.test
-
Alexander Barkov authored
modified: mysql-test/suite/connect/r/bin.result mysql-test/suite/connect/t/grant.inc
-
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
-
Alexander Barkov authored
modified: mysql-test/suite/connect/r/bin.result mysql-test/suite/connect/t/grant.inc
-
Alexander Barkov authored
modified: mysql-test/suite/connect/r/csv.result mysql-test/suite/connect/r/dbf.result mysql-test/suite/connect/r/dir.result mysql-test/suite/connect/r/fix.result mysql-test/suite/connect/r/ini.result mysql-test/suite/connect/r/vec.result
-
Alexander Barkov authored
modified: mysql-test/suite/connect/r/bin.result
-
- 23 Mar, 2013 5 commits
-
-
Olivier Bertrand authored
modified: storage/connect/connect.cc
-
Olivier Bertrand authored
added: mysql-test/suite/connect/r/upd.result mysql-test/suite/connect/t/upd.test 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/dir.result mysql-test/suite/connect/r/fix.result mysql-test/suite/connect/r/index.result mysql-test/suite/connect/r/ini.result mysql-test/suite/connect/r/vec.result
-
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
modified: storage/connect/value.cpp
-
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 6 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
-
Alexander Barkov authored
modified: mysql-test/suite/connect/t/mysql.test
-
- 21 Mar, 2013 4 commits
-
-
Olivier Bertrand authored
modified: mysql-test/suite/connect/t/xml.test storage/connect/ha_connect.cc*
-
Olivier Bertrand authored
and IsFileType functions (INI was missing) modified: storage/connect/mycat.cc - Update test result modified: mysql-test/suite/connect/r/null.result
-
Alexander Barkov authored
modified: storage/connect/ha_connect.cc*
-
Alexander Barkov authored
modified: mysql-test/suite/connect/t/xml.test
-
- 20 Mar, 2013 3 commits
-
-
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
-
Olivier Bertrand authored
added: mysql-test/suite/connect/r/null.result mysql-test/suite/connect/t/null.test
-
Olivier Bertrand authored
modified: 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/dir.test mysql-test/suite/connect/t/fix.test mysql-test/suite/connect/t/fmt.test mysql-test/suite/connect/t/general.test mysql-test/suite/connect/t/index.test mysql-test/suite/connect/t/vec.test
-
- 19 Mar, 2013 3 commits
-
-
Olivier Bertrand authored
such as CREATE INDEX, DROP INDEX, ALTER TABLE... ADD INDEX etc. modified: storage/connect/ha_connect.cc
-
Olivier Bertrand authored
modified: mysql-test/suite/connect/r/dbf.result storage/connect/tabsys.cpp storage/connect/tabxml.cpp storage/connect/tabxml.h
-
Olivier Bertrand authored
columns not specified in the statemant. modified: storage/connect/ha_connect.cc
-
- 17 Mar, 2013 2 commits
-
-
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/dir.result mysql-test/suite/connect/r/fix.result mysql-test/suite/connect/r/fmt.result mysql-test/suite/connect/r/general.result mysql-test/suite/connect/r/index.result mysql-test/suite/connect/r/vec.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/dir.test mysql-test/suite/connect/t/fix.test mysql-test/suite/connect/t/fmt.test mysql-test/suite/connect/t/general.test mysql-test/suite/connect/t/index.test mysql-test/suite/connect/t/vec.test
-
Olivier Bertrand authored
modified: storage/connect/ha_connect.cc storage/connect/mycat.cc storage/connect/mycat.h
-