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
8bb46489
Commit
8bb46489
authored
Jan 22, 2024
by
Sergei Golubchik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cleanup: unused and undefined methods
parent
dcb814c4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
sql/field.h
sql/field.h
+0
-3
No files found.
sql/field.h
View file @
8bb46489
...
...
@@ -4060,9 +4060,6 @@ class Field_string final :public Field_longstr {
bool
compatible_field_size
(
uint
field_metadata
,
const
Relay_log_info
*
rli
,
uint16
mflags
,
int
*
order_var
)
const
override
;
uint
row_pack_length
()
const
override
{
return
field_length
;
}
int
pack_cmp
(
const
uchar
*
a
,
const
uchar
*
b
,
uint
key_length
,
bool
insert_or_update
);
int
pack_cmp
(
const
uchar
*
b
,
uint
key_length
,
bool
insert_or_update
);
uint
packed_col_length
(
const
uchar
*
to
,
uint
length
)
override
;
uint
max_packed_col_length
(
uint
max_length
)
override
;
uint
size_of
()
const
override
{
return
sizeof
*
this
;
}
...
...
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