mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Merge bodhi.netgear:/opt/local/work/tmp_merge
into bodhi.netgear:/opt/local/work/mysql-5.1-runtime-merge-with-5.0
This commit is contained in:
@ -83,7 +83,7 @@ char *my_strdup(const char *from, myf my_flags)
|
||||
}
|
||||
|
||||
|
||||
char *my_strndup(const byte *from, uint length, myf my_flags)
|
||||
char *my_strndup(const char *from, uint length, myf my_flags)
|
||||
{
|
||||
gptr ptr;
|
||||
if ((ptr=my_malloc(length+1,my_flags)) != 0)
|
||||
|
Reference in New Issue
Block a user