Skip to content

Commit

Permalink
update anotation
Browse files Browse the repository at this point in the history
  • Loading branch information
Weijun-H authored and FooBarrior committed Nov 26, 2022
1 parent 8fc23c4 commit 0204cf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql/sql_const.h
Expand Up @@ -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 +2 */
#define MAX_FIELD_NAME (NAME_LEN+1) /* Max colum name length +1 */
#define MAX_SYS_VAR_LENGTH 32
#define MAX_KEY MAX_INDEXES /* Max used keys */
#define MAX_REF_PARTS 32 /* Max parts used as ref */
Expand Down

0 comments on commit 0204cf1

Please sign in to comment.