[Koha-bugs] [Bug 21441] New: System information gives reference to a non-existant table

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Sep 27 18:17:42 CEST 2018


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21441

            Bug ID: 21441
           Summary: System information gives reference to a non-existant
                    table
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: About
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: cbrannon at cdalibrary.org
        QA Contact: testopia at bugs.koha-community.org

EXAMPLE:

Data problems

Some of your tables have problems with their auto_increment values which may
lead to data loss.

You should not ignore this warning.

The problem is that InnoDB does not keep auto_increment across SQL server
restarts (it is only set in memory). So on server startup the auto_increment
values are set to max(table.id)+1.

To know how to avoid this problem see the related wiki page: DBMS auto
increment fix
Problems found
Holds

The following ids exist in both tables holds and old_reserves:

1, 2, 3

NOTE: The error refers to: both tables holds and old_reserves

There is no holds table.  It should read reserves.

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


More information about the Koha-bugs mailing list