As you may or may not know, Windows is not yet a supported platform for XtraDB.
I thought I’d try to build it, and see what happens:
- Download XtraDB 5.5 Source
- cd C:\xtradb-5.5
- mkdir bld
- cd bld
- cmake ..
- VS08: File -> Open -> Solution -> C:\xtradb-5.5\bld\MySQL.sln
Build Ended With:
========== Build: 70 succeeded, 17 failed, 2 up-to-date, 10 skipped ==========
The first failure had to do with innobase:
18>Generating Code... 18>Build log was saved at "file://c:\..\innobase.dir\Debug\BuildLog.htm" 18>innobase - 9 error(s), 3 warning(s)
I checked the innobase build log and found this:
…[Read more]