matrixorigin / matrixone

Hyperconverged cloud-edge native database
https://docs.matrixorigin.cn/en
Apache License 2.0
1.79k stars 277 forks source link

[Bug]: mysql-tpcc can not insert into table( mo), but it can insert into table(mysql) #19739

Open tom-csf opened 3 weeks ago

tom-csf commented 3 weeks ago

Is there an existing issue for the same bug?

Branch Name

main

Commit ID

221288262688d801e713be69e6d0fcb9666a67aa

Other Environment Information

- Hardware parameters:
- OS type:
- Others:

Actual Behavior

image

Expected Behavior

No response

Steps to Reproduce

1、create database tpcc
2、create table 
mysql -h 10.222.6.253 -uroot -P6001 -p111  < create_table.sql
3、load data
./tpcc_load -h 10.222.6.253 -P 6001 -d tpcc -u root -p 111 -w 1 -l 2
4、查询表数据
select * from warehouse;

Additional information

tpcc_load.txt create_table.txt

tom-csf commented 3 weeks ago

mysql-tpcc:https://github.com/Percona-Lab/tpcc-mysql load.c文件

image image
daviszhen commented 2 weeks ago

未投入

daviszhen commented 1 week ago

未投入

daviszhen commented 1 week ago

未投入

daviszhen commented 3 days ago

未投入

daviszhen commented 10 hours ago

未投入