Re: Data in Table Is Different When Seen From Different Sources

2011-01-26 Thread Hal Vaughan
On Jan 26, 2011, at 5:11 PM, mis...@poczta.fm wrote: > "Hal Vaughan" wrote: >> I'm having the strangest issue. I am using a Perl program to test out some >> other Perl programs and all the Perl connections with MySQL are "normal", as >> in I use the standard interface. But in the test progra

Re: Data in Table Is Different When Seen From Different Sources

2011-01-26 Thread misiaq
"Hal Vaughan" wrote: > I'm having the strangest issue. I am using a Perl program to test out some > other Perl programs and all the Perl connections with MySQL are "normal", as > in I use the standard interface. But in the test program I'm just using this: > [... cut ...] Transaction isolati

Data in Table Is Different When Seen From Different Sources

2011-01-26 Thread Hal Vaughan
I'm having the strangest issue. I am using a Perl program to test out some other Perl programs and all the Perl connections with MySQL are "normal", as in I use the standard interface. But in the test program I'm just using this: $out = `mysql --table -e"SELECT * FROM search.Status"`; print "$

[ANN] ODB C++ ORM 1.1.0 released

2011-01-26 Thread Boris Kolpackov
Hi, I am pleased to announce the release of ODB 1.1.0. ODB is an open-source object-relational mapping (ORM) system for C++. It allows you to persist C++ objects to a relational database without having to deal with tables, columns, or SQL and without manually writing any of the mapping code. Ma

RE: InnoDB and rsync

2011-01-26 Thread Robinson, Eric
> > You need to quiesce the InnoDb background threads. One technique is > > mentioned here: > > http://dev.mysql.com/doc/refman/5.5/en/innodb-multiple-tablesp > aces.html > > > > Loo

Re: InnoDB and rsync

2011-01-26 Thread Johan De Meersman
On Wed, Jan 26, 2011 at 6:58 AM, Robinson, Eric wrote: > > > You need to quiesce the InnoDb background threads. One technique is > > > mentioned here: > > > http://dev.mysql.com/doc/refman/5.5/en/innodb-multiple-tablesp > > aces.html > > > > > > Look for the section talking about "clean" backups.