http://bugs.winehq.org/show_bug.cgi?id=18271
--- Comment #4 from Matijn Woudt tijnema@gmail.com 2010-06-01 10:13:35 --- Created an attachment (id=28491) --> (http://bugs.winehq.org/attachment.cgi?id=28491) Test
I have created the test, but it doesn't reveal the real problem of this bug report, but another bug in MsiViewGetColumnInfo.
MsiViewGetColumnInfo is fails here, even when using a query like "CREATE TABLE `blah` (`foo` CHAR(72) NOT NULL PRIMARY KEY `foo`)" which doesn't give corrupted msi output.
I think this bug should be fixed before I can write a real testcase for this bug.