Comment 4 for bug 1498197

Revision history for this message
Matt Riedemann (mriedem) wrote :

As we can see here:

https://dev.mysql.com/doc/refman/5.0/en/integer-types.html

A value of 2769 isn't going to fit into a tinyint column.

It's interesting that you still have tables with deleted defined as tinyint, since that would probably predate the soft-deleted stuff that's been in the data model for a long time.

In fact, it was db migration 152 back in grizzly that converted the type on the deleted column:

https://github.com/openstack/nova/commit/28191baa2b1a65fb86bbbbfc0974495059db6d42