- 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 5 commits
-
-
Olivier Bertrand authored
modified: storage/connect/filamap.cpp*
-
unknown authored
modified: storage/connect/maputil.cpp*
-
Olivier Bertrand authored
modified: storage/connect/filamdbf.cpp
-
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
-
Olivier Bertrand authored
modified: storage/connect/connect.cc
-
- 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
-
- 08 Mar, 2013 4 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: mysql-test/suite/connect/r/general.result mysql-test/suite/connect/r/xml.result
-
Olivier Bertrand authored
modified: storage/connect/tabdos.cpp storage/connect/tabfmt.cpp storage/connect/tabvct.cpp
-
- 07 Mar, 2013 6 commits
-
-
Olivier Bertrand authored
modified: storage/connect/maputil.cpp*
-
Olivier Bertrand authored
file on Linux. modified: storage/connect/maputil.cpp
-
Olivier Bertrand authored
modified: storage/connect/maputil.cpp
-
Olivier Bertrand authored
modified: mysql-test/suite/connect/r/index.result mysql-test/suite/connect/t/index.test
-
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
-
- 06 Mar, 2013 4 commits
-
-
Olivier Bertrand authored
modified: mysql-test/suite/connect/r/index.result
-
Olivier Bertrand authored
modified: mysql-test/suite/connect/r/index.result
-
Olivier Bertrand authored
modified: mysql-test/suite/connect/t/index.test* - Line endings restored to LF only modified: storage/connect/CMakeLists.txt
-
unknown authored
modified: mysql-test/suite/connect/t/index.test storage/connect/connect.cc* storage/connect/myconn.cpp* storage/connect/value.cpp*
-
- 05 Mar, 2013 2 commits
-
-
Olivier Bertrand authored
modified: mysql-test/suite/connect/r/index.result mysql-test/suite/connect/std_data/emp.txt mysql-test/suite/connect/t/index.test
-
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
-
- 04 Mar, 2013 2 commits
-
-
Olivier on SAMSUNG 64-bits authored
modified: storage/connect/CMakeLists.txt
-
Olivier Bertrand authored
- Updating xml.result added: mysql-test/suite/connect/r/index.result mysql-test/suite/connect/std_data/emp.txt mysql-test/suite/connect/std_data/sexe.csv mysql-test/suite/connect/std_data/sitmat.csv mysql-test/suite/connect/t/index.test modified: .bzrignore mysql-test/suite/connect/r/xml.result
-
- 03 Mar, 2013 2 commits
-
-
Olivier Bertrand authored
modified: storage/connect/filamap.cpp
-
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 4 commits
-
-
Olivier Bertrand authored
modified: storage/connect/reldef.h storage/connect/tabxml.h storage/connect/value.h
-
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
-
Olivier Bertrand authored
modified: mysql-test/suite/connect/t/odbc_xls.test
-
Olivier Bertrand authored
modified: storage/connect/myconn.cpp
-
- 01 Mar, 2013 4 commits
-
-
unknown authored
modified: storage/connect/myconn.cpp
-
Olivier Bertrand authored
- Correct typo initializing datm in DTVAL::MakeDate as {0,0,0,2,0,70,0,0,0} instead of {0,0,0,1,0,70,0,0,0} modified: storage/connect/valblk.cpp storage/connect/valblk.h storage/connect/value.cpp storage/connect/value.h
-
Olivier Bertrand authored
modified: storage/connect/connect.cc storage/connect/plugutil.c
-
Alexander Barkov authored
ODBC check did not work without it. modified: mysql-test/suite/connect/t/odbc_xls.test
-
- 28 Feb, 2013 3 commits
-
-
Olivier Bertrand authored
modified: storage/connect/connect.cc* storage/connect/value.cpp*
-
unknown authored
modified: storage/connect/connect.cc - GCC requires template<> headers modified: storage/connect/value.cpp
-
Olivier Bertrand authored
The first one did not compile with GCC on Linux modified: storage/connect/value.cpp storage/connect/value.h
-
- 27 Feb, 2013 1 commit
-
-
Olivier Bertrand authored
the gcc error: invalid use of incomplete type modified: storage/connect/myconn.cpp storage/connect/xobject.h
-