mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 03:52:35 +01:00
Make sql_acl_getsort.ic named in line with other files i.e. sql_acl_getsort.inl
This commit is contained in:
parent
aa9d5aea48
commit
673936173f
2 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ const char *safe_vio_type_name(Vio *vio)
|
|||
return vio_type_name(vio_type(vio), &unused);
|
||||
}
|
||||
|
||||
#include "sql_acl_getsort.ic"
|
||||
#include "sql_acl_getsort.inl"
|
||||
|
||||
static LEX_CSTRING native_password_plugin_name= {
|
||||
STRING_WITH_LEN("mysql_native_password")
|
||||
|
|
Loading…
Reference in a new issue