Commit c9e68705 authored by mskold@mysql.com's avatar mskold@mysql.com

Removed forgotten abort() call, bug#10001

parent dbd03581
......@@ -1838,7 +1838,6 @@ void Dbtc::execKEYINFO(Signal* signal)
do {
if (cfirstfreeDatabuf == RNIL) {
jam();
abort();
seizeDatabuferrorLab(signal);
return;
}//if
......
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