1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Bug#9102 - Stored proccedures: function which returns blob causes crash

Initialization of fields for sp return type was not complete.
This commit is contained in:
acurtis@xiphis.org
2005-04-19 09:09:25 +01:00
parent 969263cf1d
commit f638e5cb8f
6 changed files with 124 additions and 3 deletions

View File

@ -647,6 +647,7 @@ Field *create_tmp_field(THD *thd, TABLE *table,Item *item, Item::Type type,
Item ***copy_func, Field **from_field,
bool group, bool modify_item,
uint convert_blob_length);
void sp_prepare_create_field(THD *thd, create_field *sql_field);
int prepare_create_field(create_field *sql_field,
uint *blob_columns,
int *timestamps, int *timestamps_with_niladic,