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: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
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.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/