Tidb: select @@version and select version() return different VERSION

Created on 10 May 2017  路  2Comments  路  Source: pingcap/tidb

````
mysql> select @@version;
+-----------+
| @@version |
+-----------+
| 5.6.25 |
+-----------+
1 row in set (0.00 sec)

mysql> select Version();
+----------------+
| Version() |
+----------------+
| 5.7.1-TiDB-1.0 |
+----------------+
1 row in set (0.01 sec)
````

statuhelp-wanted typbug

Most helpful comment

The bug has fixed. You may want to try the latest master.

All 2 comments

@forestkeeper Thanks for your report! We will fix it.

The bug has fixed. You may want to try the latest master.

Was this page helpful?
0 / 5 - 0 ratings