Hi! I'm currently trying to test BlitzDB on various multi threaded test programs to well... hopefully crash it. For this reason _plus_ benchmark purposes, I want to try the OLTP tests in sysbench against BlitzDB. The problem I'm experiencing is the following error:
FATAL: Failed to determine transactions support for unknown storage engine 'blitzdb' Does this mean that the supported storage engines are hardcoded into sysbench? or am I missing a flag in the source code? I'm fine for now since a while back, I wrote a small non-blocking multi threaded test program called skyload (based on libdrizzle) which doesn't care which storage engine you want to test. So for my current bug-searching purposes, skyload is sufficient. However, in the future I certainly want to publish BlitzDB's performance results with sysbench. Also - I'm getting this error when I try to build 'lp:~elambert/sysbench/drizzle_sysbench_merge' on GCC 4.4.1 (Ubuntu 9.10): cc1: warnings being treated as errors loadlib.c: In function ‘ll_sym’: loadlib.c:76: error: ISO C forbids conversion of object pointer to function pointer type Is it sensible for me to report this compile error to Drizzle's bug tracker? Cheers! -- Toru Maesaka <[email protected]> _______________________________________________ Mailing list: https://launchpad.net/~drizzle-discuss Post to : [email protected] Unsubscribe : https://launchpad.net/~drizzle-discuss More help : https://help.launchpad.net/ListHelp

