mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
Changed all no_ to num_ to avoid strange names like no_list_values which is not expected to be number of list values, rather a boolea indicating no list values
This commit is contained in:
@@ -1498,7 +1498,7 @@ Alter_info::Alter_info(const Alter_info &rhs, MEM_ROOT *mem_root)
|
||||
keys_onoff(rhs.keys_onoff),
|
||||
tablespace_op(rhs.tablespace_op),
|
||||
partition_names(rhs.partition_names, mem_root),
|
||||
no_parts(rhs.no_parts),
|
||||
num_parts(rhs.num_parts),
|
||||
change_level(rhs.change_level),
|
||||
datetime_field(rhs.datetime_field),
|
||||
error_if_not_empty(rhs.error_if_not_empty)
|
||||
|
||||
Reference in New Issue
Block a user