Skip to content

Commit 0f4bfcd

Browse files
thayumanavar77bjornmu
authored andcommitted
WL#7895 - Add systemd support to server.
Fix main.initialize test (cherry picked from commit 81702e99bd6be7cce4f93872e00efafe2ae57b3d)
1 parent 159aab2 commit 0f4bfcd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mysql-test/t/initialize.test

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ CREATE TABLE mysql.t1(a INT) ENGINE=innodb;
7676
EOF
7777

7878
--echo # try --bootstrap --initialize
79-
--error 3
79+
--error 1
8080
--exec $MYSQLD $extra_args --bootstrap --initialize --datadir=$DDIR < $BOOTSTRAP_SQL >$MYSQLD_LOG 2>&1
8181

8282
--echo # delete bootstrap file
@@ -98,7 +98,7 @@ CREATE TABLE mysql.t1(a INT) ENGINE=innodb;
9898
EOF
9999

100100
--echo # try --bootstrap --initialize-initialize-insecure
101-
--error 3
101+
--error 1
102102
--exec $MYSQLD $extra_args --bootstrap --initialize-insecure --datadir=$DDIR < $BOOTSTRAP_SQL >$MYSQLD_LOG 2>&1
103103

104104
--echo # delete bootstrap file

0 commit comments

Comments
 (0)