Changes between Initial Version and Version 1 of Ticket #35249, comment 14
- Timestamp:
- 12/29/2015 11:35:22 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #35249, comment 14
initial v1 1 I'm using the MySQL-provided binaries for 5.6.17, but looking at [ the source](https://github.com/mysql/mysql-server/blob/b4104b21520be032400b768cea09a867068be49d/include/myisam.h#L48)it defines `MI_MAX_KEY_LENGTH` to be `1000` ... and the comment in the source says `"The following defines can be increased if necessary."` - unfortunately there's no way at runtime to find out what the compile-time value was set to, so I can't know if the binaries I'm using have it set larger, or if there's something else at play here.1 I'm using the MySQL-provided binaries for 5.6.17, but looking at [https://github.com/mysql/mysql-server/blob/b4104b21520be032400b768cea09a867068be49d/include/myisam.h#L48 the source] it defines `MI_MAX_KEY_LENGTH` to be `1000` ... and the comment in the source says `"The following defines can be increased if necessary."` - unfortunately there's no way at runtime to find out what the compile-time value was set to, so I can't know if the binaries I'm using have it set larger, or if there's something else at play here.