mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 03:17:20 +02:00
dissapear -> disappear
This commit is contained in:
parent
f52d39369a
commit
2575eaa502
4 changed files with 4 additions and 4 deletions
|
|
@ -15,7 +15,7 @@ while (!$mysql_errno)
|
||||||
dec $counter;
|
dec $counter;
|
||||||
if (!$counter)
|
if (!$counter)
|
||||||
{
|
{
|
||||||
--die Server failed to dissapear
|
--die Server failed to disappear
|
||||||
}
|
}
|
||||||
--real_sleep 0.1
|
--real_sleep 0.1
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -88,7 +88,7 @@ while (!$mysql_errno)
|
||||||
if (!$counter)
|
if (!$counter)
|
||||||
{
|
{
|
||||||
# This will fail this test.
|
# This will fail this test.
|
||||||
--die Server failed to dissapear
|
--die Server failed to disappear
|
||||||
}
|
}
|
||||||
--sleep 1
|
--sleep 1
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -42,7 +42,7 @@ truncate t1;
|
||||||
sync_slave_with_master;
|
sync_slave_with_master;
|
||||||
show status like 'Slave_open_temp_tables';
|
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;
|
disconnect master;
|
||||||
|
|
||||||
connection slave;
|
connection slave;
|
||||||
|
|
|
||||||
|
|
@ -89,7 +89,7 @@ while (!$mysql_errno)
|
||||||
if (!$counter)
|
if (!$counter)
|
||||||
{
|
{
|
||||||
# This will fail this test.
|
# This will fail this test.
|
||||||
--die Server failed to dissapear
|
--die Server failed to disappear
|
||||||
}
|
}
|
||||||
--sleep 1
|
--sleep 1
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue