Skip to content
Snippets Groups Projects
  1. Oct 20, 2022
  2. Oct 13, 2022
    • daviszhen's avatar
      update multi account (#5587) · e9413c8e
      daviszhen authored
      1, fix compound privilege;
      2,add restriction for catalog;
      3,add privilege check for PREPARE;
      4,add coverage bvt cases for basic privilege;
      
      Approved by: @aressu1985, @yingfeng, @fengttt
      e9413c8e
  3. Sep 06, 2022
    • JacksonXie's avatar
      Metric/Trace use FileService to write down CSV data. (#4742) · b76949b1
      JacksonXie authored
      - support FileService do Write CSV data
      - init schema support CVS params, in `pkg/util/metric/metric.go`, `pkg/util/trace/schema.go`
      - adapt config[fileservice] to get stringwriter obj, in `pkg/util/export/fs_writer.go`
      - add [cn.fileservice] in cn-service.toml
      - add [[fileservice]] in log-service.toml
      - mo-service support metric/trace/log/... collection,  in `pkg/cnservice/server.go`, `pkg/dnservice/store.go`, `pkg/logservice/service.go`
      
      Approved by: @yingfeng, @daviszhen, @aptend, @fengttt, @reusee, @cnutshell, @zhangxu19830126, @lni
      b76949b1
  4. Aug 17, 2022
    • daviszhen's avatar
      Add the cn-service (#4535) · c5241688
      daviszhen authored
      1. Connect the cn-service with the frontend and the computation engine.
      2. Change the configuraion mechanism to the general method. Remove the auto-generated configuration.
      
      Approved by: @zhangxu19830126, @yingfeng, @fengttt, @aptend, @reusee, @nnsgmsone, @lni
      c5241688
  5. Aug 09, 2022
    • lni's avatar
      cmd: resolve gossip seed addresses (#4421) · d131580e
      lni authored
      When dns names are used in the GossipSeedAddresses field of logservice.Config, mo-service will try to resolve them and pass them to the logservice as a slice of strings in ip:port format. Only IPv4 addresses are kept and ErrInvalidConfig is returned if any dns name is mapped to more than one IPv4 address.
      
      Approved by: @reusee
      d131580e
  6. Jul 30, 2022
  7. Jul 27, 2022
  8. Jul 21, 2022
    • fengttt's avatar
      Fengttt 4039 decimal (#4107) · 3a3e1fdf
      fengttt authored
      * Adding decNumber library.
      
      * Work on decimal and rebase.
      
      I will be damned if it works at all.
      
      * Pass ut.
      
      * Will never pass bvt.
      
      * Fixes.
      
      * Missed a few UT cases.
      
      I cheated on a parser case.   Decimal will output 100 as 1E+2.
      I think we can accept this.
      
      * Use PRId64 and PRIu64 in printf.
      
      * Minor clean up.
      
      * CI
      
      added -ldecnumber, removed pdf file.
      
      * Fix a static check error.
      3a3e1fdf
  9. Jul 13, 2022
  10. May 12, 2022
  11. Apr 02, 2022
  12. Mar 23, 2022
  13. Mar 22, 2022
  14. Mar 02, 2022
  15. Feb 28, 2022
  16. Feb 18, 2022
  17. Dec 22, 2021
  18. Dec 16, 2021
  19. Dec 15, 2021
  20. Dec 08, 2021
  21. Oct 28, 2021
  22. Oct 21, 2021
  23. Sep 30, 2021
  24. Sep 26, 2021
  25. Sep 14, 2021
  26. Aug 27, 2021
  27. Jun 25, 2021
    • daviszhen's avatar
      Complement the details about the data type (#153) · 3d863b05
      daviszhen authored
      
      * Add IOPackage module. buffering and byte order need to be tuned;
      
      * Add mysql client protocol.
      
      * Make mysql client protocol works
      
      * Add configuration related operation interface
      
      * The configuration works
      
      * Add ast transformer
      
      * Add expression and selectstmt transformer
      
      * Remove useless directories(types,session,sessionctx,util); change Subquery,TableExpr; add CaseExpr; add IntervalExpr; add IsTruthExpr; add DefaultVal; add Union Clause; add Insert Statement; “
      
      * Fix decimal; add CreateTable
      
      * Add origString for NumVal
      
      * Fix decimal null value
      
      * Rm some useless code
      
      * Try to connect the frontend with the computation engine with the fake storage engine and the fake nodes
      
      * The frontend are connected with the computation engine
      
      * Fix parallel pipeline problem;
      add DropTable, CreateDatabase, DropDatabase, Insert, Delete, Update,
      LoadData, Begin, Commit , Rollback, Set(partial), Show(partial), Explain(partial), Use
      
      * Fix incomplete data type
      
      * Remove dump thing
      
      * Update .gitignore
      
      Co-authored-by: default avatarYingfeng <yingfeng.zhang@gmail.com>
      3d863b05
  28. Jun 18, 2021
  29. Mar 24, 2021
  30. Mar 22, 2021
  31. Feb 20, 2021