17
17
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
23
23
#include <drizzled/item/null.h>
24
24
#include <drizzled/lex_string.h>
30
28
bool Item_null::eq(const Item *item, bool) const
31
29
{ return item->type() == type(); }