- 20 Feb, 2016 1 commit
-
-
Olivier Bertrand authored
modified: storage/connect/tabodbc.cpp
-
- 15 Feb, 2016 1 commit
-
-
Olivier Bertrand authored
from catalog functions and tables. It does now and when decimal is NULL defines DOUBLE without parameters. modified: storage/connect/ha_connect.cc modified: storage/connect/mysql-test/connect/r/odbc.result modified: storage/connect/mysql-test/connect/r/odbc_oracle.result modified: storage/connect/mysql-test/connect/r/odbc_postgresql.result modified: storage/connect/mysql-test/connect/r/odbc_sqlite3.result modified: storage/connect/mysql-test/connect/r/odbc_xls.result modified: storage/connect/odbconn.cpp modified: storage/connect/table.cpp modified: storage/connect/valblk.h
-
- 25 Jan, 2016 1 commit
-
-
Olivier Bertrand authored
modified: storage/connect/odbconn.cpp - Fix to MDEV-9446 (using Json UDFs when CONNECT is not installed) modified: storage/connect/ha_connect.cc modified: storage/connect/jsonudf.cpp modified: storage/connect/jsonudf.h modified: storage/connect/mysql-test/connect/r/json_udf.result modified: storage/connect/mysql-test/connect/t/json_udf.inc modified: storage/connect/mysql-test/connect/t/json_udf.test modified: storage/connect/mysql-test/connect/t/json_udf2.inc
-
- 09 Jan, 2016 1 commit
-
-
Olivier Bertrand authored
(was sometimes in XTAB Catalog) modified: storage/connect/mycat.cc modified: storage/connect/mycat.h modified: storage/connect/reldef.cpp modified: storage/connect/reldef.h modified: storage/connect/tabmysql.cpp modified: storage/connect/tabpivot.cpp modified: storage/connect/tabtbl.cpp modified: storage/connect/tabutil.cpp
-
- 27 Dec, 2015 1 commit
-
-
Olivier Bertrand authored
modified: storage/connect/json.cpp
-
- 14 Dec, 2015 1 commit
-
-
Olivier Bertrand authored
modified: storage/connect/fmdlex.c modified: storage/connect/plgdbutl.cpp
-
- 13 Dec, 2015 1 commit
-
-
Olivier Bertrand authored
modified: storage/connect/tabjson.cpp
-
- 11 Dec, 2015 1 commit
-
-
Olivier Bertrand authored
-
- 08 Dec, 2015 1 commit
-
-
Olivier Bertrand authored
Always return NULL on error. Adding also the file length. modified: storage/connect/json.cpp modified: storage/connect/jsonudf.cpp - JSONCOL::WriteColumn Add types SHORT and BIGINT as accepted modified: storage/connect/tabjson.cpp - TDBJSN: Make this type use a separate storage for Json parsing and retrieve this memory between each rows. This is necessary to be able to handle big tables. See MDEV-9228. modified: storage/connect/tabjson.cpp modified: storage/connect/tabjson.h
-
- 05 Dec, 2015 3 commits
-
-
Olivier Bertrand authored
Parsing memory, not added in CalcLen, is added in CheckMemory. Adding also the file length. modified: storage/connect/jsonudf.cpp
-
Olivier Bertrand authored
Parsing memory, not added in CalcLen, is added in CheckMemory. Oups... last commit was buggy modified: storage/connect/jsonudf.cpp
-
Olivier Bertrand authored
Parsing memory, not added in CalcLen, is added in CheckMemory. modified: storage/connect/jsonudf.cpp
-
- 04 Dec, 2015 1 commit
-
-
Olivier Bertrand authored
-
- 08 Nov, 2015 1 commit
-
-
Olivier Bertrand authored
Maintainer: Michal Hrusecky <Michal.Hrusecky@opensuse.org> (modified by O. Bertrand --> adding and using the XSTR macro) modified: storage/connect/tabxml.cpp
-
- 21 Oct, 2015 1 commit
-
-
Olivier Bertrand authored
modified: storage/connect/tabodbc.cpp
-
- 20 Oct, 2015 1 commit
-
-
Olivier Bertrand authored
modified: storage/connect/ha_connect.cc
-
- 18 Oct, 2015 1 commit
-
-
Olivier Bertrand authored
modified: storage/connect/ha_connect.cc
-
- 16 Sep, 2015 1 commit
-
-
Olivier Bertrand authored
was fixed in HA_CONNECT::CondFilter moving res= pval->val_str(&tmp) but this was wrong. Now res is only used for strings. modified: storage/connect/ha_connect.cc
-
- 08 Sep, 2015 1 commit
-
-
Olivier Bertrand authored
was fixed in HA_CONNECT::CondFilter moving pval->val_str(&tmp) modified: storage/connect/ha_connect.cc
-
- 14 Aug, 2015 1 commit
-
-
Olivier Bertrand authored
This can happen in odbconn.cpp when SQLFetch returns SQL_NO_TOTAL (-4) as length. modified: storage/connect/odbconn.cpp modified: storage/connect/value.cpp
-
- 11 Aug, 2015 1 commit
-
-
Olivier Bertrand authored
modified: storage/connect/tabjson.cpp
-
- 06 Aug, 2015 1 commit
-
-
Olivier Bertrand authored
its calculation virtual and special columns. modified: storage/connect/reldef.h modified: storage/connect/tabdos.cpp
-
- 30 Jul, 2015 1 commit
-
-
Olivier Bertrand authored
modified: storage/connect/tabodbc.cpp
-
- 22 Jul, 2015 1 commit
-
-
Olivier Bertrand authored
modified: storage/connect/jsonudf.cpp
-
- 07 Jul, 2015 3 commits
-
-
Olivier Bertrand authored
-
Olivier Bertrand authored
storage/connect/mysql-test/connect/r/endian.result storage/connect/mysql-test/connect/r/mysql_index.result storage/connect/mysql-test/connect/t/endian.test storage/connect/mysql-test/connect/t/mysql_index.test
-
Olivier Bertrand authored
The emp1 table type is MYSQL nom is an indexed column
-
- 06 Jul, 2015 1 commit
-
-
Olivier Bertrand authored
The table type is MYSQL The query where clause includes an indexed column The where clause contains < or <= operator on this column Change version date modified: storage/connect/ha_connect.cc modified: storage/connect/tabmysql.cpp Add visual studio 2013 files to ignore modified: .gitignore
-
- 24 Jun, 2015 1 commit
-
-
Olivier Bertrand authored
-
- 05 Jun, 2015 2 commits
-
-
Olivier Bertrand authored
-
Olivier Bertrand authored
-
- 03 Jun, 2015 5 commits
-
-
Olivier Bertrand authored
Fix typo error in CntIndexRange (kp instead of p) Change version date modified: storage/connect/connect.cc modified: storage/connect/ha_connect.cc
-
Olivier Bertrand authored
Fix typo error in CntIndexRange for big endian swapping modified: storage/connect/connect.cc
-
Olivier Bertrand authored
Swap the key length when WORDS_BIGENDIAN is defined Make the IOFF structure depending on WORDS_BIGENDIAN modified: storage/connect/connect.cc modified: storage/connect/xindex.h
-
Olivier Bertrand authored
Change the preprocessor variable used from BIG_ENDIAN_ORDER (only used by taoscript) to WORDS_BIGENDIAN. modified: storage/connect/connect.cc
-
Olivier Bertrand authored
modified: storage/connect/connect.cc
-
- 02 Jun, 2015 1 commit
-
-
Olivier Bertrand authored
modified: storage/connect/tabodbc.cpp modified: storage/connect/value.h
-
- 30 May, 2015 1 commit
-
-
Olivier Bertrand authored
Was added in function TranslateSQLType. modified: storage/connect/ha_connect.cc modified: storage/connect/odbconn.cpp modified: storage/connect/value.h Add some trace in particular in indexing routines. modified: storage/connect/block.h modified: storage/connect/ha_connect.cc modified: storage/connect/plugutil.c modified: storage/connect/xindex.cpp modified: storage/connect/xindex.h
-
- 27 May, 2015 2 commits
-
-
Olivier Bertrand authored
specifying Windows or not Windows compile. This is what MariaDB does. modified: storage/connect/array.cpp modified: storage/connect/blkfil.cpp modified: storage/connect/block.h modified: storage/connect/colblk.cpp modified: storage/connect/domdoc.cpp modified: storage/connect/filamap.cpp modified: storage/connect/filamdbf.cpp modified: storage/connect/filamfix.cpp modified: storage/connect/filamtxt.cpp modified: storage/connect/filamvct.cpp modified: storage/connect/filamzip.cpp modified: storage/connect/filter.cpp modified: storage/connect/filter.h modified: storage/connect/fmdlex.c modified: storage/connect/global.h modified: storage/connect/ha_connect.cc modified: storage/connect/json.cpp modified: storage/connect/macutil.cpp modified: storage/connect/macutil.h modified: storage/connect/maputil.cpp modified: storage/connect/mycat.cc modified: storage/connect/myconn.cpp modified: storage/connect/myconn.h modified: storage/connect/myutil.cpp modified: storage/connect/odbconn.cpp modified: storage/connect/odbconn.h modified: storage/connect/os.h modified: storage/connect/osutil.c modified: storage/connect/plgdbsem.h modified: storage/connect/plgdbutl.cpp modified: storage/connect/plugutil.c modified: storage/connect/rcmsg.c modified: storage/connect/reldef.cpp modified: storage/connect/reldef.h modified: storage/connect/tabdos.cpp modified: storage/connect/tabfix.cpp modified: storage/connect/tabfmt.cpp modified: storage/connect/tabjson.cpp modified: storage/connect/tabmac.cpp modified: storage/connect/tabmac.h modified: storage/connect/tabmul.cpp modified: storage/connect/tabmul.h modified: storage/connect/tabmysql.cpp modified: storage/connect/taboccur.cpp modified: storage/connect/tabodbc.cpp modified: storage/connect/tabpivot.cpp modified: storage/connect/tabsys.cpp modified: storage/connect/tabtbl.cpp modified: storage/connect/tabutil.cpp modified: storage/connect/tabvct.cpp modified: storage/connect/tabwmi.cpp modified: storage/connect/tabxcl.cpp modified: storage/connect/tabxml.cpp modified: storage/connect/valblk.cpp modified: storage/connect/value.cpp modified: storage/connect/xindex.cpp modified: storage/connect/xindex.h
-
Jan Lindström authored
Mdev 7658 10.0
-