| 9751 | */ |
| 9752 | |
| 9753 | void TABLE::reset_default_fields() |
| 9754 | { |
| 9755 | DBUG_ENTER("reset_default_fields"); |
| 9756 | bitmap_clear_all(&has_value_set); |
| 9757 | DBUG_VOID_RETURN; |
| 9758 | } |
| 9759 | |
| 9760 | /* |
| 9761 | Prepare triggers for INSERT-like statement. |
no outgoing calls
no test coverage detected