summaryrefslogtreecommitdiff
path: root/mysql-test/r/status.result
diff options
context:
space:
mode:
authorunknown <jani@hynda.mysql.fi>2007-08-22 16:18:27 +0300
committerunknown <jani@hynda.mysql.fi>2007-08-22 16:18:27 +0300
commitedf4fccf98ce701a984e13e2c7bd174a15226ed4 (patch)
treee8b5c963aca9a3f0c6509462652549b528862fbf /mysql-test/r/status.result
parent7e732e74837d7828100e4bc272068e543e274065 (diff)
downloadmariadb-git-edf4fccf98ce701a984e13e2c7bd174a15226ed4.tar.gz
Removed a test which output may differ depending on machine load.
Diffstat (limited to 'mysql-test/r/status.result')
-rw-r--r--mysql-test/r/status.result2
1 files changed, 0 insertions, 2 deletions
diff --git a/mysql-test/r/status.result b/mysql-test/r/status.result
index 0d49deb7cc8..8a2c3ae344e 100644
--- a/mysql-test/r/status.result
+++ b/mysql-test/r/status.result
@@ -19,8 +19,6 @@ unlock tables;
show status like 'Table_locks_waited';
Variable_name Value
Table_locks_waited 1
-Immediate
-17
drop table t1;
select 1;
1