Change the default setting of "add_missing_from" to false. This has been

Neil Conway <neilc@samurai.com>

Commit: eb4b7a0b778ab2e67e43b41822ddae32803a30e3
Author: Neil Conway <neilc@samurai.com>
Date: 2005-04-08T00:59:59Z
Releases: 8.1.0
Change the default setting of "add_missing_from" to false. This has been
the long-term plan for this behavior for quite some time, but it is only
possible now that DELETE has a USING clause so that the user can join
other tables in a DELETE statement without relying on this behavior.

Files