diff options
author | unknown <stewart@willster.(none)> | 2006-06-28 22:06:26 +1000 |
---|---|---|
committer | unknown <stewart@willster.(none)> | 2006-06-28 22:06:26 +1000 |
commit | 7273e37d04a765f2f0fe341897eeef14321356c3 (patch) | |
tree | 9255fa54717838f42fc5a6186dbd8137a6951568 | |
parent | 98afd8b5c7eb377018801526cf5762c5dbc8618b (diff) | |
parent | 3e8cba8be10e0131fa3743a57af5dbebc8527674 (diff) | |
download | mariadb-git-7273e37d04a765f2f0fe341897eeef14321356c3.tar.gz |
Merge mysql.com:/home/stewart/Documents/MySQL/5.0/merge
into mysql.com:/home/stewart/Documents/MySQL/5.1/merge
storage/ndb/src/mgmsrv/ConfigInfo.cpp:
Auto merged
-rw-r--r-- | storage/ndb/src/mgmsrv/ConfigInfo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/ndb/src/mgmsrv/ConfigInfo.cpp b/storage/ndb/src/mgmsrv/ConfigInfo.cpp index 42776798385..aa5d62320e4 100644 --- a/storage/ndb/src/mgmsrv/ConfigInfo.cpp +++ b/storage/ndb/src/mgmsrv/ConfigInfo.cpp @@ -877,7 +877,7 @@ const ConfigInfo::ParamInfo ConfigInfo::m_ParamInfo[] = { false, ConfigInfo::CI_INT, "8", - "1", + "3", STR_VALUE(MAX_INT_RNIL) }, { |