Commit 351043ad authored by Sergei Petrunia's avatar Sergei Petrunia

MariaRocks port: put back the assert

MyRocks seems to no longer depend on it not being present after the
merge.
parent 1f0c28f3
......@@ -8721,6 +8721,7 @@ int Field_enum::store(longlong nr, bool unsigned_val)
double Field_enum::val_real(void)
{
ASSERT_COLUMN_MARKED_FOR_READ;
return (double) Field_enum::val_int();
}
......
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