Skip to content

Commit

Permalink
Merge 356f071 into 28ebdb4
Browse files Browse the repository at this point in the history
  • Loading branch information
sangshuduo authored Jun 15, 2020
2 parents 28ebdb4 + 356f071 commit ab79ea5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/script/general/parser/alter.sim
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ endi
if $data02 != 1 then
return -1
endi
if $data03 != NULL then
if $data03 != null then
return -1
endi
sql alter table tb add column c3 nchar(4)
Expand Down Expand Up @@ -72,7 +72,7 @@ endi
if $data02 != 1 then
return -1
endi
if $data03 != NULL then
if $data03 != null then
return -1
endi

Expand Down Expand Up @@ -169,7 +169,7 @@ endi
if $data01 != 2 then
return -1
endi
if $data02 != NULL then
if $data02 != null then
return -1
endi
sql alter table mt add column c2 int
Expand Down Expand Up @@ -239,4 +239,4 @@ if $rows != 0 then
return -1
endi

system sh/exec.sh -n dnode1 -s stop -x SIGINT
system sh/exec.sh -n dnode1 -s stop -x SIGINT

0 comments on commit ab79ea5

Please sign in to comment.