| 311 | */ |
| 312 | |
| 313 | handler::Table_flags ha_sequence::table_flags() const |
| 314 | { |
| 315 | DBUG_ENTER("ha_sequence::table_flags"); |
| 316 | DBUG_RETURN((file->table_flags() & ~SEQUENCE_DISABLED_TABLE_FLAGS) | |
| 317 | SEQUENCE_ENABLED_TABLE_FLAGS); |
| 318 | } |
| 319 | |
| 320 | |
| 321 | int ha_sequence::info(uint flag) |