Bug #73078 Using libmysql.dll version 5.5.32 or 5.6.19 delay execution with 20-30-40seconds
Submitted: 23 Jun 2014 8:22 Modified: 3 Aug 2014 16:25
Reporter: Angel Tsvetkov Email Updates:
Status: No Feedback Impact on me:
None 
Category:MySQL Server: Windows Severity:S1 (Critical)
Version:5.6.19 OS:Windows (Ultimate SP1 32bit)
Assigned to: CPU Architecture:Any

[23 Jun 2014 8:22] Angel Tsvetkov
Description:
Using libmysql.dll version 5.5.32 or 5.6.19 under Windows 7 Ultimate SP1 32bit leads to very slow work and delay of 20-30-40 seconds before each execution.
When replace it with libmysql.dll version 5.1.41 all works fine and fast.

How to repeat:
Just use under Windows 7 Ultimate SP1 32bit libmysql.dll version 5.5.32 or 5.6.19

Suggested fix:
Replace libmysql.dll version 5.5.32 or 5.6.19 with libmysql.dll version 5.1.41.
[23 Jun 2014 12:44] MySQL Verification Team
Please provide a test case (tables, data, code) which makes repeatable the issue reported. Thanks.
[24 Jun 2014 10:52] Angel Tsvetkov
Not need of special tables or database. Just try to execute mysql.exe [mysql  Ver 14.14 Distrib 5.6.19, for Win32 (x86) from mysql-5.6.19-win32.zip, from http://dev.mysql.com/get/Downloads/MySQL-5.6/mysql-5.6.19-win32.zip] and it will delay with 20-30-40sec before to execute (because use libmysql.dll )
[3 Jul 2014 16:25] MySQL Verification Team
Thank you for the feedback. Why do you think the mysql.exe from package you
have mentioned uses libmysql.dll?

C:\tmp\mysql-5.6.19-win32\bin>dumpbin /dependents mysql.exe
Microsoft (R) COFF/PE Dumper Version 11.00.61030.0
Copyright (C) Microsoft Corporation.  All rights reserved.

Dump of file mysql.exe

File Type: EXECUTABLE IMAGE

  Image has the following dependencies:

    KERNEL32.dll
    Secur32.dll
    SHELL32.dll
    ADVAPI32.dll
    WS2_32.dll

  Summary

      3F1000 .data
        2000 .idata
       2C000 .rdata
        E000 .reloc
        1000 .rsrc
       D5000 .text

C:\tmp\mysql-5.6.19-win32\bin>

Also I can't repeat the issue you have reported, please check your environment.
Thanks.
[4 Aug 2014 1:00] Bugs System
No feedback was provided for this bug for over a month, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".