Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
107 changes: 0 additions & 107 deletions ext/mysqli/tests/mysqli_change_user_get_lock.phpt

This file was deleted.

3 changes: 1 addition & 2 deletions ext/mysqli/tests/mysqli_change_user_locks_temporary.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ mysqli
<?php
require_once 'skipifconnectfailure.inc';
?>
--XFAIL--
The server is still buggy
--FILE--
<?php
require_once 'connect.inc';
Expand All @@ -21,6 +19,7 @@ The server is still buggy
printf("[002] [%d] %s\n", mysqli_errno($link), mysqli_error($link));

/*
Do not verify that we have aquired a lock, as this would block the test
if ($res = mysqli_query($link2, 'SELECT COUNT(*) AS _num FROM test')) {
printf("[003] Reading from test should not be possible due to a lock, [%d] %s\n",
mysqli_errno($link2), mysqli_error($link2));
Expand Down
Loading