https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14783
Michael Hafen <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #54 from Michael Hafen <[email protected]> --- Created attachment 143025 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=143025&action=edit Bug 14783: (follow-up) MySQL doesn't like selecting from a table it is updating I have a problem with the db_rev. MySQL doesn't allow selecting from a table you are updating (which has tripped me up before too). MySQL error message: ERROR 1093 (HY000): You can't specify target table 'systempreferences' for update in FROM clause The value needs to be selected separately. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
