Increased the number of operations to be performed by 'reg_test_3606-mysql_warnings-t.cpp' #3606

pull/3652/head
Javier Jaramago Fernández 5 years ago
parent a49433cc91
commit 8486722142

@ -54,7 +54,7 @@ int create_testing_tables(MYSQL* mysql_server) {
int main(int argc, char** argv) {
CommandLine cl;
uint32_t c_operations = 100;
uint32_t c_operations = 500;
plan(1 + c_operations + (c_operations - 1) * 3);

Loading…
Cancel
Save