select materials.*
            from materials_products
            inner join materials on materials.id = materials_products.material_id
            where materials_products.product_id = ?
            order by materials.name asc
Array
(
    [0] => HY000
    [1] => 1030
    [2] => Got error 28 from storage engine
)

Warning: Unknown: write failed: No space left on device (28) in Unknown on line 0

Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct () in Unknown on line 0