The source project of this merge request has been removed.
[Bug 398082] Fix endless loop on importing mysql schema
umbrello/codeimport/sqlimport.cpp
- Replace variable
index
by constantorigIndex
located inside the while-loop. - In loop condition replace
QLatin1String("COMMENT")
byQLatin1String("comment")
. - After end of while-loop, if token contains
COMMENT
then advance until it contains "," or ")".