Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Function period_diff is not compatible with MySQL 8.0 #10382

Closed
sourcelliu opened this issue May 7, 2019 · 0 comments · Fixed by #10383
Closed

Function period_diff is not compatible with MySQL 8.0 #10382

sourcelliu opened this issue May 7, 2019 · 0 comments · Fixed by #10383
Labels
component/expression help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines. type/bug The issue is confirmed as a bug. type/compatibility

Comments

@sourcelliu
Copy link
Contributor

Bug Report

Please answer these questions before submitting your issue. Thanks!

  1. What did you do?
    If possible, provide a recipe for reproducing the error.
    Function period_diff is not compatible with MySQL 8.0

  2. What did you expect to see?
    MySQL 8.0:

mysql> SELECT PERIOD_diff(-00013,1);
ERROR 1210 (HY000): Incorrect arguments to period_diff
  1. What did you see instead?
    TiDB
mysql>  SELECT PERIOD_diff(-00013,1);
+-----------------------+
| PERIOD_diff(-00013,1) |
+-----------------------+
|   2213609288845122194 |
+-----------------------+
1 row in set (0.00 sec)
  1. What version of TiDB are you using (tidb-server -V or run select tidb_version(); on TiDB)?
mysql> select tidb_version();
+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| tidb_version()                                                                                                                                                                                                                                                                                                                                             |
+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Release Version: v3.0.0-beta.1-218-g2f7241138-dirty
Git Commit Hash: 2f7241138adfc434f4b199ecae68fb83ad33b36b
Git Branch: myfeature-perioddiff
UTC Build Time: 2019-05-07 03:36:21
GoVersion: go version go1.11.4 darwin/amd64
Race Enabled: false
TiKV Min Version: 2.1.0-alpha.1-ff3dd160846b7d1aed9079c389fc188f7f5ea13e
Check Table Before Drop: false |
+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
1 row in set (0.00 sec)
@qw4990 qw4990 added component/expression help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines. type/bug The issue is confirmed as a bug. type/compatibility labels May 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component/expression help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines. type/bug The issue is confirmed as a bug. type/compatibility
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants