Percona-Lab / tpcc-mysql

481 stars 188 forks source link

Fix connection_string size in the load.c is differnet with main function #14

Open wuwenzhx opened 6 years ago

wuwenzhx commented 6 years ago

In mian.c define DB_STRING_MAX 128, but load.c define DB_STRING_MAX 51, when db connection_string is larger than 51 and small than 128 will produce error.