You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 24, 2021. It is now read-only.
mysql> SELECT end_pos, ROW_NUMBER() OVER (ORDER BY end_pos) from checkpoint;
ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your TiDB version for the right syntax to use line 1 column 35 near "(ORDER BY end_pos) from checkpoint"
mysql> status
mysql Ver 8.0.17 for Linux on x86_64 (MySQL Community Server - GPL)
Connection id: 13
Current database: tidb_loader
Current user: [email protected]
SSL: Not in use
Current pager: stdout
Using outfile: ''
Using delimiter: ;
Server version: 5.7.25-TiDB-v3.0.3 MySQL Community Server (Apache License 2.0)
Protocol version: 10
Connection: 10.138.0.19 via TCP/IP
Server characterset: utf8mb4
Db characterset: utf8mb4
Client characterset: utf8mb4
Conn. characterset: utf8mb4
TCP port: 4000
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
mysql> SELECT end_pos, ROW_NUMBER() OVER (ORDER BY end_pos) from checkpoint;
ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your TiDB version for the right syntax to use line 1 column 35 near "(ORDER BY end_pos) from checkpoint"
mysql> status
mysql Ver 8.0.17 for Linux on x86_64 (MySQL Community Server - GPL)
Connection id: 13
Current database: tidb_loader
Current user: [email protected]
SSL: Not in use
Current pager: stdout
Using outfile: ''
Using delimiter: ;
Server version: 5.7.25-TiDB-v3.0.3 MySQL Community Server (Apache License 2.0)
Protocol version: 10
Connection: 10.138.0.19 via TCP/IP
Server characterset: utf8mb4
Db characterset: utf8mb4
Client characterset: utf8mb4
Conn. characterset: utf8mb4
TCP port: 4000
The text was updated successfully, but these errors were encountered: