Skip to content

Commit 649b356

Browse files
Merge 0c771b3 into e035432
2 parents e035432 + 0c771b3 commit 649b356

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

test/clt-tests/core/test-freeze-unfreeze-update.rec

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,3 +75,10 @@ mysql -P9315 -h0 -e "DESCRIBE t"
7575
mysql -P9315 -h0 -e "UPDATE t SET s='с' WHERE id=1; FLUSH RAMCHUNK t"; echo $?
7676
––– output –––
7777
0
78+
––– input –––
79+
mysql -P9315 -h0 -e "drop table if exists t; create table t(a string); insert into t values(1, 'a'); flush ramchunk t; freeze t; update t set a='b' where id = 1;" &
80+
––– output –––
81+
[%{NUMBER}] %{NUMBER}
82+
––– input –––
83+
mysql -P9315 -h0 -e "select * from t"
84+
––– output –––

0 commit comments

Comments
 (0)