1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

after merge fix

This commit is contained in:
serg@serg.mylan
2005-05-19 09:47:13 +02:00
parent 8044488d7c
commit 541ff258bf
2 changed files with 2 additions and 2 deletions

View File

@ -195,7 +195,7 @@ void udf_init()
*/
if (strchr(dl_name, '/') ||
IF_WIN(strchr(dl_name, '\\'),0) ||
strlen(name) > NAME_LEN)
strlen(name.str) > NAME_LEN)
{
sql_print_error("Invalid row in mysql.func table for function '%.64s'",
name.str);