Koha/installer/data/mysql
Tomas Cohen Arazi 04f1b0ca95 Bug 21846: Make 'term' use utf8mb_bin collation on tags tables
This patch makes the utf8mb4_bin collation preferred for comparing tags.
Otherwise suppolemental unicode characters all match.

To test:

- Enable tags and disable moderation (or plan to moderate and accept tags)
- Tag 3 records:
   a - with 🐋
   b - with 🌮
   c - with 👍
- Note the weight on each says '3'
- Click the tag to search, you get back all the records
- Apply the previous patches from this bug report
- Run:
  $ kshell
 k$ prove t/db_dependent/Tags.t
=> FAIL: Tests fail, related to counting stuffs
- Apply this patch and
(a) Run updatedatabase to upgrade the schema
- Run:
 k$ prove t/db_dependent/Tags.t
=> SUCCESS: Tests pass!
(b) reset_all to get a fresh DB using kohastructure.sql
- Run:
 k$ prove t/db_dependent/Tags.t
=> SUCCESS: Tests pass too!
- Sign off :-D

Signed-off-by: Owen Leonard <oleonard@myacpl.org>

Signed-off-by: Josef Moravec <josef.moravec@gmail.com>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
2019-03-15 12:27:44 +00:00
..
atomicupdate Bug 21846: Make 'term' use utf8mb_bin collation on tags tables 2019-03-15 12:27:44 +00:00
de-DE Bug 22095: Replaced dead links with working links 2019-01-17 02:23:27 +00:00
en Bug 21710: Fix typo in atributes in installer 2019-02-15 18:42:48 +00:00
es-ES Bug 22095: Replaced dead links with working links 2019-01-17 02:23:27 +00:00
fr-CA Bug 22095: Replaced dead links with working links 2019-01-17 02:23:27 +00:00
fr-FR Bug 20491: Updating the MARC subfield desciption of 952q 2019-01-25 16:11:09 +00:00
it-IT Bug 22095: Replaced dead links with working links 2019-01-17 02:23:27 +00:00
mandatory Bug 20581: Modifications to database schema 2019-02-22 14:31:31 +00:00
nb-NO Bug 21710: Fix typo in atributes in installer 2019-02-15 18:42:48 +00:00
pl-PL Bug 20491: Updating the MARC subfield desciption of 952q 2019-01-25 16:11:09 +00:00
ru-RU Bug 22024: Update translated web installer files with new class splitting rules 2018-12-19 16:32:02 +00:00
uk-UA Bug 21710: Fix typo in atributes in installer 2019-02-15 18:42:48 +00:00
account_offset_types.sql Bug 21728: (RM follow-up) Add 'Reserve Fee' for new installs 2019-03-04 20:28:18 +00:00
audio_alerts.sql Bug 11431: (QA followup) Make audio alerts sql top level 2015-11-04 12:33:53 -03:00
backfill_statistics.pl Bug 21206: Replace C4::Items::GetItem 2019-02-26 13:24:07 +00:00
fix_unclosed_nonaccruing_fines_bug17135.pl Bug 17135: [QA Follow-up] Changes as to reporting 2016-09-16 10:47:03 +00:00
kohastructure.sql Bug 21846: Make 'term' use utf8mb_bin collation on tags tables 2019-03-15 12:27:44 +00:00
labels_upgrade.pl Bug 20000: Use Modern::Perl in installer scripts 2019-02-04 16:57:14 +00:00
patroncards_upgrade.pl Bug 20000: Use Modern::Perl in installer scripts 2019-02-04 16:57:14 +00:00
sysprefs.sql Bug 22476: Correct default for MarkLostItemsAsReturned 2019-03-15 12:07:57 +00:00
update22to30.pl Bug 20000: Use Modern::Perl in installer scripts 2019-02-04 16:57:14 +00:00
updatedatabase.pl Bug 22368: DBRev 18.12.00.024 2019-03-11 13:03:37 +00:00
userflags.sql Bug 11897: Add mising semi-colon to user*.sql 2018-10-09 17:19:00 +00:00
userpermissions.sql Bug 15774: Add permission for managing additional fields 2019-03-07 20:37:06 +00:00