https://bugs.kde.org/show_bug.cgi?id=322946
--- Comment #8 from swatilodh...@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 watching all bug changes.