koha-bugs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-bugs] [Bug 1008] Long MARC breaks KOHA


From: bugzilla-daemon
Subject: [Koha-bugs] [Bug 1008] Long MARC breaks KOHA
Date: 2 Aug 2005 00:18:49 -0000

http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=1008





------- Additional Comments From address@hidden  2005-08-02 12:18 -------
I tried running a query to test if this was a problem for a dataset I manage.
There were quite a few where the tagorder was set at '127'. So I ran the
following query in mysql:

mysql> alter table marc_subfield_table change tagorder tagorder int not null
default'1';

Now I get:
mysql> select count(*) from marc_subfield_table where tagorder>'127';
+----------+
| count(*) |
+----------+
|   947370 |
+----------+
1 row in set (0.84 sec)

So I think committing that fix would be a good idea :-).



------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]