Hi again! Regarding my previous email, looks like it was my total misunderstanding and lack of knowledge on sysbench. Ronald Bradford helped me out on IRC and it turns out setting --drizzle-engine-trx to 'no' gets rid of my problem (thanks Ronald!).
I guess this only leaves me with the GCC 4.4.1 issue. Cheers, Toru On Mon, Apr 26, 2010 at 10:43 PM, Toru Maesaka <[email protected]> wrote: > 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]> > -- 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

