提交 54b7cfa7 编写于 作者: H hustjieke 提交者: GitHub

Revert "fix(workflow): rm no longer use testcase issue410 and make issue1111...

Revert "fix(workflow): rm no longer use testcase issue410 and make issue1111 disable to fix nightly build #1296"

This reverts commit f4fd4865.
上级 f4fd4865
use test;
create table tlike (val varchar(255)) ENGINE=TIANMU;
insert into tlike values ('abcde');
select * from tlike where val like NULL;
val
Warnings:
Note 1105 Query syntax not implemented in TIANMU, executed by MySQL engine.
drop table tlike;
use test;
create table tlike (val varchar(255)) ENGINE=TIANMU;
insert into tlike values ('abcde');
select * from tlike where val like NULL;
drop table tlike;
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册