Skip to content

Commit 09ef7f4

Browse files
author
Shlomi Noach
authored
Merge branch 'master' into add-tls-support
2 parents 9da2e21 + 909ef0e commit 09ef7f4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

localtests/datetime-submillis/create.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ create event gh_ost_test
1717
starts current_timestamp
1818
ends current_timestamp + interval 60 second
1919
on completion not preserve
20-
enable
20+
disable on slave
2121
do
2222
begin
2323
insert into gh_ost_test values (null, 11, now(), now(), now(), 0);

localtests/test.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,7 @@ test_single() {
213213
diff $orig_content_output_file $ghost_content_output_file
214214

215215
echo "diff $orig_content_output_file $ghost_content_output_file"
216+
216217
return 1
217218
fi
218219
}

0 commit comments

Comments
 (0)