matrixone icon indicating copy to clipboard operation
matrixone copied to clipboard

[Bug]: show full tables from XXX Error

Open aressu1985 opened this issue 3 years ago • 0 comments

Is there an existing issue for the same bug?

  • [X] I have checked the existing issues.

Environment

- Version or commit-id (e.g. v0.1.0 or 8b23a93):0.6.0
- Hardware parameters:
- OS type:
- Others:

Actual Behavior

2022/10/12 11:13:48.137031 +0800 ERROR frontend/util.go:454 Connection id: 1004 Status: fail Statement: show full tables from benchbase Error: statement: 'show full tables from benchbase' is not yet implemented github.com/matrixorigin/matrixone/pkg/frontend.logStatementStringStatus /Users/sudong/Program/MatrixOrigin/matrixone/pkg/frontend/util.go:454 github.com/matrixorigin/matrixone/pkg/frontend.logStatementStatus /Users/sudong/Program/MatrixOrigin/matrixone/pkg/frontend/util.go:446 github.com/matrixorigin/matrixone/pkg/frontend.(*MysqlCmdExecutor).doComQuery /Users/sudong/Program/MatrixOrigin/matrixone/pkg/frontend/mysql_cmd_executor.go:2486 github.com/matrixorigin/matrixone/pkg/frontend.(*MysqlCmdExecutor).ExecRequest /Users/sudong/Program/MatrixOrigin/matrixone/pkg/frontend/mysql_cmd_executor.go:2555 github.com/matrixorigin/matrixone/pkg/frontend.(*Routine).Loop /Users/sudong/Program/MatrixOrigin/matrixone/pkg/frontend/routine.go:125 2022/10/12 11:13:48.262732 +0800 INFO frontend/mysql_cmd_executor.go:2523 connection id 1005 query:SET character_set_results = utf8 2022/10/12 11:13:48.262813 +0800 INFO frontend/util.go:452 Connection id: 1005 Status: success Statement: set character_set_results = utf8 2022/10/12 11:13:48.262865 +0800 INFO frontend/routine.go:136 connection id 1005 , the time of handling the request 164.458µs 2022/10/12 11:13:48.263098 +0800 INFO frontend/mysql_cmd_executor.go:2508 cmd 3 2022/10/12 11:13:48.263127 +0800 INFO frontend/mysql_cmd_executor.go:2523 connection id 1005 query:SET autocommit=0 2022/10/12 11:13:48.263915 +0800 INFO frontend/util.go:452 Connection id: 1005 Status: success Statement: set autocommit = 0 2022/10/12 11:13:48.263972 +0800 INFO frontend/routine.go:136 connection id 1005 , the time of handling the request 888.25µs

SET autocommit=0

Expected Behavior

No response

Steps to Reproduce

No response

Additional information

No response

aressu1985 avatar Oct 12 '22 03:10 aressu1985