1
0
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:
timour@mysql.com
2004-11-25 11:37:28 +02:00
210 changed files with 4198 additions and 1417 deletions

View File

@ -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();
};