[Koha-bugs] [Bug 10963] Simplified creation of MARC21 sample frameworks

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jun 19 13:51:07 CEST 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10963

--- Comment #67 from Jonathan Druart <jonathan.druart at biblibre.com> ---
Created attachment 40364
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=40364&action=edit
Diff between before and after the patches

Bernardo,
What I did:
% git checkout master; git reset --hard origin/master
% mysql
mysql> DROP TABLE koha_test;
mysql> create database koha_test CHARACTER SET utf8 COLLATE utf8_unicode_ci;
% mysql koha_test < installer/data/mysql/kohastructure.sql
% mysql koha_test <
installer/data/mysql/en/marcflavour/marc21/mandatory/marc21_framework_DEFAULT.sql
% mysql koha_test <
installer/data/mysql/en/marcflavour/marc21/optional/marc21_fastadd_framework.sql 
% mysql koha_test <
installer/data/mysql/en/marcflavour/marc21/optional/marc21_simple_bib_frameworks.sql

% mysqldump koha_test > dump_before.sql

% git checkout -b bug_10963; git bz apply 10963
# The following is the same as before
% mysql
mysql> DROP TABLE koha_test;
mysql> create database koha_test CHARACTER SET utf8 COLLATE utf8_unicode_ci;
% mysql koha_test < installer/data/mysql/kohastructure.sql
% mysql koha_test <
installer/data/mysql/en/marcflavour/marc21/mandatory/marc21_framework_DEFAULT.sql
% mysql koha_test <
installer/data/mysql/en/marcflavour/marc21/optional/marc21_fastadd_framework.sql 
% mysql koha_test <
installer/data/mysql/en/marcflavour/marc21/optional/marc21_simple_bib_frameworks.sql

% mysqldump koha_test > dump_after.sql

% git add dump_before.sql
% git commit -m"before"
% mv dump_after.sql dump_before.sql
% git commit -a -m"after"

% git show HEAD --word-diff > /tmp/diff

This diff file is attached.

There is a lof of changes, is it expected?

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list