diff options
author | unknown <konstantin@mysql.com> | 2004-09-23 20:38:18 +0400 |
---|---|---|
committer | unknown <konstantin@mysql.com> | 2004-09-23 20:38:18 +0400 |
commit | f2821fa13ced6fe7946c806fbfea887675fe6e2f (patch) | |
tree | 90c65e5881e353b040055e5a7ee9914cc3bb2e5a /tests | |
parent | edcccfbc4b71152af849f53fc3760a05e1e0d4bb (diff) | |
download | mariadb-git-f2821fa13ced6fe7946c806fbfea887675fe6e2f.tar.gz |
fix client_test to be a bit faster under valgrind.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/client_test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/client_test.c b/tests/client_test.c index accefb668a8..a2b0791baa2 100644 --- a/tests/client_test.c +++ b/tests/client_test.c @@ -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; |