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
f37e45a9
Commit
f37e45a9
authored
Sep 19, 2022
by
Aleksey Midenkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MDEV-20865 Cleanups: dead code, typo.
parent
906afef9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
include/my_global.h
include/my_global.h
+2
-2
sql/sql_const.h
sql/sql_const.h
+1
-1
No files found.
include/my_global.h
View file @
f37e45a9
...
...
@@ -104,9 +104,9 @@
#endif
#ifdef WITH_PARTITION_STORAGE_ENGINE
#define IF_PARTITIONING(A,B)
A
#define IF_PARTITIONING(A,B)
(A)
#else
#define IF_PARTITIONING(A,B)
B
#define IF_PARTITIONING(A,B)
(B)
#endif
#if defined (_WIN32)
...
...
sql/sql_const.h
View file @
f37e45a9
...
...
@@ -29,7 +29,7 @@
/* extra 4+4 bytes for slave tmp tables */
#define MAX_DBKEY_LENGTH (NAME_LEN*2+1+1+4+4)
#define MAX_ALIAS_NAME 256
#define MAX_FIELD_NAME (NAME_LEN+
1)
/* Max colum name length +1
*/
#define MAX_FIELD_NAME (NAME_LEN+
2)
/* Max colum name length +2
*/
#define MAX_SYS_VAR_LENGTH 32
#define MAX_KEY MAX_INDEXES
/* Max used keys */
#define MAX_REF_PARTS 32
/* Max parts used as ref */
...
...
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