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
0e444585
Commit
0e444585
authored
Apr 18, 2002
by
unknown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Exhange HA_AUTO_KEY and HA_SPATIAL values: FRM stores only 8bit flags
parent
c7e72e8d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
include/my_base.h
include/my_base.h
+2
-2
No files found.
include/my_base.h
View file @
0e444585
...
...
@@ -147,11 +147,11 @@ enum ha_base_keytype {
#define HA_NOSAME 1
/* Set if not dupplicated records */
#define HA_PACK_KEY 2
/* Pack string key to previous key */
#define HA_AUTO_KEY
16
#define HA_AUTO_KEY
1024
#define HA_BINARY_PACK_KEY 32
/* Packing of all keys to prev key */
#define HA_FULLTEXT 128
/* SerG: for full-text search */
#define HA_UNIQUE_CHECK 256
/* Check the key for uniqueness */
#define HA_SPATIAL
1024
/* Alex Barkov: for spatial search */
#define HA_SPATIAL
16
/* Alex Barkov: for spatial search */
#define HA_NULL_ARE_EQUAL 2048
/* NULL in key are cmp as equal */
...
...
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