Commit 3e5d772a authored by Bradley C. Kuszmaul's avatar Bradley C. Kuszmaul

Shortened the string as much as I could

git-svn-id: file:///svn/tokudb@1070 c7de825b-a66e-492c-adef-691d508d4ae1
parent 9797268d
......@@ -165,7 +165,7 @@ static void insert_person (void) {
gettod(&pk.ts);
pd.expiretime = pk.ts;
pd.doesexpire = oppass==1 && (opnum==2 || opnum==10 || opnum==22);
if (oppass==1 && opnum==1) namearray="Hc";
if (oppass==1 && opnum==1) namearray="Hc"; // If we shorten this string we get corrupt secondary errors in BDB 4.3.29.
else if (oppass==1 && opnum==2) namearray="K";
else if (oppass==1 && opnum==5) namearray="V";
else if (oppass==1 && opnum==6) namearray="T";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment