summaryrefslogtreecommitdiff
path: root/mysql-test/r/func_misc.result
diff options
context:
space:
mode:
authorunknown <kroki@mysql.com>2006-05-06 18:24:41 +0400
committerunknown <kroki@mysql.com>2006-05-06 18:24:41 +0400
commita60bd69777f4eb88f49440be78de310f34316ab2 (patch)
tree5257ac97563ed6514d442f4f41d9a6a61b86b2d4 /mysql-test/r/func_misc.result
parent5f7fec791e40c62e678a17caae999b5608538832 (diff)
downloadmariadb-git-a60bd69777f4eb88f49440be78de310f34316ab2.tar.gz
Fix race condition in the test for bug#16501.
mysql-test/r/func_misc.result: Update the result.
Diffstat (limited to 'mysql-test/r/func_misc.result')
-rw-r--r--mysql-test/r/func_misc.result4
1 files changed, 2 insertions, 2 deletions
diff --git a/mysql-test/r/func_misc.result b/mysql-test/r/func_misc.result
index a5beef859f0..8bcdd8b7cbc 100644
--- a/mysql-test/r/func_misc.result
+++ b/mysql-test/r/func_misc.result
@@ -76,13 +76,13 @@ IS_USED_LOCK('bug16501') = CONNECTION_ID()
SELECT RELEASE_LOCK('bug16501');
RELEASE_LOCK('bug16501')
1
+GET_LOCK('bug16501',600)
+1
SELECT IS_USED_LOCK('bug16501') = connection_id
FROM t1
WHERE conn = 'con1';
IS_USED_LOCK('bug16501') = connection_id
1
-GET_LOCK('bug16501',600)
-1
SELECT IS_USED_LOCK('bug16501') = CONNECTION_ID();
IS_USED_LOCK('bug16501') = CONNECTION_ID()
1