Re: Insert Query Executed Twice
am 02.05.2003 14:47:33 von Peter ZaitsevOn Fri, 2003-05-02 at 17:28, Colin Nelson wrote:
> Scenario:-
> PHP script launches sequence of MySQL queries recording results in a log. Receives
> a parameter to identify report to be generated.
> 2 sessions started which launch PHP script to generate 2 reports simultaneously.
>
>
> I will call these First and Second Report to differentiate. They are started
> within a fraction of a second of each other but take about 20 seconds to execute.
> There are around 140 queries in the script.
Colin,
Can you create the repeatable bug report ? For example structure of
tables + example PHP (Perl) script we can run ? Do not forget to include
MySQL version you were using.
But before this I would recommend you to enable full logging on MySQL
server (--log option) and examine the log. It is very possible this
query is just sent to MySQL server twice for some reason.
--
Are you MySQL certified?, http://www.mysql.com/certification/
__ ___ ___ ____ __
/ |/ /_ __/ __/ __ \/ / Peter Zaitsev
/ /|_/ / // /\ \/ /_/ / /__ MySQL AB, Full-Time Developer
/_/ /_/\_, /___/\___\_\___/ Moscow, Russia
<___/ www.mysql.com
--
MySQL Bugs Mailing List
For list archives: http://lists.mysql.com/bugs
To unsubscribe: http://lists.mysql.com/bugs?unsub=gcdmb-bugs@m.gmane.org