[Digikam-devel] [digikam] [Bug 322946] MYSQL : picture collection and database on a server can handle only one user

via KDE Bugzilla bugzilla_noreply at kde.org
Thu Jul 7 16:26:23 BST 2016


https://bugs.kde.org/show_bug.cgi?id=322946

--- Comment #8 from swatilodha27 at gmail.com ---
Another thought, we could implement the internal locking methods. Since
there're already InnoDB tables present, we could use "row level locking". This
would allow multiple write access, making it suitable for multiple users.

Thus, "SELECT ... FOR UPDATE" (type of InnoDB lock) could be used. 
http://dev.mysql.com/doc/refman/5.7/en/innodb-locking-reads.html

Please let me know if it could be done? 

Thanks

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



More information about the Digikam-devel mailing list