1. 08 Aug, 2017 4 commits
  2. 07 Aug, 2017 1 commit
    • Olivier Bertrand's avatar
      - Fix bug returning pointer to a stack string · cdf00b8d
      Olivier Bertrand authored
        in JVALUE::GetString
        modified:   storage/connect/json.cpp
        modified:   storage/connect/json.h
        modified:   storage/connect/jsonudf.cpp
      
      - Fix a compiler bug happening on some configuration and platforms
        in JSNX::CalculateArray
        modified:   storage/connect/jsonudf.cpp
      
      - Set default Schema as current directory
        This fix several bugs like:
          Fail to make JSON catalog tables
          Fail to use zipped file made by a file LOAD
        modified:   storage/connect/reldef.cpp
        modified:   storage/connect/tabjson.cpp
        modified:   storage/connect/tabjson.h
      cdf00b8d
  3. 06 Aug, 2017 2 commits
    • Olivier Bertrand's avatar
    • Olivier Bertrand's avatar
      - Add a define making ha_connect.cc source unique for all MariaDB version. · 0387c13e
      Olivier Bertrand authored
      #if defined(NEW_MAR)
      #define stored_in_db stored_in_db()
      #endif   // NEW_MAR)
        modified:   storage/connect/CMakeLists.txt
        modified:   storage/connect/ha_connect.cc
      
      - Fix compile failure for some configuration of CONNECT.
      This by updating the #ifdef's JDBC, MONGO and CMGO_SUPPORT.
        modified:   storage/connect/ha_connect.cc
        modified:   storage/connect/tabjson.cpp
        modified:   storage/connect/tabjson.h
      
      - Fix failure of zip.test (restore code wrongly deleted)
        modified:   storage/connect/tabjson.cpp
      
      - Make sure thread TBL table structure is correctly initialized.
        modified:   storage/connect/tabtbl.cpp
      
      - Add new test case in tbl_thread.test
        modified:   storage/connect/mysql-test/connect/r/tbl_thread.result
        modified:   storage/connect/mysql-test/connect/t/tbl_thread.test
      
      - Remake a jar file after Java was updated
        modified:   storage/connect/mysql-test/connect/std_data/Mongo3.jar
      0387c13e
  4. 05 Aug, 2017 1 commit
    • Olivier Bertrand's avatar
      - Add FBLOCK when opening ODBC, JSON and MONGO tables. · d8f99f16
      Olivier Bertrand authored
      This to have automatic closing in case of thrown error.
        modified:   storage/connect/cmgoconn.cpp
        modified:   storage/connect/cmgoconn.h
        modified:   storage/connect/filamzip.cpp
        modified:   storage/connect/javaconn.cpp
        modified:   storage/connect/javaconn.h
        modified:   storage/connect/odbconn.cpp
        modified:   storage/connect/odbconn.h
        modified:   storage/connect/plgdbsem.h
        modified:   storage/connect/plgdbutl.cpp
      
      - Fix INCOL bug when inserting several lines to MONGO tables
        modified:   storage/connect/cmgoconn.cpp
        modified:   storage/connect/tabcmg.cpp
        modified:   storage/connect/tabjmg.cpp
      
      - MONGO_SUPPORT is set for both MongoDB drivers
        CMGO_SUPPORT  is set only when the C driver is available
        modified:   storage/connect/CMakeLists.txt
        modified:   storage/connect/filter.h
        modified:   storage/connect/filter.h
        modified:   storage/connect/ha_connect.cc
        modified:   storage/connect/mongo.cpp
        modified:   storage/connect/mycat.cc
        modified:   storage/connect/tabjson.cpp
        modified:   storage/connect/tabjson.h
      
      - Separate enums JCATINFO and
        modified:   storage/connect/javaconn.h
        modified:   storage/connect/jdbconn.cpp
      
      - Fix crash when executing JDBC catfunc=driver
        modified:   storage/connect/jdbconn.cpp
      
      - Report an error when the Mongo driver if explicitly
      specified and not supported.
        modified:   storage/connect/mongo.cpp
      
      - Fix bug causing catalog JSON tables to fail
        modified:   storage/connect/tabjson.cpp
      
      - Protect by mutex the Ready variable of the TBLTBM table type
        modified:   storage/connect/tabtbl.cpp
      
      - Put testing of Thread TBL tables in a separate test
      With added case and modified old case that could avoid the test to fail.
        modified:   storage/connect/mysql-test/connect/r/tbl.result
        modified:   storage/connect/mysql-test/connect/t/tbl.test
        new file:   storage/connect/mysql-test/connect/r/tbl_thread.result
        new file:   storage/connect/mysql-test/connect/t/tbl_thread.test
      
      - jmongo3.test no more exists
        deleted:    storage/connect/mysql-test/connect/t/jmongo3.test
      
      - Add new tests for the MONGO feature (disabled)
        modified:   storage/connect/mysql-test/connect/disabled.def
        new file:   storage/connect/mysql-test/connect/r/json_java_2.result
        new file:   storage/connect/mysql-test/connect/r/json_java_3.result
        new file:   storage/connect/mysql-test/connect/r/json_mongo_c.result
        new file:   storage/connect/mysql-test/connect/r/mongo_c.result
        new file:   storage/connect/mysql-test/connect/r/mongo_java_2.result
        new file:   storage/connect/mysql-test/connect/r/mongo_java_3.result
        new file:   storage/connect/mysql-test/connect/std_data/Mongo2.jar
        new file:   storage/connect/mysql-test/connect/std_data/cities.json
        new file:   storage/connect/mysql-test/connect/t/json_java_2.test
        new file:   storage/connect/mysql-test/connect/t/json_java_3.test
        new file:   storage/connect/mysql-test/connect/t/json_mongo_c.test
        new file:   storage/connect/mysql-test/connect/t/mongo.inc
        new file:   storage/connect/mysql-test/connect/t/mongo_c.test
        new file:   storage/connect/mysql-test/connect/t/mongo_java_2.test
        new file:   storage/connect/mysql-test/connect/t/mongo_java_3.test
        new file:   storage/connect/mysql-test/connect/t/mongo_test.inc
      d8f99f16
  5. 28 Jul, 2017 2 commits
  6. 24 Jul, 2017 2 commits
  7. 23 Jul, 2017 3 commits
  8. 22 Jul, 2017 1 commit
  9. 21 Jul, 2017 3 commits
  10. 20 Jul, 2017 1 commit
  11. 19 Jul, 2017 2 commits
  12. 18 Jul, 2017 3 commits
    • Olivier Bertrand's avatar
      -- Check whether USERBLK still exists in PlugExit · e05920f7
      Olivier Bertrand authored
        modified:   storage/connect/connect.cc
        modified:   storage/connect/plugutil.cpp
        modified:   storage/connect/jsonudf.cpp
      
      -- Update result from json_udf test
        modified:   storage/connect/mysql-test/connect/r/json_udf.result
      e05920f7
    • Olivier Bertrand's avatar
    • Olivier Bertrand's avatar
      -- Finalize work on MongoDB access · f590296c
      Olivier Bertrand authored
         Implement discovery for the MongoDB Java Driver
         Create classes to minimize code and avoid dupicates
         Rearrange and rename implied files
        modified:   storage/connect/CMakeLists.txt
        renamed:    storage/connect/mongofam.cpp -> storage/connect/cmgfam.cpp
        renamed:    storage/connect/mongofam.h -> storage/connect/cmgfam.h
        modified:   storage/connect/cmgoconn.h
        modified:   storage/connect/javaconn.h
        modified:   storage/connect/jdbconn.cpp
        modified:   storage/connect/jmgoconn.cpp
        modified:   storage/connect/jmgoconn.h
        modified:   storage/connect/mongo.cpp
        modified:   storage/connect/mongo.h
        renamed:    storage/connect/tabmgo.cpp -> storage/connect/tabcmg.cpp
        renamed:    storage/connect/tabmgo.h -> storage/connect/tabcmg.h
        modified:   storage/connect/tabjmg.cpp
        modified:   storage/connect/tabjmg.h
        modified:   storage/connect/tabjson.cpp
        modified:   storage/connect/tabjson.h
      
      -- Trace Sarea allocation and freeing
        modified:   storage/connect/connect.cc
        modified:   storage/connect/plugutil.cpp
        modified:   storage/connect/user_connect.cc
      
      -- Null Json values where not mark as null in JSNX::SetJsonValue
         This was added in TYPE_NULL (declared as TYPE_VOID)
        modified:   storage/connect/json.cpp
        modified:   storage/connect/json.h
        modified:   storage/connect/jsonudf.cpp
      
      -- Null JValues are ignored in JSNX::CalculateArray
         Also done in tabjson.cpp for JSONCOL::CalculateArray
        modified:   storage/connect/json.h
        modified:   storage/connect/jsonudf.cpp
        modified:   storage/connect/tabjson.cpp
      
      -- Null JSON values now represented by connect_json_null session variable
        modified:   storage/connect/json.cpp
        modified:   storage/connect/json.h
        modified:   storage/connect/jsonudf.cpp
        modified:   storage/connect/tabjson.cpp
      
      -- JVALUE has size = 1
        modified:   storage/connect/json.h
      
      -- Fix by vuvova because Debian compilation failure.
        modified:   storage/connect/value.cpp
      f590296c
  13. 04 Jul, 2017 1 commit
  14. 03 Jul, 2017 2 commits
  15. 02 Jul, 2017 2 commits
    • Olivier Bertrand's avatar
      Define nullptr in jdbconn.cpp · 0631cdab
      Olivier Bertrand authored
      0631cdab
    • Olivier Bertrand's avatar
      - Add Support of the MongoDB Java Driver. · 94e5d7de
      Olivier Bertrand authored
        modified:   storage/connect/CMakeLists.txt
        modified:   storage/connect/JavaWrappers.jar
        modified:   storage/connect/colblk.h
        modified:   storage/connect/filter.cpp
        modified:   storage/connect/filter.h
        modified:   storage/connect/ha_connect.cc
        modified:   storage/connect/ha_connect.h
        modified:   storage/connect/jdbccat.h
        modified:   storage/connect/jdbconn.cpp
        modified:   storage/connect/jdbconn.h
        modified:   storage/connect/mongofam.cpp
        modified:   storage/connect/mongofam.h
        modified:   storage/connect/mycat.cc
        modified:   storage/connect/mycat.h
        modified:   storage/connect/tabext.h
        modified:   storage/connect/tabjdbc.cpp
        modified:   storage/connect/tabjdbc.h
        modified:   storage/connect/tabjson.cpp
        modified:   storage/connect/tabjson.h
        modified:   storage/connect/tabmgo.cpp
        modified:   storage/connect/tabmgo.h
        created:    storage/connect/Mongo2Interface.java
        created:    storage/connect/Mongo3Interface.java
        created:    storage/connect/cmgoconn.cpp
        created:    storage/connect/cmgoconn.h
        created:    storage/connect/javaconn.cpp
        created:    storage/connect/javaconn.h
        created:    storage/connect/jmgfam.cpp
        created:    storage/connect/jmgfam.h
        created:    storage/connect/jmgoconn.cpp
        created:    storage/connect/jmgoconn.h
        created:    storage/connect/mongo.cpp
        created:    storage/connect/mongo.h
        created:    storage/connect/tabjmg.cpp
        created:    storage/connect/tabjmg.h
      
      - tdbp not initialized when catched exception
      in CntGetTDB (connect.cc line 188)
        modified:   storage/connect/connect.h
      
      - CheckCleanup should sometimes doing cleanup on pure info
      Sometimes MariaDB loops on info to get the size of all tables in a database.
      This can sometimes fail by exhausted memory.
      CheckCleanup now have a force boolean parameter (defaulting to false)
        modified:   storage/connect/ha_connect.cc
        modified:   storage/connect/user_connect.cc
        modified:   storage/connect/user_connect.h
      
      Change the copyright of some source files
        modified:   storage/connect/connect.cc
        modified:   storage/connect/connect.h
        modified:   storage/connect/engmsg.h
        modified:   storage/connect/global.h
        modified:   storage/connect/ha_connect.cc
        modified:   storage/connect/ha_connect.h
        modified:   storage/connect/msgid.h
        modified:   storage/connect/mycat.cc
        modified:   storage/connect/mycat.h
        modified:   storage/connect/os.h
        modified:   storage/connect/osutil.c
        modified:   storage/connect/osutil.h
        modified:   storage/connect/user_connect.cc
        modified:   storage/connect/user_connect.h
      94e5d7de
  16. 11 Jun, 2017 1 commit
    • Olivier Bertrand's avatar
      Fix unhandled exception: · c51548d6
      Olivier Bertrand authored
      Force type int for ENUMs.
      Replace remaining longjmp.
        modified:   storage/connect/array.cpp
        modified:   storage/connect/colblk.cpp
        modified:   storage/connect/connect.cc
        modified:   storage/connect/filter.cpp
        modified:   storage/connect/jdbconn.cpp
        modified:   storage/connect/plgdbutl.cpp
        modified:   storage/connect/tabdos.cpp
        modified:   storage/connect/tabvir.cpp
        modified:   storage/connect/tabxml.cpp
        modified:   storage/connect/value.cpp
        modified:   storage/connect/xobject.cpp
      c51548d6
  17. 09 Jun, 2017 1 commit
  18. 08 Jun, 2017 1 commit
  19. 06 Jun, 2017 1 commit
  20. 03 Jun, 2017 1 commit
  21. 01 Jun, 2017 1 commit
  22. 29 May, 2017 1 commit
    • Olivier Bertrand's avatar
      Add table option FILTER used by Mongo and Json tables. · de1a9b17
      Olivier Bertrand authored
        modified:   storage/connect/ha_connect.cc
        modified:   storage/connect/mongofam.cpp
        modified:   storage/connect/mycat.h
        modified:   storage/connect/tabjson.cpp
        modified:   storage/connect/tabjson.h
        modified:   storage/connect/tabmgo.cpp
        modified:   storage/connect/tabmgo.h
      
      Fix a regression bug in MongoFam
      (all = true only when no Options)
        modified:   storage/connect/mongofam.cpp
      
      Fix a regression bug in JsonCol
      (in JSONCOL::GetJpath)
        modified:   storage/connect/tabjson.cpp
      de1a9b17
  23. 28 May, 2017 1 commit
  24. 26 May, 2017 2 commits