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
a8d8ebed
Commit
a8d8ebed
authored
Aug 16, 2006
by
unknown
Browse files
Options
Browse Files
Download
Plain Diff
Merge sgluhov@bk-internal.mysql.com:/home/bk/mysql-5.1-kt
into mysql.com:/home/gluh/MySQL/Merge/5.1-kt
parents
d03b17b9
ddaef30b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
sql/table.cc
sql/table.cc
+4
-2
No files found.
sql/table.cc
View file @
a8d8ebed
...
@@ -456,8 +456,10 @@ static int open_binary_frm(THD *thd, TABLE_SHARE *share, uchar *head,
...
@@ -456,8 +456,10 @@ static int open_binary_frm(THD *thd, TABLE_SHARE *share, uchar *head,
share
->
frm_version
=
FRM_VER_TRUE_VARCHAR
;
share
->
frm_version
=
FRM_VER_TRUE_VARCHAR
;
#ifdef WITH_PARTITION_STORAGE_ENGINE
#ifdef WITH_PARTITION_STORAGE_ENGINE
share
->
default_part_db_type
=
if
(
*
(
head
+
61
)
&&
ha_checktype
(
thd
,
(
enum
legacy_db_type
)
(
uint
)
*
(
head
+
61
),
0
,
0
);
!
(
share
->
default_part_db_type
=
ha_checktype
(
thd
,
(
enum
legacy_db_type
)
(
uint
)
*
(
head
+
61
),
1
,
0
)))
goto
err
;
DBUG_PRINT
(
"info"
,
(
"default_part_db_type = %u"
,
head
[
61
]));
DBUG_PRINT
(
"info"
,
(
"default_part_db_type = %u"
,
head
[
61
]));
#endif
#endif
legacy_db_type
=
(
enum
legacy_db_type
)
(
uint
)
*
(
head
+
3
);
legacy_db_type
=
(
enum
legacy_db_type
)
(
uint
)
*
(
head
+
3
);
...
...
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