MySQL 9.1.0
Source Code Documentation
|
Class used as argument to Item::walk() together with mark_field_in_map() More...
#include <item.h>
Public Member Functions | |
Mark_field (TABLE *table, enum_mark_columns mark) | |
Mark_field (enum_mark_columns mark) | |
Public Attributes | |
TABLE *const | table |
If == NULL, update map of any table. More... | |
const enum_mark_columns | mark |
How to mark the map. More... | |
Class used as argument to Item::walk() together with mark_field_in_map()
|
inline |
|
inline |
const enum_mark_columns Mark_field::mark |
How to mark the map.
TABLE* const Mark_field::table |
If == NULL, update map of any table.
If <> NULL, update map of only this table.