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
cb0a4f74
Commit
cb0a4f74
authored
May 24, 2006
by
mikael@c-870ae253.1238-1-64736c10.cust.bredbandsbolaget.se
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
BUG#19304: Merge handler not part of partitioned tables
Review fix
parent
0bd08dd4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
sql/partition_info.cc
sql/partition_info.cc
+1
-1
No files found.
sql/partition_info.cc
View file @
cb0a4f74
...
...
@@ -441,7 +441,7 @@ bool partition_info::check_engine_mix(handlerton **engine_array, uint no_parts)
DBUG_RETURN
(
TRUE
);
}
}
while
(
++
i
<
no_parts
);
if
(
!
strcmp
(
engine_array
[
0
]
->
name
,
"MRG_MYISAM"
)
)
if
(
ha_legacy_type
(
engine_array
[
0
])
==
DB_TYPE_MRG_MYISAM
)
{
my_error
(
ER_PARTITION_MERGE_ERROR
,
MYF
(
0
));
DBUG_RETURN
(
TRUE
);
...
...
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