mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
small changes to WL#43:
consistency: don't use "index" and "key" interchangeably => rename "key" to "index" consistency: all option types are logical, besides ULL => rename ULL to NUMBER don't accept floats where integers are expected accept hexadecimal where integers are expected
This commit is contained in:
@ -151,7 +151,7 @@ ha_create_table_option example_table_option_list[]=
|
||||
range of values 0..UINT_MAX32, and a "block size" of 10
|
||||
(any value must be divisible by 10).
|
||||
*/
|
||||
HA_TOPTION_ULL("ULL", ullparam, UINT_MAX32, 0, UINT_MAX32, 10),
|
||||
HA_TOPTION_NUMBER("ULL", ullparam, UINT_MAX32, 0, UINT_MAX32, 10),
|
||||
/*
|
||||
one option that takes an arbitrary string
|
||||
*/
|
||||
|
Reference in New Issue
Block a user