mirror of
https://github.com/MariaDB/server.git
synced 2025-08-16 18:19:41 +00:00
Change find_type family to accept const TYPELIB*.
include/mysql_h.ic: Change find_type family to accept const TYPELIB*. This sort of change can not break the ABI.
This commit is contained in:
@ -42,7 +42,7 @@
|
||||
>0 Offset+1 in typelib for matched string
|
||||
*/
|
||||
|
||||
int find_type(my_string x, TYPELIB *typelib, uint full_name)
|
||||
int find_type(const char *x, const TYPELIB *typelib, uint full_name)
|
||||
{
|
||||
int find,pos,findpos;
|
||||
reg1 my_string i;
|
||||
|
Reference in New Issue
Block a user