Below is the list of changes that have just been committed into a local
4.0 repository of Sinisa. When Sinisa does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://www.mysql.com/doc/I/n/Installing_source_tree.html
ChangeSet
1.1650 03/12/13 14:51:05 Sinisa@stripped +1 -0
Changing a maxumum value for a variable at a request of one
customer and Dean Ellis.
client/mysql.cc
1.145 03/12/13 14:51:01 Sinisa@stripped +1 -1
Changing a maxumum value for a variable at a request of one
customer and Dean Ellis.
# This is a BitKeeper patch. What follows are the unified diffs for the
# set of deltas contained in the patch. The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User: Sinisa
# Host: sinisa.nasamreza.org
# Root: /mnt/work/mysql-4.0
--- 1.144/client/mysql.cc Fri Dec 12 23:18:22 2003
+++ 1.145/client/mysql.cc Sat Dec 13 14:51:01 2003
@@ -574,7 +574,7 @@
0, 1},
{"max_allowed_packet", OPT_MAX_ALLOWED_PACKET, "",
(gptr*) &max_allowed_packet, (gptr*) &max_allowed_packet, 0, GET_ULONG,
- REQUIRED_ARG, 16 *1024L*1024L, 4096, 512*1024L*1024L, MALLOC_OVERHEAD,
+ REQUIRED_ARG, 16 *1024L*1024L, 4096, 2*1024*1024L*1024L, MALLOC_OVERHEAD,
1024, 0},
{"net_buffer_length", OPT_NET_BUFFER_LENGTH, "",
(gptr*) &net_buffer_length, (gptr*) &net_buffer_length, 0, GET_ULONG,
| Thread |
|---|
| • bk commit into 4.0 tree (Sinisa:1.1650) | sinisa | 13 Dec |