mirror of
https://github.com/MariaDB/server.git
synced 2026-05-01 12:45:41 +02:00
Manual merge
sql/item_cmpfunc.h: Auto merged
This commit is contained in:
commit
7bf4a418cb
3 changed files with 42 additions and 6 deletions
|
|
@ -1234,6 +1234,7 @@ public:
|
|||
enum Type type() const { return FUNC_ITEM; }
|
||||
longlong val_int();
|
||||
const char *func_name() const { return "xor"; }
|
||||
table_map not_null_tables() const { return and_tables_cache; }
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue