- Sep 21, 2022
-
-
Aylei authored
* add distributed mem-engine example Signed-off-by:
Aylei <rayingecho@gmail.com> * remove redundant file Signed-off-by:
Aylei <rayingecho@gmail.com>
-
nnsgmsone authored
* Add hash function * change hash to hash_value * fix the bug of newreader
-
prinz authored
-
prinz authored
-
prinz authored
-
DanielZhangQD authored
-
chenmingsong authored
Approved by: @yingfeng, @nnsgmsone
-
jiangxinmeng1 authored
1. Use MVCCChain and TxnMVCCNode in deletenode and deletechain Approved by: @XuPeng-SH
-
jianwan0214 authored
-
reusee authored
Approved by: @fengttt
-
qingxinhome authored
1. The explain analyze statement is supported, 2. Support serialization of execution plans into json 2. Because the execution result of explain analyze statement is real-time and will have different results with the change of data and execution environment, it is not suitable to be placed in bvt test documents, so bvt tests are not added Approved by: @daviszhen, @iamlinjunhong, @nnsgmsone, @aunjgr, @ouyuanning, @fengttt
-
ou yuanning authored
1、deepcopyExpr lost some fields 2、some client don't accept DateTimeField as string. So use really Date/DateTime Response Approved by: @nnsgmsone, @aunjgr, @daviszhen
-
reusee authored
txnstorage: add Row.Value txnstorage: remove Table.Index, rename IndexEntries to Index txnstorage: merge PhysicalRow, MVCC, MVCCValues to PhysicalRow, Version txnstorage: remove Row type param from Iter and TableIter txnstorage: add Version.ID; fix Table.Iter txnstorage: use btree path hinting txnstorage, txnengine: add ID type txnstorage: use slice instead of map in DataValue txnstorage: add table benchmark txnstorage: use int64 ID txnstorage: optimize locking of Table txnstorage: fix log tail txnengine: add Request and Response enum txnengine: remove ErrExisted txnengine: remove ErrDatabaseNotFound txnengine: remove ErrRelationNotFound txnengine: remove ErrDefNotFound txnengine: remove ErrIterNotFound txnengine: remove ErrColumnNotFound, ErrReadOnly txnengine: remove error reflection in DoTxnRequest Approved by: @yingfeng, @zhangxu19830126
-
XuPeng-SH authored
Approved by: @JinHai-CN
-
fagongzi authored
Add allocate id from hakeeper Approved by: @cnutshell, @w-zr
-
fagongzi authored
Add start and stop schedule cron tasks function for taskservice Approved by: @w-zr, @yingfeng, @nnsgmsone, @fengttt
-
wanglei authored
* feat: add git describe --always option Signed-off-by:
wanglei <wanglei4687@gmail.com> * chore: trigger ci * chore: trigger ci Signed-off-by:
wanglei <wanglei4687@gmail.com> Co-authored-by:
fengttt <fengttt@gmail.com>
-
fengttt authored
* Big one. Doomed. 1234 errors. Good time to stop. 800! 500! 500! Again! 300! 200! 100! 0. But I am so screwed ... Fast path OK errors. Esp, TAE OkStopCurrRecur. Fix TestFileServices. Fix TestLogShardNotFoundErrorIsConsideredAsTempError Fix TestClientRead More UT fixes. Skip two UT cases. SCA fixes. Minor improvement on error messages. Minor. * Merge fixes. * update error message * Fix merges. Co-authored-by:
aressu1985 <175816613@qq.com>
-
- Sep 20, 2022
-
-
nnsgmsone authored
engine: add transaction interface disttae: get the schema information of a table disttae: add multi-account logic Approved by: @reusee, @zhangxu19830126, @XuPeng-SH, @daviszhen
-
XuPeng-SH authored
Approved by: @yingfeng
-
reusee authored
txnengine: do retry in GetClusterDetailsFromHAKeeper Approved by: @nnsgmsone
-
jianwan0214 authored
fix double type parse bug Approved by: @nnsgmsone
-
goodMan-code authored
Approved by: @aressu1985
-
Wei Ziran authored
Create `TaskService` in `main`. Add `TaskService` argument when create `logservice` Approved by: @zhangxu19830126, @nnsgmsone
-
ou yuanning authored
add isunkown/isnotunknown function Approved by: @aressu1985, @aunjgr, @iamlinjunhong, @nnsgmsone
-
jiangxinmeng1 authored
Approved by: @XuPeng-SH
-
fagongzi authored
Fix TestCompletedWithInvalidEpoch's assert Approved by: @fengttt
-
ou yuanning authored
-
aressu1985 authored
Approved by: @yingfeng
-
aptend authored
- collect catalog and block metadata log tails - convert log tails to API proto entry Approved by: @XuPeng-SH
-
ou yuanning authored
fix bug: when union two same statement, rewrite rule is incorrect rewrite : selectStatment union selectStatment to : select distinct * from (selectStatement) a; and I just remove some tag that bug was fixed by some previous PR Approved by: @aunjgr, @aressu1985
-
iamlinjunhong authored
Approved by: @dengn
-
- Sep 19, 2022
-
-
aptend authored
- add every column a zonemap Approved by: @XuPeng-SH, @nnsgmsone
-
reusee authored
txnstorage: clean batch after HandleRead txnengine: rename ShardToSingleStatic to NoShard txnengine: add NewDefaultShardPolicy, FallbackShard, HashShard Approved by: @nnsgmsone, @zhangxu19830126
-
jiangxinmeng1 authored
Approved by: @XuPeng-SH
-
qingxinhome authored
Modify the logic or operation bug, that is, when the 'constant null OR true', the result calculation is incorrect, and this pr is used to correct the bug Approved by: @ouyuanning
-
ou yuanning authored
remove unused code which for old logic. and that code will make parseExecuteParameter incorrect Approved by: @daviszhen
-
Wei Ziran authored
Approved by: @zhangxu19830126
-
nnsgmsone authored
Approved by: @daviszhen, @reusee, @yingfeng, @fengttt
-
jiangxinmeng1 authored
Add prepare TS 1. Add prepare TS in TxnMVCCNode 2. Replay 1pc txn cmd 3. Add prepare TS in NeedWaitCommit Approved by: @XuPeng-SH
-