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
3a70c415
Commit
3a70c415
authored
Apr 03, 2007
by
mskold/marty@linux.site
Browse files
Options
Browse Files
Download
Plain Diff
Merge mskold@bk-internal.mysql.com:/home/bk/mysql-5.1-ndb
into mysql.com:/windows/Linux_space/MySQL/mysql-5.1-new-ndb
parents
6e7df507
532c9a50
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
sql/ha_ndbcluster.cc
sql/ha_ndbcluster.cc
+6
-2
No files found.
sql/ha_ndbcluster.cc
View file @
3a70c415
...
...
@@ -3121,11 +3121,15 @@ void ndb_unpack_record(TABLE *table, NdbValue *value,
my_bitmap_map
*
old_map
=
dbug_tmp_use_all_columns
(
table
,
table
->
write_set
);
DBUG_ENTER
(
"ndb_unpack_record"
);
// Set filler bits
if
(
table
->
s
->
null_bytes
>
0
)
buf
[
table
->
s
->
null_bytes
-
1
]
|=
256U
-
(
1U
<<
table
->
s
->
last_null_bit_pos
);
// Set null flag(s)
bzero
(
buf
,
table
->
s
->
null_bytes
);
for
(
;
field
;
p_field
++
,
value
++
,
field
=
*
p_field
)
{
field
->
set_notnull
(
row_offset
);
if
((
*
value
).
ptr
)
{
if
(
!
(
field
->
flags
&
BLOB_FLAG
))
...
...
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