Dear all,
When i want to key in the asset entry, mysql giving an error code like below,What that's mean ?
DATABASE ERROR : could not get all assets
error code : 1436
error message : Thread stack overrun: 12912 bytes used of a 131072 byte stack, and 128000 bytes needed. Use 'mysqld --thread_stack=#' to specify a bigger stack.
sql that failed was : SELECT *, 0_get_asset_value(a.asset_id, YEAR(now())) as current_value FROM 0_asset_types at INNER JOIN 0_assets a ON at.asset_type_id = a.asset_type_id WHERE !a.inactive
Thanks for your supports