general info relating to proprietary db

2006-09-23 Thread Thufir
I'm temping at a warehouse where, apparently, everyone has different privileges, which only allow them to to run specific reports. However, the reports, from different individuals, are often contradictory. I can't imagine why the reports would contradict each other, but, apparently, this is the s

Re: Mysql pushing data to client

2006-09-23 Thread Dave at Mysql
That is a good work around, I appreciate the idea. The optimal would be a client that listens on the mysql thread the pushes data to the database. But if there is no way to "tap into that thread", the "select count(*)" would do. There must be a way to do it though, since it is done with replicat