summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authorunknown <bell@sanja.is.com.ua>2004-06-11 16:25:18 +0300
committerunknown <bell@sanja.is.com.ua>2004-06-11 16:25:18 +0300
commitd4c72a852d6e554d606f8b40bdeb464b6b6f7855 (patch)
treed09637a1d1a3a01fbff5f718bfd5f58d95948d32 /client
parent2df0588981c68f2e1fc7b1a826b06c395fcd9f12 (diff)
downloadmariadb-git-d4c72a852d6e554d606f8b40bdeb464b6b6f7855.tar.gz
test suite for bug Bug#3969 (commited separetely because it took too long time to parse it on 3.23)
client/mysqltest.c: allow big commands in mysql-test
Diffstat (limited to 'client')
-rw-r--r--client/mysqltest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/mysqltest.c b/client/mysqltest.c
index 22ce5208445..68b9dd505b2 100644
--- a/client/mysqltest.c
+++ b/client/mysqltest.c
@@ -59,7 +59,7 @@
#include <sys/stat.h>
#include <violite.h>
-#define MAX_QUERY 65536
+#define MAX_QUERY 131072
#define MAX_COLUMNS 256
#define PAD_SIZE 128
#define MAX_CONS 128