Skip to content
Permalink
Browse files
Add an end-marker to ease future merges
  • Loading branch information
dr-m committed May 29, 2018
1 parent 18934fb commit 7269c70
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
@@ -109,3 +109,4 @@ ALTER TABLE t1 ADD UNIQUE KEY (f1);
ERROR 23000: Duplicate entry 'foo' for key 'f1'
ALTER TABLE t1 ADD KEY (f2);
DROP TABLE t1;
# End of 10.2 tests
@@ -117,3 +117,5 @@ LOCK TABLE t1 WRITE;
ALTER TABLE t1 ADD UNIQUE KEY (f1);
ALTER TABLE t1 ADD KEY (f2);
DROP TABLE t1;

--echo # End of 10.2 tests

0 comments on commit 7269c70

Please sign in to comment.