mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
Merge bk-internal:/home/bk/mysql-5.0-maint
into neptunus.(none):/home/msvensson/mysql/mysql-5.0-maint sql/sql_udf.cc: Auto merged
This commit is contained in:
@ -237,7 +237,7 @@ void udf_init()
|
||||
}
|
||||
}
|
||||
if (error > 0)
|
||||
sql_print_error(ER(ER_GET_ERRNO), my_errno);
|
||||
sql_print_error("Got unknown error: %d", my_errno);
|
||||
end_read_record(&read_record_info);
|
||||
new_thd->version--; // Force close to free memory
|
||||
|
||||
|
Reference in New Issue
Block a user