http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13568
Jonathan Druart <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] | |m --- Comment #6 from Jonathan Druart <[email protected]> --- (In reply to Frédéric Demians from comment #3) > The dataset doesn't contain 19000 records but 4848. You can check with this > SQL query: SELECT COUNT(*) FROM biblio. mysql> select count(*) from biblio; +----------+ | count(*) | +----------+ | 4848 | +----------+ 1 row in set (0.00 sec) -- You are receiving this mail because: 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/
