| 149 | } |
| 150 | |
| 151 | int table_setup_objects::delete_all_rows(void) |
| 152 | { |
| 153 | int result= reset_setup_object(); |
| 154 | if (result == 0) |
| 155 | result= update_derived_flags(); |
| 156 | return result; |
| 157 | } |
| 158 | |
| 159 | ha_rows table_setup_objects::get_row_count(void) |
| 160 | { |
nothing calls this directly
no test coverage detected