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
c9d224af
Commit
c9d224af
authored
Jan 07, 2011
by
Vasil Dimov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix InnoDB style after mikael@dator8-20101217205840-i7ltx8m6z3uc42kh
parent
b192c11c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
storage/innobase/handler/ha_innodb.cc
storage/innobase/handler/ha_innodb.cc
+4
-4
No files found.
storage/innobase/handler/ha_innodb.cc
View file @
c9d224af
...
@@ -7837,8 +7837,8 @@ ha_innobase::info_low(
...
@@ -7837,8 +7837,8 @@ ha_innobase::info_low(
are asked by MySQL to avoid locking. Another reason to
are asked by MySQL to avoid locking. Another reason to
avoid the call is that it uses quite a lot of CPU.
avoid the call is that it uses quite a lot of CPU.
See Bug#38185. */
See Bug#38185. */
if
(
flag
&
HA_STATUS_NO_LOCK
||
if
(
flag
&
HA_STATUS_NO_LOCK
!
(
flag
&
HA_STATUS_VARIABLE_EXTRA
))
{
||
!
(
flag
&
HA_STATUS_VARIABLE_EXTRA
))
{
/* We do not update delete_length if no
/* We do not update delete_length if no
locking is requested so the "old" value can
locking is requested so the "old" value can
remain. delete_length is initialized to 0 in
remain. delete_length is initialized to 0 in
...
...
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