Commit f2821fa1 authored by unknown's avatar unknown

fix client_test to be a bit faster under valgrind.

parent edcccfbc
...@@ -10251,7 +10251,7 @@ static void test_bug5194() ...@@ -10251,7 +10251,7 @@ static void test_bug5194()
/* Number of columns per row */ /* Number of columns per row */
const int COLUMN_COUNT= sizeof(float_array)/sizeof(*float_array); const int COLUMN_COUNT= sizeof(float_array)/sizeof(*float_array);
/* Number of rows per bulk insert to start with */ /* Number of rows per bulk insert to start with */
const int MIN_ROWS_PER_INSERT= 260; const int MIN_ROWS_PER_INSERT= 262;
/* Max number of rows per bulk insert to end with */ /* Max number of rows per bulk insert to end with */
const int MAX_ROWS_PER_INSERT= 300; const int MAX_ROWS_PER_INSERT= 300;
const int MAX_PARAM_COUNT= COLUMN_COUNT*MAX_ROWS_PER_INSERT; const int MAX_PARAM_COUNT= COLUMN_COUNT*MAX_ROWS_PER_INSERT;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment