bp #38697
This commit is contained in:
@ -788,7 +788,7 @@ public class SessionVariable implements Serializable, Writable {
|
||||
|
||||
// this is used to make c3p0 library happy
|
||||
@VariableMgr.VarAttr(name = MAX_ALLOWED_PACKET)
|
||||
public int maxAllowedPacket = 1048576;
|
||||
public int maxAllowedPacket = 16777216;
|
||||
|
||||
@VariableMgr.VarAttr(name = AUTO_INCREMENT_INCREMENT)
|
||||
public int autoIncrementIncrement = 1;
|
||||
|
||||
Reference in New Issue
Block a user