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 | 0a8a5c62ef1bd91cce1863660dc63a96eb92f75c (patch) | |
tree | 90c65e5881e353b040055e5a7ee9914cc3bb2e5a /tests/client_test.c | |
parent | a99f67910931978d71b94da032721e00ba0561b6 (diff) | |
download | mariadb-git-0a8a5c62ef1bd91cce1863660dc63a96eb92f75c.tar.gz |
fix client_test to be a bit faster under valgrind.
Diffstat (limited to 'tests/client_test.c')
-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; |