Open tom-csf opened 3 weeks ago
main
221288262688d801e713be69e6d0fcb9666a67aa
- Hardware parameters: - OS type: - Others:
No response
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;
tpcc_load.txt create_table.txt
mysql-tpcc:https://github.com/Percona-Lab/tpcc-mysql load.c文件
未投入
Is there an existing issue for the same bug?
Branch Name
main
Commit ID
221288262688d801e713be69e6d0fcb9666a67aa
Other Environment Information
Actual Behavior
Expected Behavior
No response
Steps to Reproduce
Additional information
tpcc_load.txt create_table.txt