Bug 34064: Remove no_batch_alters option
authorDavid Cook <dcook@prosentient.com.au>
Tue, 20 Jun 2023 06:20:00 +0000 (06:20 +0000)
committerTomas Cohen Arazi <tomascohen@theke.io>
Tue, 10 Oct 2023 13:54:04 +0000 (10:54 -0300)
commitc30dd8d6b0e94cf4b43e513a4ebd713f91703334
treecf53e349fa2a7fe30f290b6a31b39625e2315a22
parent5d3bfc5d5b7f61b287391a6871f080ed63ced246
Bug 34064: Remove no_batch_alters option

This change removes the no_batch_alters option.

When working with real world databases, you really want to use batch
alters to group together changes. Otherwise, the output becomes
too overwhelming/unwieldy.

On real world databases, I'm noticing big discrepancies, although
I think most of the time this is a difference in the collation
at the column level.

Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
misc/maintenance/audit_database.pl