From my MySQL configuration:
database (No default value)
delimiter ;
...
i-am-a-dummy FALSE
It’s that last one that seems a little odd.
(It’s really just an alias for safe-updates, which won’t allow you to write a statement like DELETE FROM my_table;
that omits the WHERE
clause. I just enjoy that MySQL informs me I’m not a dummy.)
Mine says the opposite:
i-am-a-dummy TRUE
How do you explain that, huh?