mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Changed field_index to use field_index_t instead of uint16
This commit is contained in:
@ -6982,7 +6982,7 @@ int mysql_table_grant(THD *thd, TABLE_LIST *table_list,
|
||||
|
||||
while ((column = column_iter++))
|
||||
{
|
||||
uint16 unused_field_idx= NO_CACHED_FIELD_INDEX;
|
||||
field_index_t unused_field_idx= NO_CACHED_FIELD_INDEX;
|
||||
TABLE_LIST *dummy;
|
||||
Field *f=find_field_in_table_ref(thd, table_list, column->column.ptr(),
|
||||
column->column.length(),
|
||||
|
Reference in New Issue
Block a user