mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Merge branch '10.4' into 10.5
This commit is contained in:
@ -92,7 +92,7 @@ class engine_option_value;
|
||||
struct ha_index_option_struct;
|
||||
|
||||
typedef struct st_key {
|
||||
uint key_length; /* Tot length of key */
|
||||
uint key_length; /* total length of user defined key parts */
|
||||
ulong flags; /* dupp key and pack flags */
|
||||
uint user_defined_key_parts; /* How many key_parts */
|
||||
uint usable_key_parts; /* Should normally be = user_defined_key_parts */
|
||||
|
Reference in New Issue
Block a user