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
b87fc5c5
Commit
b87fc5c5
authored
Jul 27, 2007
by
cbell/Chuck@mysql_cab_desk
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
WL#3915 : (NDB) master's cols > slave
Minor change to fix compile problems on 64-bit.
parent
b373c3e9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
sql/field.h
sql/field.h
+1
-1
No files found.
sql/field.h
View file @
b87fc5c5
...
...
@@ -1343,7 +1343,7 @@ public:
@retval The length in the row plus the size of the data.
*/
uint32
get_packed_size
(
const
uchar
*
ptr
)
{
return
packlength
+
get_length
((
uint
)
ptr
);}
{
return
packlength
+
get_length
((
const
char
*
)
ptr
);}
inline
uint32
get_length
(
uint
row_offset
=
0
)
{
return
get_length
(
ptr
+
row_offset
);
}
...
...
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