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
73d0f231
Commit
73d0f231
authored
Nov 02, 2010
by
unknown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
#endif fixed.
parent
334cc518
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
+2
-4
storage/maria/ma_dbug.c
storage/maria/ma_dbug.c
+1
-2
storage/myisam/mi_dbug.c
storage/myisam/mi_dbug.c
+1
-2
No files found.
storage/maria/ma_dbug.c
View file @
73d0f231
...
...
@@ -137,6 +137,7 @@ void _ma_print_keydata(FILE *stream, register HA_KEYSEG *keyseg,
key
=
end
;
break
;
}
#endif
case
HA_KEYTYPE_BIT
:
{
uint
i
;
...
...
@@ -146,8 +147,6 @@ void _ma_print_keydata(FILE *stream, register HA_KEYSEG *keyseg,
key
=
end
;
break
;
}
#endif
case
HA_KEYTYPE_VARTEXT1
:
/* VARCHAR and TEXT */
case
HA_KEYTYPE_VARTEXT2
:
/* VARCHAR and TEXT */
case
HA_KEYTYPE_VARBINARY1
:
/* VARBINARY and BLOB */
...
...
storage/myisam/mi_dbug.c
View file @
73d0f231
...
...
@@ -131,6 +131,7 @@ void _mi_print_key(FILE *stream, register HA_KEYSEG *keyseg,
key
=
end
;
break
;
}
#endif
case
HA_KEYTYPE_BIT
:
{
uint
i
;
...
...
@@ -140,8 +141,6 @@ void _mi_print_key(FILE *stream, register HA_KEYSEG *keyseg,
key
=
end
;
break
;
}
#endif
case
HA_KEYTYPE_VARTEXT1
:
/* VARCHAR and TEXT */
case
HA_KEYTYPE_VARTEXT2
:
/* VARCHAR and TEXT */
case
HA_KEYTYPE_VARBINARY1
:
/* VARBINARY and BLOB */
...
...
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