Bugzilla – Attachment 152740 Details for
Bug 34064
Compare kohastructure.sql against current database using database audit script
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 34064: Remove no_batch_alters option
Bug-34064-Remove-nobatchalters-option.patch (text/plain), 1.21 KB, created by
Martin Renvoize (ashimema)
on 2023-06-27 13:31:26 UTC
(
hide
)
Description:
Bug 34064: Remove no_batch_alters option
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2023-06-27 13:31:26 UTC
Size:
1.21 KB
patch
obsolete
>From cc9c31564ad1aea7ffd703a5d51c408cf49e540b Mon Sep 17 00:00:00 2001 >From: David Cook <dcook@prosentient.com.au> >Date: Tue, 20 Jun 2023 06:20:00 +0000 >Subject: [PATCH] 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> >--- > misc/maintenance/audit_database.pl | 1 - > 1 file changed, 1 deletion(-) > >diff --git a/misc/maintenance/audit_database.pl b/misc/maintenance/audit_database.pl >index d84d9af93f..d64f9bbc43 100755 >--- a/misc/maintenance/audit_database.pl >+++ b/misc/maintenance/audit_database.pl >@@ -25,7 +25,6 @@ if ($sql_schema && $db_schema){ > output_db => 'MySQL', > source_schema => $db_schema, > target_schema => $sql_schema, >- no_batch_alters => 1, > })->compute_differences->produce_diff_sql; > > print $diff; >-- >2.41.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 34064
:
152479
|
152480
|
152481
|
152482
|
152575
|
152576
|
152739
| 152740 |
153022
|
153023