The .sln is a C# solution with a single NUnit project (I created it against Mono 1.9.1
and NUnit 2.4.7 on Debian Testing).

I also have included (not part of the .sln or project) my modified NativeDriver.cs

My modified MySql.Data.dll is compiled using the mysql-connector-net-6.2.3-src package with the
modified NativeDriver.cs in MySql.Data/Provider/Source/NativeDriver.cs

Finally, I also have a mysqldump of the tiny sample schema I ran the test against
(it's just one table with one column).