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
d9037d41
Commit
d9037d41
authored
Jul 23, 2008
by
Horst Hunger
Browse files
Options
Browse Files
Download
Plain Diff
merge from parent
parents
fab8db2c
6e38be1d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
sql/field.cc
sql/field.cc
+2
-1
No files found.
sql/field.cc
View file @
d9037d41
...
@@ -6644,6 +6644,7 @@ struct Check_field_param {
...
@@ -6644,6 +6644,7 @@ struct Check_field_param {
Field
*
field
;
Field
*
field
;
};
};
#ifdef HAVE_REPLICATION
static
bool
static
bool
check_field_for_37426
(
const
void
*
param_arg
)
check_field_for_37426
(
const
void
*
param_arg
)
{
{
...
@@ -6655,7 +6656,7 @@ check_field_for_37426(const void *param_arg)
...
@@ -6655,7 +6656,7 @@ check_field_for_37426(const void *param_arg)
param
->
field
->
row_pack_length
()));
param
->
field
->
row_pack_length
()));
return
param
->
field
->
row_pack_length
()
>
255
;
return
param
->
field
->
row_pack_length
()
>
255
;
}
}
#endif
int
Field_string
::
compatible_field_size
(
uint
field_metadata
,
int
Field_string
::
compatible_field_size
(
uint
field_metadata
,
const
Relay_log_info
*
rli_arg
)
const
Relay_log_info
*
rli_arg
)
...
...
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