Commit f2821fa1 authored by unknown's avatar unknown
Browse files

fix client_test to be a bit faster under valgrind.

parent edcccfbc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -10251,7 +10251,7 @@ static void test_bug5194()
  /* Number of columns per row */
  const int COLUMN_COUNT= sizeof(float_array)/sizeof(*float_array);
  /* 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 */
  const int MAX_ROWS_PER_INSERT= 300;
  const int MAX_PARAM_COUNT= COLUMN_COUNT*MAX_ROWS_PER_INSERT;