mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Merge for BUG#3759 which was missing from the main tree for some reason.
This commit is contained in:
@ -240,6 +240,7 @@ public:
|
||||
void fix_length_and_dec();
|
||||
const char *func_name() const { return "nullif"; }
|
||||
table_map not_null_tables() const { return 0; }
|
||||
bool is_null();
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user