Skip to content
Permalink
Browse files
dissapear -> disappear
  • Loading branch information
vuvova committed Jul 26, 2021
1 parent f52d393 commit 2575eaa
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
@@ -15,7 +15,7 @@ while (!$mysql_errno)
dec $counter;
if (!$counter)
{
--die Server failed to dissapear
--die Server failed to disappear
}
--real_sleep 0.1
}
@@ -88,7 +88,7 @@ while (!$mysql_errno)
if (!$counter)
{
# This will fail this test.
--die Server failed to dissapear
--die Server failed to disappear
}
--sleep 1
}
@@ -42,7 +42,7 @@ truncate t1;
sync_slave_with_master;
show status like 'Slave_open_temp_tables';

# Disconnect the master, temp table on slave should dissapear
# Disconnect the master, temp table on slave should disappear
disconnect master;

connection slave;
@@ -89,7 +89,7 @@ while (!$mysql_errno)
if (!$counter)
{
# This will fail this test.
--die Server failed to dissapear
--die Server failed to disappear
}
--sleep 1
}

0 comments on commit 2575eaa

Please sign in to comment.