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
17a10cb4
Commit
17a10cb4
authored
Mar 10, 2008
by
istruewing@stella.local
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug#31331 - MyISAM or Merge Table upgrade incompatibility with 5.1
Post-pushbuild fixes. Added purecov comments.
parent
364a70ef
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
storage/myisam/ha_myisam.cc
storage/myisam/ha_myisam.cc
+2
-2
No files found.
storage/myisam/ha_myisam.cc
View file @
17a10cb4
...
...
@@ -410,10 +410,10 @@ int check_definition(MI_KEYDEF *t1_keyinfo, MI_COLUMNDEF *t1_recinfo,
{
if
((
t1_keysegs_j__type
==
HA_KEYTYPE_VARTEXT2
)
&&
(
t2_keysegs
[
j
].
type
==
HA_KEYTYPE_VARTEXT1
))
t1_keysegs_j__type
=
HA_KEYTYPE_VARTEXT1
;
t1_keysegs_j__type
=
HA_KEYTYPE_VARTEXT1
;
/* purecov: tested */
else
if
((
t1_keysegs_j__type
==
HA_KEYTYPE_VARBINARY2
)
&&
(
t2_keysegs
[
j
].
type
==
HA_KEYTYPE_VARBINARY1
))
t1_keysegs_j__type
=
HA_KEYTYPE_VARBINARY1
;
t1_keysegs_j__type
=
HA_KEYTYPE_VARBINARY1
;
/* purecov: inspected */
}
if
(
t1_keysegs_j__type
!=
t2_keysegs
[
j
].
type
||
...
...
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