Skip to content
Snippets Groups Projects
  1. Aug 20, 2022
    • JacksonXie's avatar
      remove import github.com/matrixorigin/matrixone/pkg/config in trace (#4599) · e921e189
      JacksonXie authored
      avoid import cycle: trace -> pkg/config -> pkg/txn/client -> pkg/common/morpc -> trace
      
      Approved by: @zhangxu19830126, @fengttt
      e921e189
    • prinz's avatar
      57705fee
    • yjw1268's avatar
      Add blob support in MO (#4472) · a5093a0c
      yjw1268 authored
      Add blob support in MO
      
      Approved by: @nnsgmsone, @fengttt, @zhangxu19830126, @XuPeng-SH
      a5093a0c
    • Wei Ziran's avatar
      add Shards field in DNStore (#4591) · a5047848
      Wei Ziran authored
      Rename `CNNode`/`DNNode`/`LogNode` to `CNStore`/`DNStore`/`LogStore`.
      
      Add `Shards` field in `DNStore`.
      
      Approved by: @lni, @reusee, @fengttt
      a5047848
    • reusee's avatar
      txnengine: various changes (#4587) · 46b9763e
      reusee authored
      txnengine: set Process.SessionInfo.TimeZone
      
      txnstorage: do not remove entry from MemHandler.tables.Map in MemHandler.HandleTruncate
      
      txnengine: do not return SqlError in Tx.Exec
      
      txnengine: refine testBVT; add TestBVT
      
      txnengine: ignore lines with # prefix in bvt files
      
      txnengine: enable optimizer for select, update and delete statement
      
      txnengine: fix testBVT
      
      txnengine: ignore ExplainStmt in Tx.Exec
      
      txnengine: panic on Tx.Exec error
      
      txnengine: add Session
      
      txnengine: fix Execution.DefaultDatabase
      
      txnengine: fix txn client clock
      
      txnengine: set session database to default in Exec
      
      Approved by: @lni
      46b9763e
  2. Aug 19, 2022
  3. Aug 18, 2022
    • wanglei's avatar
      fix: dockerignore config (#4578) · edc7a841
      wanglei authored
      1. cago compiler with link system lib, so  ignore cgo generate files
      `/usr/bin/ld` is my local Apple's linker
      
      For example:
      ```
      #16 52.59 # github.com/matrixorigin/matrixone/cmd/db-server
      #16 52.59 /usr/local/go/pkg/tool/linux_amd64/link: running gcc failed: exit status 1
      #16 52.59 /usr/bin/ld: /tmp/go-link-2126209758/000006.o: in function `_cgo_df8c56550131_Cfunc_Decimal128_Add':
      #16 52.59 decimal.cgo2.c:(.text+0x71): undefined reference to `Decimal128_Add'
      #16 52.59 /usr/bin/ld: /tmp/go-link-2126209758/000006.o: in function `_cgo_df8c56550131_Cfunc_Decimal128_AddDecimal64':
      #16 52.59 decimal.cgo2.c:(.text+0xcd): undefined reference to `Decimal128_AddDecimal64'
      #16 52.59 /usr/bin/ld: /tmp/go-link-2126209758/000006.o: in function `_cgo_df8c56550131_Cfunc_Decimal128_AddInt64':
      ```
      
      2. According to #4535, the `system_vars_config.toml` will be the default config and  `make config` do not generate configuration files. So `system_vars_config.toml` should not be ignored. It's re...
      edc7a841
    • ou yuanning's avatar
      support CMD_STMT_PREPARE/EXECUTE/CLOSE command in MySQL protocol (#4566) · e3ea8272
      ou yuanning authored
      support CMD_STMT_PREPARE/EXECUTE/CLOSE  command for MySQL protocol.
      
      test code see https://github.com/matrixorigin/matrixone/issues/3693  @sukki37 's comment.
      
      Approved by: @daviszhen
      e3ea8272
    • nnsgmsone's avatar
      Fix the bug of avg (#4576) · a400cb47
      nnsgmsone authored
      Approved by: @yingfeng
      a400cb47
    • GuokeCui's avatar
      Enable flexible `morpc` option for package `logservice` (#4561) · e6e38e75
      GuokeCui authored
      - Enable flexible `morpc` option for package `logservice`
      - Extend `morpc.WithBackendFilter` in order to support network partition feature
      
      Approved by: @zhangxu19830126, @lni
      e6e38e75
    • wanglei's avatar
      feat: add dockerignore (#4565) · 3af0e6ce
      wanglei authored
      Approved by: @yingfeng
      3af0e6ce
    • nnsgmsone's avatar
      Fix the bug of union (#4562) · 51a18beb
      nnsgmsone authored
      Approved by: @yingfeng
      51a18beb
  4. Aug 17, 2022