- 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 7 commits
-
-
Olivier Bertrand authored
the gcc error: invalid use of incomplete type modified: storage/connect/myconn.cpp storage/connect/xobject.h
-
Olivier Bertrand authored
modified: storage/connect/value.h
-
Olivier Bertrand authored
- Clean code in Value.h modified: storage/connect/odbconn.cpp storage/connect/value.h
-
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
-
Olivier Bertrand authored
modified: mysql-test/suite/connect/r/odbc_xls.result
-
Alexander Barkov authored
modified: mysql-test/suite/connect/t/mysql.test
-
Alexander Barkov authored
modified: mysql-test/suite/connect/r/mysql.result mysql-test/suite/connect/t/mysql.test
-
- 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 4 commits
-
-
Olivier Bertrand authored
modified: storage/connect/CMakeLists.txt
-
Olivier Bertrand authored
Simplify update in pre_create modified: mysql-test/suite/connect/r/mysql.result mysql-test/suite/connect/t/mysql.test mysql-test/suite/connect/t/xml.test storage/connect/CMakeLists.txt storage/connect/ha_connect.cc storage/connect/mycat.cc
-
Olivier Bertrand authored
modified: storage/connect/CMakeLists.txt
-
Olivier Bertrand authored
modified: storage/connect/tabmysql.cpp
-