Skip to content

bug: mtr testcase failed #78

@hustjieke

Description

@hustjieke

Describe the problem

29 testcases in test suite, 2 testcase include subquery failed:

mysqltest: At line 4: query 'select 1 from (select * from tt) as A join tt where A.val > 1 XOR tt.val > 2' failed: 6: The query includes 
syntax that is not supported by the storage engine. Either restructure the query with supported syntax, or enable the MySQL 
core::Query Path in config file to execute the query with reduced performance.

Expected behavior

Completed: All 29 tests were successful.

How To Reproduce

After make install:

$ cd /stonedb56/install
$ mkdir log
$ cd mysql-test
$./mysql-test-run.pl --suite=stonedb --force --no-warnings

Environment

  • CentOS 7.5
  • gcc 7.3

Additional context

Metadata

Metadata

Assignees

Labels

A-bugSomething isn't working

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions