Skip to content
Snippets Groups Projects
  1. Aug 22, 2022
  2. Aug 20, 2022
  3. Aug 19, 2022
  4. Aug 18, 2022
  5. Aug 17, 2022
    • aptend's avatar
    • reusee's avatar
      txnengine, txnstorage: various changes (#4553) · 1da902e4
      reusee authored
      txnengine: add Errors and extract errors in doTxnRequest
      txnengine: add Errors.As; create default database; fix Execution.Resolve
      txnengine: add MemHandler.mheap; fix MemHandler.HandleRead
      txnengine: add TestTPCH
      txnengine: add Tx.databaseName
      txnengine: add file path param to Tx.Exec
      txnengine: add typed errors
      txnengine: fix Execution.Resolve
      txnengine: fix Tx.Exec to execute all statements
      txnengine: fix engineAttrToPlanColDef
      txnengine: fix plan types gob registeration
      txnengine: gob register plan types
      txnengine: save database and table name in lowercase; set default schema name in Execution.Resolve
      txnengine: set zap logger for NewTxnService
      txnengine: trim comment lines in bvt files
      txnstorage: add AttributeRow.Order
      txnstorage: add hidden __version column
      txnstorage: fix BatchIter
      txnstorage: fix MemHandler.HandleRead
      txnstorage: use req.TableID,DatabaseID in HandleDelTableDef,HandleGetRelations,HandleGetTableDefs,HandleGetTableDefs
      
      Approved by: @lni
    • 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
    • bRong Njam's avatar