| 2994 | */ |
| 2995 | |
| 2996 | uint8 LEX::get_effective_with_check(TABLE_LIST *view) |
| 2997 | { |
| 2998 | if (view->select_lex->master_unit() == &unit && |
| 2999 | which_check_option_applicable()) |
| 3000 | return (uint8)view->with_check; |
| 3001 | return VIEW_CHECK_NONE; |
| 3002 | } |
| 3003 | |
| 3004 | |
| 3005 | /** |
nothing calls this directly
no test coverage detected