<?xml version="1.0"?>
<!DOCTYPE rss PUBLIC "-//Netscape Communications//DTD RSS 0.91//EN" "http://my.netscape.com/publish/formats/rss-0.91.dtd">
<rss version="0.91">
<channel>
<title>MySQL Talk Archive at ListSearch</title>
<link>http://www.listsearch.com/MySQL/index.lasso</link>
<description>MySQL Talk is an email discussion forum for discussion of the MySQL database from MySQL, AB.</description>
<language>en-us</language>
		
<item>
<title>Re: Table Structure</title>
<pubDate>Fri, 16 May 2008 10:18:42 -0400</pubDate>
<link>http://www.listsearch.com/MySQL/Message/index.lasso?367973</link>
<description>Kevin Hunter to MySQL Talk on 2008-05-16 10:18:42 - At 5:32a -0400 on Fri, 16 May 2008, Ananda Kumar wrote:&#xD;&#xA;&gt;&gt;&gt; 2 Index would do range scan, which would be comparitivly slower.&#xD;&#xA;&gt;&gt;&#xD;&#xA;&gt;&gt; Not exactly.  This, again, depends on implementation and the&#xD;&#xA;&gt;&gt; data against which queries are run.  An index is an inde...</description>
</item>		
<item>
<title>Re: master - slave replication - slave not updating</title>
<pubDate>Fri, 16 May 2008 10:17:45 -0400</pubDate>
<link>http://www.listsearch.com/MySQL/Message/index.lasso?367972</link>
<description>Juan Eduardo Moreno to MySQL Talk on 2008-05-16 10:17:45 - Hi Tom,&#xD;&#xA;&#xD;&#xA;Your master binary log start with mysql-bin.000003, then, your insert ( or&#xD;&#xA;update)  in the master could be in mysql-bin.000002 or 1.&#xD;&#xA;&#xD;&#xA;Please, reload your binary logs again from the beginning ( put&#xD;&#xA;mysql-bin.000002 or 1, ). Your insert or up...</description>
</item>		
<item>
<title>RE: Slave Server</title>
<pubDate>Fri, 16 May 2008 10:11:00 -0400</pubDate>
<link>http://www.listsearch.com/MySQL/Message/index.lasso?367971</link>
<description>Jerry Schwartz to MySQL Talk on 2008-05-16 10:11:00 - &gt;-----Original Message-----&#xD;&#xA;&gt;From: Shanmugam, Dhandapani [mailto:dhandapani.shanmugam@eds.com]&#xD;&#xA;&gt;Sent: Friday, May 16, 2008 4:01 AM&#xD;&#xA;&gt;To: Phani; Ananda Kumar&#xD;&#xA;&gt;Cc: replication@lists.mysql.com; mysql@lists.mysql.com&#xD;&#xA;&gt;Subject: RE: Slave Server&#xD;&#xA;&gt;&#xD;&#xA;&gt;&#xD;&#xA;&gt;Ok....</description>
</item>		
<item>
<title>Replication advise</title>
<pubDate>Fri, 16 May 2008 09:44:15 -0400</pubDate>
<link>http://www.listsearch.com/MySQL/Message/index.lasso?367970</link>
<description>Ben Clewett to MySQL Talk on 2008-05-16 09:44:15 - Dear MySql,&#xD;&#xA;&#xD;&#xA;Hope somebody might give some advise about replication!&#xD;&#xA;&#xD;&#xA;On 5.1.24, I have something simple like:&#xD;&#xA;&#xD;&#xA;CREATE TABLE big f er (&#xD;&#xA;   id BIGINT UNSINGED NOT NULL AUTO INCREMENT,&#xD;&#xA;   t TIMESTAMP NULL NOT NULL,&#xD;&#xA;   PRIMARY KEY (id, t),&#xD;&#xA;   KEY (...</description>
</item>		
<item>
<title>Re: master - slave replication - slave not updating</title>
<pubDate>Fri, 16 May 2008 09:09:58 -0400</pubDate>
<link>http://www.listsearch.com/MySQL/Message/index.lasso?367969</link>
<description>Tom Brown to MySQL Talk on 2008-05-16 09:09:58 - &gt;&#xD;&#xA;&gt; Yes thanks - i have done that and restarted the slave and  some  &#xD;&#xA;&gt; tables now appear to update but others dont&#xD;&#xA;&gt;&#xD;&#xA;&gt; eg&#xD;&#xA;&gt;&#xD;&#xA;&gt; master:&#xD;&#xA;&gt; mysql&gt; select count(*) from tbl checkcommand;&#xD;&#xA;&gt; +----------+&#xD;&#xA;&gt; | count(*) |&#xD;&#xA;&gt; +----------+&#xD;&#xA;&gt; |       30 |&#xD;&#xA;...</description>
</item>		
<item>
<title>Re: master - slave replication - slave not updating</title>
<pubDate>Fri, 16 May 2008 08:40:12 -0400</pubDate>
<link>http://www.listsearch.com/MySQL/Message/index.lasso?367968</link>
<description>Tom Brown to MySQL Talk on 2008-05-16 08:40:12 - &gt;&#xD;&#xA;&gt; The error 1062 you could skipped in the slave modifying your my.cnf ( slave&#xD;&#xA;&gt; side)   using :&#xD;&#xA;&gt;&#xD;&#xA;&gt; slave-skip-errors 1062&#xD;&#xA;&gt;&#xD;&#xA;&gt; This error on duplicated records, normally is problem in binarylogs transfer&#xD;&#xA;&gt; data. But, anyway, please confer that th...</description>
</item>		
<item>
<title>Re: master - slave replication - slave not updating</title>
<pubDate>Fri, 16 May 2008 08:37:02 -0400</pubDate>
<link>http://www.listsearch.com/MySQL/Message/index.lasso?367967</link>
<description>Juan Eduardo Moreno to MySQL Talk on 2008-05-16 08:37:02 - Hi Tom,&#xD;&#xA;&#xD;&#xA;The error 1062 you could skipped in the slave modifying your my.cnf ( slave&#xD;&#xA;side)   using :&#xD;&#xA;&#xD;&#xA;slave-skip-errors 1062&#xD;&#xA;&#xD;&#xA;This error on duplicated records, normally is problem in binarylogs transfer&#xD;&#xA;data. But, anyway, please confer that the da...</description>
</item>		
<item>
<title>master - slave replication - slave not updating</title>
<pubDate>Fri, 16 May 2008 07:40:10 -0400</pubDate>
<link>http://www.listsearch.com/MySQL/Message/index.lasso?367966</link>
<description>Tom Brown to MySQL Talk on 2008-05-16 07:40:10 - Hi&#xD;&#xA;&#xD;&#xA;I am running 4.1.20 as this is the stock version in RHEL4 u5 and i have &#xD;&#xA;setup a master/slave combination. Updates at first appeared to work as &#xD;&#xA;creating and inserting into the master created the db&apos;s on the slave &#xD;&#xA;etc. I have noticed however tha...</description>
</item>		
<item>
<title>Re: Slave Server</title>
<pubDate>Fri, 16 May 2008 06:19:01 -0400</pubDate>
<link>http://www.listsearch.com/MySQL/Message/index.lasso?367965</link>
<description>Ananda Kumar to MySQL Talk on 2008-05-16 06:19:01 - or what u can do is&#xD;&#xA;create a new set of databases on slave and dump all the data from the master&#xD;&#xA;into it and ask your developers to test there, in this case, you can have&#xD;&#xA;both your master and slave in sync.&#xD;&#xA;&#xD;&#xA;The new set of databases u create on slave...</description>
</item>		
<item>
<title>Re: Slave Server</title>
<pubDate>Fri, 16 May 2008 06:10:52 -0400</pubDate>
<link>http://www.listsearch.com/MySQL/Message/index.lasso?367964</link>
<description>Ananda Kumar to MySQL Talk on 2008-05-16 06:10:52 - Hi Shanmugam,&#xD;&#xA;If its a simple master, slave replication, any changes on SLAVE will not be&#xD;&#xA;replicated to master. If its a circular replication any change on master&#xD;&#xA;will be done on slave and any changes on slave will be done on master. So&#xD;&#xA;you need to pi...</description>
</item>		
<item>
<title>Re: Table Structure</title>
<pubDate>Fri, 16 May 2008 05:32:34 -0400</pubDate>
<link>http://www.listsearch.com/MySQL/Message/index.lasso?367963</link>
<description>Ananda Kumar to MySQL Talk on 2008-05-16 05:32:34 - Hi Kevin,&#xD;&#xA;&#xD;&#xA;&gt; 2 Index would do range scan, which would be comparitivly slower.&#xD;&#xA;&#xD;&#xA;Not exactly.  This, again, depends on implementation and the data&#xD;&#xA;against which queries are run.  An index is an index.  Remember, a&#xD;&#xA;primary key is implemented by the MyS...</description>
</item>		
<item>
<title>Re: Table Structure</title>
<pubDate>Fri, 16 May 2008 05:00:29 -0400</pubDate>
<link>http://www.listsearch.com/MySQL/Message/index.lasso?367962</link>
<description>Kevin Hunter to MySQL Talk on 2008-05-16 05:00:29 - At 2:49a -0400 on Fri, 16 May 2008, Ananda Kumar wrote:&#xD;&#xA;&gt; it goes without saying&#xD;&#xA;&#xD;&#xA;Eh, not to those who don&apos;t know.  Hence the list and question.  :-D&#xD;&#xA;&#xD;&#xA;Krishna, the short answer is that it depends on your data, and the&#xD;&#xA;queries against it that you run...</description>
</item>		
<item>
<title>Re: migration from 4.0 to 5.0</title>
<pubDate>Fri, 16 May 2008 04:29:06 -0400</pubDate>
<link>http://www.listsearch.com/MySQL/Message/index.lasso?367961</link>
<description>MarisRuskulis to MySQL Talk on 2008-05-16 04:29:06 - Found partial sollution! Need to specify mysql query(&quot;SET NAMES&#xD;&#xA;&apos;latin1&apos;&quot;); for connection charset.&#xD;&#xA;&#xD;&#xA;MarisRuskulis wrote:&#xD;&#xA;&gt; Hello!&#xD;&#xA;&gt; I&apos;m trying to migrate database from mysql 4.0 to 5.0 (latin1). So I&#xD;&#xA;&gt; maked dump from 4.0 and then restored it to 5....</description>
</item>		
<item>
<title>RE: Slave Server</title>
<pubDate>Fri, 16 May 2008 04:01:22 -0400</pubDate>
<link>http://www.listsearch.com/MySQL/Message/index.lasso?367960</link>
<description>Shanmugam, Dhandapani to MySQL Talk on 2008-05-16 04:01:22 - Ok..But if I do any changes on slave databases for testing it will&#xD;&#xA;affect Master server also right...I don&apos;t want that to happen.. After my&#xD;&#xA;testing on the slave database I need to revert back the databases as of&#xD;&#xA;master&#xD;&#xA;&#xD;&#xA;&#xD;&#xA;Thanks and Regards, &#xD;&#xA;DD&#xD;&#xA;&#xD;&#xA;...</description>
</item>		
<item>
<title>RE: Slave Server</title>
<pubDate>Fri, 16 May 2008 03:54:46 -0400</pubDate>
<link>http://www.listsearch.com/MySQL/Message/index.lasso?367959</link>
<description>Phani to MySQL Talk on 2008-05-16 03:54:46 - You can try circular replication between server. So each server will act as&#xD;&#xA;both Master and Slave.&#xD;&#xA;&#xD;&#xA;Regards,&#xD;&#xA;&#xD;&#xA;Phani | Business Analyst&#xD;&#xA;&#xD;&#xA;zetainteractive&#xD;&#xA;Road No 12, Banjara Hills, Hyderabad, AP 500034&#xD;&#xA;T +91 40 23390080 | Ext: 337 | F +91 40 233909...</description>
</item>		
<item>
<title>migration from 4.0 to 5.0</title>
<pubDate>Fri, 16 May 2008 03:54:47 -0400</pubDate>
<link>http://www.listsearch.com/MySQL/Message/index.lasso?367958</link>
<description>MarisRuskulis to MySQL Talk on 2008-05-16 03:54:47 - Hello!&#xD;&#xA;I&apos;m trying to migrate database from mysql 4.0 to 5.0 (latin1). So I&#xD;&#xA;maked dump from 4.0 and then restored it to 5.0, but without success&#xD;&#xA;because inside the web symbols isnt correct. On mysql 5.0 database&#xD;&#xA;charset is latin1 and &quot;SHOW TABLE STATUS...</description>
</item>		
<item>
<title>Re: Floor Decimal Math</title>
<pubDate>Fri, 16 May 2008 03:42:51 -0400</pubDate>
<link>http://www.listsearch.com/MySQL/Message/index.lasso?367957</link>
<description>Adam de Zoete to MySQL Talk on 2008-05-16 03:42:51 - Thanks for your responses, i thought it was a float problem so i was &#xD;&#xA;trying to CAST as a DECIMAL to fix it. It turns out (and the manual does &#xD;&#xA;not document this) that casting as decimals doesn&apos;t actually work in &#xD;&#xA;mysql 4.1.20. ROUND() is needed instea...</description>
</item>		
<item>
<title>RE: Slave Server</title>
<pubDate>Fri, 16 May 2008 03:36:57 -0400</pubDate>
<link>http://www.listsearch.com/MySQL/Message/index.lasso?367956</link>
<description>Shanmugam, Dhandapani to MySQL Talk on 2008-05-16 03:36:57 - No Anand..My question is ..If the developer do any changes on the slave&#xD;&#xA;server, it will not get reflected to the Master server right? So there&#xD;&#xA;will be data inconsistency. My requirement is When the developer do any&#xD;&#xA;testing on slave databases. I need to...</description>
</item>		
<item>
<title>Re: Slave Server</title>
<pubDate>Fri, 16 May 2008 03:30:27 -0400</pubDate>
<link>http://www.listsearch.com/MySQL/Message/index.lasso?367955</link>
<description>Ananda Kumar to MySQL Talk on 2008-05-16 03:30:27 - Hi Shanmugam,&#xD;&#xA;Your question quite confusing.&#xD;&#xA;Do you mean to say, if any changes happen to slave it should get refeleted&#xD;&#xA;in the master, if yes, then u can setup two masters which are slave to each&#xD;&#xA;other.&#xD;&#xA;&#xD;&#xA;regards&#xD;&#xA;anandkl&#xD;&#xA;&#xD;&#xA;&#xD;&#xA;On 5/16/08, Shanmugam, ...</description>
</item>		
<item>
<title>Slave Server</title>
<pubDate>Fri, 16 May 2008 03:14:13 -0400</pubDate>
<link>http://www.listsearch.com/MySQL/Message/index.lasso?367954</link>
<description>Shanmugam, Dhandapani to MySQL Talk on 2008-05-16 03:14:13 - Hi There,&#xD;&#xA;&#xD;&#xA;I am setting up a replication with one master and one  slave.&#xD;&#xA;I have created two databases in Master Server and it gets replicated to&#xD;&#xA;the slave. When developer do changes on the slave database, It will not&#xD;&#xA;be sync with the Master server. M...</description>
</item>		
<item>
<title>Re: Table Structure</title>
<pubDate>Fri, 16 May 2008 02:49:43 -0400</pubDate>
<link>http://www.listsearch.com/MySQL/Message/index.lasso?367953</link>
<description>Ananda Kumar to MySQL Talk on 2008-05-16 02:49:43 - it goes without saying&#xD;&#xA;&#xD;&#xA;1. primary key   and unique key would do unique scan which is fastest of all&#xD;&#xA;scan&#xD;&#xA;2 Index would do  range scan, which would be comparitivly slower.&#xD;&#xA;&#xD;&#xA;regards&#xD;&#xA;anandkl&#xD;&#xA;&#xD;&#xA;&#xD;&#xA;On 5/16/08, Krishna Chandra Prajapati &lt;prajapatikc@gma...</description>
</item>		
<item>
<title>Re: Table Structure</title>
<pubDate>Fri, 16 May 2008 02:02:44 -0400</pubDate>
<link>http://www.listsearch.com/MySQL/Message/index.lasso?367952</link>
<description>Krishna Chandra Prajapati to MySQL Talk on 2008-05-16 02:02:44 - Hi,&#xD;&#xA;&#xD;&#xA;I would like to know which is faster out of the below.&#xD;&#xA;&#xD;&#xA;Primary Key&#xD;&#xA;Unique Key&#xD;&#xA;Indexing&#xD;&#xA;Give the numbering 1, 2 and 3&#xD;&#xA;&#xD;&#xA;Thanks a lot&#xD;&#xA;&#xD;&#xA;On Thu, May 15, 2008 at 5:49 PM, Ananda Kumar &lt;anandkl@gmail.com&gt; wrote:&#xD;&#xA;&#xD;&#xA;&gt; If both (user id,delivery id...</description>
</item>		
<item>
<title>[Fwd: GRANT/REVOKE deny only 1 table in db from a user]</title>
<pubDate>Thu, 15 May 2008 21:07:48 -0400</pubDate>
<link>http://www.listsearch.com/MySQL/Message/index.lasso?367951</link>
<description>Philip M. Gollucci to MySQL Talk on 2008-05-15 21:07:48 - [take 2]&#xD;&#xA;&#xD;&#xA;-- &#xD;&#xA;------------------------------------------------------------------------&#xD;&#xA;Philip M. Gollucci (philip@ridecharge.com)&#xD;&#xA;o:703.549.2050x206&#xD;&#xA;Senior System Admin - Riderway, Inc.&#xD;&#xA;http://riderway.com / http://ridecharge.com&#xD;&#xA;1024D/DB9B8C1C B9...</description>
</item>		
<item>
<title>Re: Site Attack/Failure Recovery</title>
<pubDate>Thu, 15 May 2008 19:42:26 -0400</pubDate>
<link>http://www.listsearch.com/MySQL/Message/index.lasso?367950</link>
<description>John Comerford to MySQL Talk on 2008-05-15 19:42:26 - I have worked as a DBA for a long time, just not with MySQL and I have &#xD;&#xA;spent a lot of time making sure the application is secure.  I suppose my &#xD;&#xA;question was really what is the best way to do incremental backups?  The &#xD;&#xA;DB I have most experience with h...</description>
</item>		
<item>
<title>Re: reorder records in database</title>
<pubDate>Thu, 15 May 2008 19:04:39 -0400</pubDate>
<link>http://www.listsearch.com/MySQL/Message/index.lasso?367949</link>
<description>Rob Wultsch to MySQL Talk on 2008-05-15 19:04:39 - On Thu, May 15, 2008 at 4:32 PM, C.R.Vegelin &lt;cr.vegelin@hetnet.nl&gt; wrote:&#xD;&#xA;&gt; What about:&#xD;&#xA;&gt; &quot;ALTER TABLE &lt;tablename&gt;&#xD;&#xA;&gt; ORDER BY &lt;fieldname&gt;;&quot;&#xD;&#xA;&gt;&#xD;&#xA;&gt; HTH, Cor&#xD;&#xA;&#xD;&#xA;First off, please don&apos;t top post if a conversation is not already top&#xD;&#xA;posting. It is the cus...</description>
</item>		
<item>
<title>Re: reorder records in database</title>
<pubDate>Thu, 15 May 2008 19:32:17 -0400</pubDate>
<link>http://www.listsearch.com/MySQL/Message/index.lasso?367948</link>
<description>C.R.Vegelin to MySQL Talk on 2008-05-15 19:32:17 - What about:&#xD;&#xA;&quot;ALTER TABLE &lt;tablename&gt;&#xD;&#xA;ORDER BY &lt;fieldname&gt;;&quot;&#xD;&#xA;&#xD;&#xA;HTH, Cor&#xD;&#xA;&#xD;&#xA;&#xD;&#xA;----- Original Message ----- &#xD;&#xA;From: &quot;Rob Wultsch&quot; &lt;wultsch@gmail.com&gt;&#xD;&#xA;To: &quot;afan pasalic&quot; &lt;afan@afan.net&gt;&#xD;&#xA;Cc: &lt;mysql@lists.mysql.com&gt;&#xD;&#xA;Sent: Thursday, May 15, 2008 8:23 PM&#xD;&#xA;S...</description>
</item>		
<item>
<title>Re: reorder records in database</title>
<pubDate>Thu, 15 May 2008 15:23:48 -0400</pubDate>
<link>http://www.listsearch.com/MySQL/Message/index.lasso?367947</link>
<description>Rob Wultsch to MySQL Talk on 2008-05-15 15:23:48 - On Thu, May 15, 2008 at 11:38 AM, afan pasalic &lt;afan@afan.net&gt; wrote:&#xD;&#xA;&gt; is there built in function to &quot;reset&quot; order no or I have to create php&#xD;&#xA;&gt; script for it?&#xD;&#xA;&#xD;&#xA;There is not a built in way to do this. Using a user defined variable&#xD;&#xA;it is not all that ...</description>
</item>		
<item>
<title>Re: Trigger problem</title>
<pubDate>Thu, 15 May 2008 15:01:31 -0400</pubDate>
<link>http://www.listsearch.com/MySQL/Message/index.lasso?367946</link>
<description>Rob Wultsch to MySQL Talk on 2008-05-15 15:01:31 - On Thu, May 15, 2008 at 2:30 AM, rustam ershtukaev &lt;samuraiche@gmail.com&gt; wrote:&#xD;&#xA;&gt; I have been trying to write a trigger in mysql, but can&apos;t get it to&#xD;&#xA;&gt; work. It&apos;s really simple,i just need my trigger to add varchar value to&#xD;&#xA;&gt; a table on insert if post...</description>
</item>		
<item>
<title>reorder records in database</title>
<pubDate>Thu, 15 May 2008 14:38:32 -0400</pubDate>
<link>http://www.listsearch.com/MySQL/Message/index.lasso?367945</link>
<description>afan pasalic to MySQL Talk on 2008-05-15 14:38:32 - hi,&#xD;&#xA;I have a table with tasks. column &quot;status&quot; could be 1 (means &quot;todo&quot;) and&#xD;&#xA;0 (meas &quot;done&quot;).&#xD;&#xA;also,have column &quot;order no&quot; to sort tasks by priorities.&#xD;&#xA;once in a while order no is not &quot;in order&quot;, e.g 1, 2, 3, 5, 6, 8, 11,&#xD;&#xA;12, 13, 19, 20,... (some numb...</description>
</item>		
<item>
<title>Res: MySQL purge logs</title>
<pubDate>Thu, 15 May 2008 12:32:05 -0400</pubDate>
<link>http://www.listsearch.com/MySQL/Message/index.lasso?367944</link>
<description>Wagner Bianchi to MySQL Talk on 2008-05-15 12:32:05 - mysql&gt; reset master;&#xA;&#xA; &#xA;Wagner Bianchi &#xA;Diretor de Tecnologia - INFODBA C&amp;T&#xA;wagnerbianchi@infodba.com.br - (31) 3272 - 0226 / 9114 - 7695&#xA; &#xA;&#xA;&#xA;&#xA;----- Mensagem original ----&#xA;De: Kaushal Shriyan &lt;kaushalshriyan@gmail.com&gt;&#xA;Para: mysql@lists.mysql.com&#xA;Cc: repl...</description>
</item>		
<item>
<title>Res: Table Locking (Was: Best CPU config for a busy DB server)</title>
<pubDate>Thu, 15 May 2008 12:30:36 -0400</pubDate>
<link>http://www.listsearch.com/MySQL/Message/index.lasso?367943</link>
<description>Wagner Bianchi to MySQL Talk on 2008-05-15 12:30:36 - Locking will ocours with MyISAM tables when INSERT, UPDATE, DELETE or REPLACE statemats arrive that tables, lock at the table level. In INNODB engine, a lock ocours at the row-level.&#xA;&#xA;BDB have lock at the page-level.&#xA;&#xA; &#xA;Wagner Bianchi &#xA;Diretor de Tecnolog...</description>
</item>		
<item>
<title>RE: Floor Decimal Math</title>
<pubDate>Thu, 15 May 2008 11:32:48 -0400</pubDate>
<link>http://www.listsearch.com/MySQL/Message/index.lasso?367942</link>
<description>John Trammell to MySQL Talk on 2008-05-15 11:32:48 - &gt; -----Original Message-----&#xD;&#xA;&gt; From: Adam de Zoete [mailto:adam.dezoete@googlemail.com] On Behalf Of&#xD;&#xA;&gt; Adam de Zoete&#xD;&#xA;&gt; Sent: Thursday, May 15, 2008 6:24 AM&#xD;&#xA;&gt; To: mysql@lists.mysql.com&#xD;&#xA;&gt; Subject: Floor Decimal Math&#xD;&#xA;&gt;&#xD;&#xA;&gt; Hi,&#xD;&#xA;&gt;&#xD;&#xA;&gt; I&apos;m running mysql 4....</description>
</item>		
<item>
<title>RE: Floor Decimal Math</title>
<pubDate>Thu, 15 May 2008 10:11:31 -0400</pubDate>
<link>http://www.listsearch.com/MySQL/Message/index.lasso?367941</link>
<description>Jerry Schwartz to MySQL Talk on 2008-05-15 10:11:31 - Don&apos;t feel bad, many an experience programmer has been bitten by this.&#xD;&#xA;&#xD;&#xA;The problem is that many decimal fractions do not have exact representations&#xD;&#xA;as binary fractions. .01 is an example of this.&#xD;&#xA;&#xD;&#xA;I&apos;m not sure how MySQL does arithmetic internally, b...</description>
</item>		
<item>
<title>Re: Table Structure</title>
<pubDate>Thu, 15 May 2008 08:19:20 -0400</pubDate>
<link>http://www.listsearch.com/MySQL/Message/index.lasso?367940</link>
<description>Ananda Kumar to MySQL Talk on 2008-05-15 08:19:20 - If both (user id,delivery id) can be made primary key, then the second index&#xD;&#xA;would not be required. But the performance of the query would be better if&#xD;&#xA;it reads one index rather than indexes on each COLUMN in the &quot;WHERE CLAUSE&quot;&#xD;&#xA;&#xD;&#xA;On 5/15/08, Krishna Ch...</description>
</item>		
<item>
<title>Re: Floor Decimal Math</title>
<pubDate>Thu, 15 May 2008 08:15:23 -0400</pubDate>
<link>http://www.listsearch.com/MySQL/Message/index.lasso?367939</link>
<description>wim.delvaux to MySQL Talk on 2008-05-15 08:15:23 - On Thursday 15 May 2008 13:24:10 Adam de Zoete wrote:&#xD;&#xA;&gt; Hi,&#xD;&#xA;&gt;&#xD;&#xA;&gt; I&apos;m running mysql 4.1.20 (Mac OS 10.4.11) and wondering why this ain&apos;t&#xD;&#xA;&gt; returning the right answer? Maybe i&apos;m missing something or am i doing&#xD;&#xA;&gt; something wrong?&#xD;&#xA;&#xD;&#xA;Perhaps it is perform...</description>
</item>		
<item>
<title>Floor Decimal Math</title>
<pubDate>Thu, 15 May 2008 07:24:10 -0400</pubDate>
<link>http://www.listsearch.com/MySQL/Message/index.lasso?367938</link>
<description>Adam de Zoete to MySQL Talk on 2008-05-15 07:24:10 - Hi,&#xD;&#xA;&#xD;&#xA;I&apos;m running mysql 4.1.20 (Mac OS 10.4.11) and wondering why this ain&apos;t &#xD;&#xA;returning the right answer? Maybe i&apos;m missing something or am i doing &#xD;&#xA;something wrong?&#xD;&#xA;&#xD;&#xA;mysql&gt; select (11.11-FLOOR(11.11))&gt; 0.11;&#xD;&#xA;+----------------------------+&#xD;&#xA;| (11.11...</description>
</item>		
<item>
<title>RE: replace chr(10) in field</title>
<pubDate>Thu, 15 May 2008 06:33:55 -0400</pubDate>
<link>http://www.listsearch.com/MySQL/Message/index.lasso?367937</link>
<description>Neil Tompkins to MySQL Talk on 2008-05-15 06:33:55 - I&apos;ve overcome the problem by using a RichText memo box.  Thanks for your help in any case.&#xD;&#xA; &#xD;&#xA;Neil&#xD;&#xA;&#xD;&#xA;&#xD;&#xA;&#xD;&#xA;&gt; From: neildtompkins@hotmail.com&gt; To: gclark@suppliersystems.com&gt; CC: mysql@lists.mysql.com&gt; Subject: RE: replace chr(10) in field&gt; Date: Wed, 14 M...</description>
</item>		
<item>
<title>Trigger problem</title>
<pubDate>Thu, 15 May 2008 05:30:02 -0400</pubDate>
<link>http://www.listsearch.com/MySQL/Message/index.lasso?367936</link>
<description>rustam ershtukaev to MySQL Talk on 2008-05-15 05:30:02 - I have been trying to write a trigger in mysql, but can&apos;t get it to&#xD;&#xA;work. It&apos;s really simple,i just need my trigger to add varchar value to&#xD;&#xA;a table on insert if postcode   1000.&#xD;&#xA;&#xD;&#xA;this is how i did it:&#xD;&#xA;&#xD;&#xA;delimiter |&#xD;&#xA;drop trigger testdep|&#xD;&#xA;create trig...</description>
</item>		
<item>
<title>Re: Site Attack/Failure Recovery</title>
<pubDate>Thu, 15 May 2008 03:29:59 -0400</pubDate>
<link>http://www.listsearch.com/MySQL/Message/index.lasso?367935</link>
<description>Rob Wultsch to MySQL Talk on 2008-05-15 03:29:59 - On Wed, May 14, 2008 at 11:13 PM, John Comerford&#xD;&#xA;&lt;johnc@optionsystems.com.au&gt; wrote:&#xD;&#xA;&gt; Quickly scanning this page, it doesn&apos;t seem to give syntax for an&#xD;&#xA;&gt; incremental backup.  I am hoping to be able to run something that dumps only&#xD;&#xA;&gt; data changed sinc...</description>
</item>		
<item>
<title>Problem with install DBD</title>
<pubDate>Thu, 15 May 2008 03:16:02 -0400</pubDate>
<link>http://www.listsearch.com/MySQL/Message/index.lasso?367934</link>
<description>Stefano Elmopi to MySQL Talk on 2008-05-15 03:16:02 - Hi,&#xD;&#xA;&#xD;&#xA;I have installed MySQL on an Opteron 64bit with operating system Scientific Linux CERN SLC release &#xD;&#xA;4.6 (Beryllium)&#xD;&#xA;by an archive TAR, under the directory /opt/local/mysql50.&#xD;&#xA;The problem is that I want to install drivers DBD to use MySQLBenchmar...</description>
</item>		
<item>
<title>Re: Site Attack/Failure Recovery</title>
<pubDate>Thu, 15 May 2008 02:13:41 -0400</pubDate>
<link>http://www.listsearch.com/MySQL/Message/index.lasso?367933</link>
<description>John Comerford to MySQL Talk on 2008-05-15 02:13:41 - Quickly scanning this page, it doesn&apos;t seem to give syntax for an &#xD;&#xA;incremental backup.  I am hoping to be able to run something that dumps &#xD;&#xA;only data changed since the last backup.&#xD;&#xA;&#xD;&#xA;&#xD;&#xA;&#xD;&#xA;Rob Wultsch wrote:&#xD;&#xA;&gt; On Wed, May 14, 2008 at 10:25 PM, John Come...</description>
</item>		
<item>
<title>Re: Site Attack/Failure Recovery</title>
<pubDate>Thu, 15 May 2008 01:38:20 -0400</pubDate>
<link>http://www.listsearch.com/MySQL/Message/index.lasso?367932</link>
<description>Rob Wultsch to MySQL Talk on 2008-05-15 01:38:20 - On Wed, May 14, 2008 at 10:25 PM, John Comerford&#xD;&#xA;&lt;johnc@optionsystems.com.au&gt; wrote:&#xD;&#xA;&gt; 2) Incremental Backups - say one every half hour, then a script to transfer&#xD;&#xA;&gt; that to an off site machine that way I can get the DB back to within the&#xD;&#xA;&gt; last good h...</description>
</item>		
<item>
<title>Re: CONCAT doesn&apos;t work with NULL?</title>
<pubDate>Thu, 15 May 2008 01:35:09 -0400</pubDate>
<link>http://www.listsearch.com/MySQL/Message/index.lasso?367931</link>
<description>   to MySQL Talk on 2008-05-15 01:35:09 - i execute follow sql.&#xD;&#xA;&#xD;&#xA;select concat ws(&apos;&apos;,&apos;d&apos;,&apos;\n&apos;,&apos;c&apos;);&#xD;&#xA;&#xD;&#xA;&#xD;&#xA;the result is :&#xD;&#xA;&#xD;&#xA;+----------------------------+&#xD;&#xA;| concat ws(&apos;&apos;,&apos;d&apos;,&apos;\n&apos;,&apos;c&apos;) |&#xD;&#xA;+----------------------------+&#xD;&#xA;| d&#xD;&#xA;c                        |&#xD;&#xA;+----------------------------+&#xD;&#xA;&#xD;&#xA;There ar...</description>
</item>		
<item>
<title>Re: ????: RE: comparison operations in IN subquery</title>
<pubDate>Thu, 15 May 2008 01:31:54 -0400</pubDate>
<link>http://www.listsearch.com/MySQL/Message/index.lasso?367930</link>
<description>Dan Nelson to MySQL Talk on 2008-05-15 01:31:54 - In the last episode (May 15), raid fifa said:&#xD;&#xA;&gt; Jerry Schwartz &lt;jschwartz@the-infoshop.com&gt; ????:&#xD;&#xA;&gt; &gt; look at the following test case:&#xD;&#xA;&gt; &gt;&#xD;&#xA;&gt; &gt; mysql&gt; create table temp1( id int)ENGINE innodb;&#xD;&#xA;&gt; &gt;Query OK, 0 rows affected (0.18 sec)&#xD;&#xA;&gt; &gt;&#xD;&#xA;&gt; &gt;mysql&gt; cr...</description>
</item>		
<item>
<title>Site Attack/Failure Recovery</title>
<pubDate>Thu, 15 May 2008 01:25:00 -0400</pubDate>
<link>http://www.listsearch.com/MySQL/Message/index.lasso?367929</link>
<description>John Comerford to MySQL Talk on 2008-05-15 01:25:00 - Hi Folks,&#xD;&#xA;&#xD;&#xA;I am fairly new to MySQL and I am going to be setting up a web site on a &#xD;&#xA;third party hosting machine.  I continuously hear horror stories about &#xD;&#xA;machines/sites being hacked and databases being destroyed.  Despite my &#xD;&#xA;best efforts I am sur...</description>
</item>		
<item>
<title>Re: Table Structure</title>
<pubDate>Thu, 15 May 2008 00:37:43 -0400</pubDate>
<link>http://www.listsearch.com/MySQL/Message/index.lasso?367928</link>
<description>Krishna Chandra Prajapati to MySQL Talk on 2008-05-15 00:37:43 - Hi,&#xD;&#xA;&#xD;&#xA;Since user id is a primary key. It should work either with any of the column&#xD;&#xA;and with both the column.&#xD;&#xA;&#xD;&#xA;Any suggestion.&#xD;&#xA;&#xD;&#xA;Thanks&#xD;&#xA;&#xD;&#xA;On Thu, May 15, 2008 at 1:22 AM, Rob Wultsch &lt;wultsch@gmail.com&gt; wrote:&#xD;&#xA;&#xD;&#xA;&gt; On Tue, May 13, 2008 at 1:30 AM, Kr...</description>
</item>		
<item>
<title>Re: CONCAT doesn&apos;t work with NULL?</title>
<pubDate>Wed, 14 May 2008 17:26:23 -0400</pubDate>
<link>http://www.listsearch.com/MySQL/Message/index.lasso?367927</link>
<description>Paul DuBois to MySQL Talk on 2008-05-14 17:26:23 - On May 14, 2008, at 10:53 AM, Afan Pasalic wrote:&#xD;&#xA;&#xD;&#xA;&gt; hi,&#xD;&#xA;&gt;&#xD;&#xA;&gt; I have query&#xD;&#xA;&gt; SELECT CONCAT(r.first name, &apos; &apos;, r.last name, &apos;\n&apos;, r.organization,  &#xD;&#xA;&gt; &apos;\n&apos;, r.title, &apos;\n&apos;, a.address1, &apos;\n&apos;, a.city, &apos;, &apos;, a.state, &apos; &apos;,  &#xD;&#xA;&gt; a.zip, &apos;\n&apos;, r.email)&#xD;&#xA;&gt; FROM...</description>
</item>		
<item>
<title>Re: inserting client time instead of server time</title>
<pubDate>Wed, 14 May 2008 16:19:33 -0400</pubDate>
<link>http://www.listsearch.com/MySQL/Message/index.lasso?367926</link>
<description>Rob Wultsch to MySQL Talk on 2008-05-14 16:19:33 - On Mon, May 12, 2008 at 11:25 PM, Sebastian Mendel&#xD;&#xA;&lt;lists@sebastianmendel.de&gt; wrote:&#xD;&#xA;&gt; Hi,&#xD;&#xA;&gt;&#xD;&#xA;&gt; is there a way or a function like NOW() except it returns the client time&#xD;&#xA;&gt; and not the server time?&#xD;&#xA;&gt;&#xD;&#xA;&gt; --&#xD;&#xA;&gt; Sebastian Mendel&#xD;&#xA;&#xD;&#xA;Timezone for the clien...</description>
</item>		
<item>
<title>Re: Timestamps replicating inconsistently depending on local timezone of server?</title>
<pubDate>Wed, 14 May 2008 16:06:25 -0400</pubDate>
<link>http://www.listsearch.com/MySQL/Message/index.lasso?367925</link>
<description>Rob Wultsch to MySQL Talk on 2008-05-14 16:06:25 - On Wed, May 14, 2008 at 12:55 PM, Ed W &lt;lists@wildgooses.com&gt; wrote:&#xD;&#xA;&gt; Rob Wultsch wrote:&#xD;&#xA;&gt;&gt;&#xD;&#xA;&gt;&gt; This sounds like expected behavior to me. If you set the timezone one&#xD;&#xA;&gt;&gt; hour forward a timestamp will be one hour forward. The data stored on&#xD;&#xA;&gt;&gt; the serv...</description>
</item>		
<item>
<title>Re: Timestamps replicating inconsistently depending on local timezone of server?</title>
<pubDate>Wed, 14 May 2008 15:55:32 -0400</pubDate>
<link>http://www.listsearch.com/MySQL/Message/index.lasso?367924</link>
<description>Ed W to MySQL Talk on 2008-05-14 15:55:32 - Rob Wultsch wrote:&#xD;&#xA;&gt; This sounds like expected behavior to me. If you set the timezone one&#xD;&#xA;&gt; hour forward a timestamp will be one hour forward. The data stored on&#xD;&#xA;&gt; the server is the same, and will display the same if you change the&#xD;&#xA;&gt; timezone. The ti...</description>
</item>
</channel>
</rss>
