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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
2cb4a2c0
Commit
2cb4a2c0
authored
Aug 22, 2007
by
jani@hynda.mysql.fi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed a test which output may differ depending on machine load.
parent
f8db7bac
Changes
2
Hide 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 @
2cb4a2c0
...
...
@@ -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
...
...
mysql-test/t/status.test
View file @
2cb4a2c0
...
...
@@ -59,10 +59,6 @@ connection con1;
reap
;
# ++Immediate = 16 + $wait_condition_reps
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
;
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