- Oct 28, 2022
-
-
prinz authored
-
YANGGMM authored
[fix create table with uuid default for int type](https://github.com/matrixorigin/matrixone/commit/3db4179e555c6ffc8017c17d124b9ab704803d0e) Approved by: @ouyuanning, @aunjgr, @aressu1985
-
mooleetzi authored
Fix show create table no on update and default, Fix decimal type incorrect display in show create table, Add dump to export databases or tables into sql.
-
daviszhen authored
Add privilege cache based on the map and set. the offline test denotes that the effect is not obvious. Approved by: @fengttt
-
ou yuanning authored
1、 fix bug: do null check before update/delete operation 2、 remove one bvt tag which bug was fixed Approved by: @nnsgmsone, @aressu1985
-
XuPeng-SH authored
There is a small probability that a compact panic will occur during TestDelete3. Approved by: @LeftHandCold
-
ou yuanning authored
Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> Co-authored-by:
fengttt <fengttt@gmail.com>
-
jiangxinmeng1 authored
checkpoint phase 2 1. sync checkpoint metadata 2. replay catalog by runner Approved by: @XuPeng-SH
-
- Oct 27, 2022
-
-
heni02 authored
-
nnsgmsone authored
-
iamlinjunhong authored
-
aptend authored
-
jianwan0214 authored
-
ou yuanning authored
-
GreatRiver authored
Add Objectio's ReadAllMeta interface, supports reading the metadata of all blocks in an object, the checkpoint in tae needs to be used
-
fagongzi authored
panic if query by primary key returns more than 1 records
-
Wei Ziran authored
Add test for write skew. Fix bug in sqlTxn.update.
-
fagongzi authored
skip all cluster testing in short mode.
-
TheR1sing3un authored
* feat: support parser REPLACE
-
JacksonXie authored
diff account's logs data needs to wirte into diff path.
-
jiangxinmeng1 authored
checkpoint phase 1 collect incremental snapshot add checkpoint runner apply snapshot in catalog
-
qingxinhome authored
fix the memory size of each node displays error
-
reusee authored
fileservice: fix content size calculation in LocalFS.List fileservice: ignore sentinel file in LocalFS
-
Boyu Tan authored
-
Wei Ziran authored
Currently, select exists(select * from %s.sys_async_task where task_metadata_id=?) is invalid. So replace it with select count(task_metadata_id) from %s.sys_async_task where task_metadata_id=?. Add an integrated test for cron task.
-
nitao authored
unix_timestamp should return null for illegal timestamps
-
ou yuanning authored
-
fagongzi authored
At present, all our services have their own data directories, and when running tests, the data directories are scattered all over the place, so we need to unify the data in one data directory
-
nnsgmsone authored
* Add index for catalog * remove append * Add accountid * Remove empty table error code * Change debug info
-
fengttt authored
half CN/DN BVT time Approved by: @daviszhen, @nnsgmsone, @xzxiong, @XuPeng-SH
-
maomao authored
change runner to github-host
-
reusee authored
-
reusee authored
-
nitao authored
fix a bug for show variables of autocommit
-
aptend authored
support collecting append and delete with a aborted filter
-
YANGGMM authored
fix desc for default content
-
- Oct 26, 2022
-
-
maomao authored
-
maomao authored
fix post clean bug
-
GreatRiver authored
Before only flushing the delta of ablock, now we need to flush the delta of all blocks
-