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
92f908dc
Commit
92f908dc
authored
Aug 23, 2006
by
msvensson@shellback.(none)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix VC 2005 compile problem
parent
01412f2b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
sql/handler.cc
sql/handler.cc
+2
-2
No files found.
sql/handler.cc
View file @
92f908dc
...
...
@@ -3513,10 +3513,10 @@ int handler::ha_external_lock(THD *thd, int lock_type)
int
handler
::
ha_reset
()
{
DBUG_ENTER
(
"ha_reset"
);
/* Check that we have called all proper de
l
allocation functions */
/* Check that we have called all proper deallocation functions */
DBUG_ASSERT
((
byte
*
)
table
->
def_read_set
.
bitmap
+
table
->
s
->
column_bitmap_size
==
(
char
*
)
table
->
def_write_set
.
bitmap
);
(
byte
*
)
table
->
def_write_set
.
bitmap
);
DBUG_ASSERT
(
bitmap_is_set_all
(
&
table
->
s
->
all_set
));
DBUG_ASSERT
(
table
->
key_read
==
0
);
/* ensure that ha_index_end / ha_rnd_end has been called */
...
...
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