<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Introducing tpce-like workload for MySQL</title>
	<atom:link href="http://www.mysqlperformanceblog.com/2010/02/08/introducing-tpce-like-workload-for-mysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mysqlperformanceblog.com/2010/02/08/introducing-tpce-like-workload-for-mysql/</link>
	<description>Percona&#039;s MySQL &#38; InnoDB performance and scalability blog</description>
	<lastBuildDate>Sat, 11 Feb 2012 16:45:54 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Nikita</title>
		<link>http://www.mysqlperformanceblog.com/2010/02/08/introducing-tpce-like-workload-for-mysql/comment-page-1/#comment-793811</link>
		<dc:creator>Nikita</dc:creator>
		<pubDate>Thu, 13 Jan 2011 22:21:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=2173#comment-793811</guid>
		<description>Somehow the tool doesn&#039;t issue transaction. I&#039;m enabled general log and only see prepare statements.</description>
		<content:encoded><![CDATA[<p>Somehow the tool doesn&#8217;t issue transaction. I&#8217;m enabled general log and only see prepare statements.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin Dimitrov</title>
		<link>http://www.mysqlperformanceblog.com/2010/02/08/introducing-tpce-like-workload-for-mysql/comment-page-1/#comment-771884</link>
		<dc:creator>Martin Dimitrov</dc:creator>
		<pubDate>Thu, 19 Aug 2010 21:38:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=2173#comment-771884</guid>
		<description>I think I have moved past this problem. 
I think it was an issue with the mysqlclient_r library. 
I also think that it was related to a bug:  http://bugs.mysql.com/bug.php?id=30274

I recompiled mysql without debug, and I replaced the mysqlclient_r in /usr/local/lib with the newly compiled one. 

Thanks
Martin</description>
		<content:encoded><![CDATA[<p>I think I have moved past this problem.<br />
I think it was an issue with the mysqlclient_r library.<br />
I also think that it was related to a bug:  <a href="http://bugs.mysql.com/bug.php?id=30274" rel="nofollow">http://bugs.mysql.com/bug.php?id=30274</a></p>
<p>I recompiled mysql without debug, and I replaced the mysqlclient_r in /usr/local/lib with the newly compiled one. </p>
<p>Thanks<br />
Martin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin Dimitrov</title>
		<link>http://www.mysqlperformanceblog.com/2010/02/08/introducing-tpce-like-workload-for-mysql/comment-page-1/#comment-771839</link>
		<dc:creator>Martin Dimitrov</dc:creator>
		<pubDate>Thu, 19 Aug 2010 15:06:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=2173#comment-771839</guid>
		<description>Thank you guys for publishing this work and for distributing your mysqltpce kit. 

The last couple of days I have been trying to get your kit to work with MySQL. 
I have followed the steps outlined in the provided README files - I have been able to create the database, load the data, create indexes etc. 

However, when I try to kick of a run using EGenSimpleTest, I get the following error: 

./bin/EGenSimpleTest -c 2000 -a 2000 -d 200 -r 10 -t 300 -u 12
EGen v1.9.0
(for MySQL)
(Prepared Statement)

Using the following settings:

        Input files location:           flat_in
        Database server:                localhost
        Database name:                  tpce
        Database user:                  tpce
        Database password:              tpce
        Configured customer count:      2000
        Active customer count:          2000
        Scale Factor:                   500
        #Days of initial trades:        200
        Load unit size:                 1000
        Test duration (sec):            300
        Ramp up duration (sec):         10
        # of Users:                     12
Waiting for Trade-Cleanup transaction finished...
safe_mutex: Trying to lock unitialized mutex at my_thr_init.c, line 299
safe_mutex: Trying to lock unitialized mutex at my_thr_init.c, line 299
safe_mutex: Trying to lock unitialized mutex at my_thr_init.c, line 299
Aborted


Any insight will be highly appreciated. 

Thank you, 
Martin</description>
		<content:encoded><![CDATA[<p>Thank you guys for publishing this work and for distributing your mysqltpce kit. </p>
<p>The last couple of days I have been trying to get your kit to work with MySQL.<br />
I have followed the steps outlined in the provided README files &#8211; I have been able to create the database, load the data, create indexes etc. </p>
<p>However, when I try to kick of a run using EGenSimpleTest, I get the following error: </p>
<p>./bin/EGenSimpleTest -c 2000 -a 2000 -d 200 -r 10 -t 300 -u 12<br />
EGen v1.9.0<br />
(for MySQL)<br />
(Prepared Statement)</p>
<p>Using the following settings:</p>
<p>        Input files location:           flat_in<br />
        Database server:                localhost<br />
        Database name:                  tpce<br />
        Database user:                  tpce<br />
        Database password:              tpce<br />
        Configured customer count:      2000<br />
        Active customer count:          2000<br />
        Scale Factor:                   500<br />
        #Days of initial trades:        200<br />
        Load unit size:                 1000<br />
        Test duration (sec):            300<br />
        Ramp up duration (sec):         10<br />
        # of Users:                     12<br />
Waiting for Trade-Cleanup transaction finished&#8230;<br />
safe_mutex: Trying to lock unitialized mutex at my_thr_init.c, line 299<br />
safe_mutex: Trying to lock unitialized mutex at my_thr_init.c, line 299<br />
safe_mutex: Trying to lock unitialized mutex at my_thr_init.c, line 299<br />
Aborted</p>
<p>Any insight will be highly appreciated. </p>
<p>Thank you,<br />
Martin</p>
]]></content:encoded>
	</item>
</channel>
</rss>

