| 1275 | virtual int set_default(); |
| 1276 | |
| 1277 | bool has_update_default_function() const |
| 1278 | { |
| 1279 | return flags & ON_UPDATE_NOW_FLAG; |
| 1280 | } |
| 1281 | bool has_default_now_unireg_check() const |
| 1282 | { |
| 1283 | return unireg_check == TIMESTAMP_DN_FIELD |
no outgoing calls
no test coverage detected