Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
edf4fccf
Commit
edf4fccf
authored
Aug 22, 2007
by
unknown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed a test which output may differ depending on machine load.
parent
7e732e74
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
6 deletions
+0
-6
mysql-test/r/status.result
mysql-test/r/status.result
+0
-2
mysql-test/t/status.test
mysql-test/t/status.test
+0
-4
No files found.
mysql-test/r/status.result
View file @
edf4fccf
...
@@ -19,8 +19,6 @@ unlock tables;
...
@@ -19,8 +19,6 @@ unlock tables;
show status like 'Table_locks_waited';
show status like 'Table_locks_waited';
Variable_name Value
Variable_name Value
Table_locks_waited 1
Table_locks_waited 1
Immediate
17
drop table t1;
drop table t1;
select 1;
select 1;
1
1
...
...
mysql-test/t/status.test
View file @
edf4fccf
...
@@ -59,10 +59,6 @@ connection con1;
...
@@ -59,10 +59,6 @@ connection con1;
reap
;
reap
;
# ++Immediate = 16 + $wait_condition_reps
# ++Immediate = 16 + $wait_condition_reps
show
status
like
'Table_locks_waited'
;
show
status
like
'Table_locks_waited'
;
# ++Immediate = 17 + $wait_condition_reps
--
disable_query_log
eval
select
variable_value
-
$wait_condition_reps
as
Immediate
from
information_schema
.
session_status
where
variable_name
like
'Table_locks_immediate'
;
--
enable_query_log
drop
table
t1
;
drop
table
t1
;
disconnect
con2
;
disconnect
con2
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment