corrected manual merge

This commit is contained in:
tomas@whalegate.ndb.mysql.com 2007-05-14 14:43:07 +02:00
parent 4097b6eb62
commit 6dceef95f7

View file

@ -6089,7 +6089,8 @@ void ha_ndbcluster::get_auto_increment(ulonglong offset, ulonglong increment,
const NdbError err= ndb->getNdbError();
sql_print_error("Error %lu in ::get_auto_increment(): %s",
(ulong) err.code, err.message);
DBUG_RETURN(~(ulonglong) 0);
*first_value= ~(ulonglong) 0;
DBUG_VOID_RETURN;
}
break;
}