diff options
author | monty@mysql.com <> | 2004-06-18 04:38:58 +0300 |
---|---|---|
committer | monty@mysql.com <> | 2004-06-18 04:38:58 +0300 |
commit | b11d25883554a7e3da972cc593a9d2a0c6094096 (patch) | |
tree | 7b3b07f5c8491e5a81ca71b19d92dc87ec314192 /client | |
parent | fd0153304dc0e2ada1144fc79f117f02bdcd132b (diff) | |
parent | f56df164f0603b268806108526d59e5d02fef82b (diff) | |
download | mariadb-git-b11d25883554a7e3da972cc593a9d2a0c6094096.tar.gz |
Merge with 4.0.21
Diffstat (limited to 'client')
-rw-r--r-- | client/mysqltest.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/client/mysqltest.c b/client/mysqltest.c index 5ff152bd1c9..1f97b581765 100644 --- a/client/mysqltest.c +++ b/client/mysqltest.c @@ -59,8 +59,7 @@ #include <sys/stat.h> #include <violite.h> -#define MAX_VAR_NAME 256 -#define MAX_QUERY 65536 +#define MAX_QUERY 131072 #define MAX_COLUMNS 256 #define PAD_SIZE 128 #define MAX_CONS 128 |