Bug #68321 Mysql 5.1.68 Win32 not showing correct version number
Submitted: 9 Feb 2013 7:50 Modified: 12 Feb 2013 15:06
Reporter: Thomas Brunnthaler Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server Severity:S3 (Non-critical)
Version:5.1.58 OS:Windows
Assigned to: CPU Architecture:Any

[9 Feb 2013 7:50] Thomas Brunnthaler
Description:
Mysql 5.1.68 not showing 5.1.687 as version number - date ist same as 5.1.67

How to repeat:
Install 5.1.68 as package or noinstall.
[11 Feb 2013 11:27] MySQL Verification Team
Hello Thomas,

Thanks for your report, I can't reproduce your problem, can you please provide more info regarding the command which you are using etc?

# win32

D:\ushastry\mysql-5.1.68-win32\bin>mysql -u root -p --port=1111
Enter password:
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 1
Server version: 5.1.68-community MySQL Community Server (GPL)

Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved.

Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.

Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.

mysql> select version();
+------------------+
| version()        |
+------------------+
| 5.1.68-community |
+------------------+
1 row in set (0.00 sec)

mysql> \s
--------------
mysql  Ver 14.14 Distrib 5.1.68, for Win32 (ia32)

Connection id:          1
Current database:
Current user:           root@localhost
SSL:                    Not in use
Using delimiter:        ;
Server version:         5.1.68-community MySQL Community Server (GPL)
Protocol version:       10
Connection:             localhost via TCP/IP
Server characterset:    latin1
Db     characterset:    latin1
Client characterset:    latin1
Conn.  characterset:    latin1
TCP port:               1111
Uptime:                 1 min 16 sec

Threads: 1  Questions: 5  Slow queries: 0  Opens: 15  Flush tables: 1  Open tables: 8  Queries per s
econd avg: 0.65
--------------

mysql> show global variables like 'version';
+---------------+------------------+
| Variable_name | Value            |
+---------------+------------------+
| version       | 5.1.68-community |
+---------------+------------------+
1 row in set (0.00 sec)

# win64

D:\ushastry\mysql-advanced-5.1.68-winx64\bin>mysql -u root -p --port=1111
Enter password:
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 1
Server version: 5.1.68-enterprise-commercial-advanced MySQL Enterprise Server - Advanced Edition (Co
mmercial)

Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved.

Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.

Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.

mysql> show global variables like 'version';
+---------------+---------------------------------------+
| Variable_name | Value                                 |
+---------------+---------------------------------------+
| version       | 5.1.68-enterprise-commercial-advanced |
+---------------+---------------------------------------+
1 row in set (0.00 sec)

mysql> \s
--------------
mysql  Ver 14.14 Distrib 5.1.68, for Win64 (unknown)

Connection id:          1
Current database:
Current user:           root@localhost
SSL:                    Not in use
Using delimiter:        ;
Server version:         5.1.68-enterprise-commercial-advanced MySQL Enterprise Server - Advanced Edi
tion (Commercial)
Protocol version:       10
Connection:             localhost via TCP/IP
Server characterset:    latin1
Db     characterset:    latin1
Client characterset:    latin1
Conn.  characterset:    latin1
TCP port:               1111
Uptime:                 1 min 15 sec

Threads: 1  Questions: 5  Slow queries: 0  Opens: 15  Flush tables: 1  Open tables: 8  Queries per s
econd avg: 0.66
--------------

mysql>
[12 Feb 2013 14:23] Thomas Brunnthaler
It seems, that one of the mirrors had an old version - downloaded now, version ok. Thx
[12 Feb 2013 15:06] MySQL Verification Team
Thank you for confirming.

I am closing this bug now - please reopen, if needed

Regards,
Umesh