Skip to content
  • Horst Hunger's avatar
    3620e9d2
    Bug #22180131 (TEST_SERVICE_SQL_API SUITE FAILS ON SEVERAL BIG ENDIAN · 3620e9d2
    Horst Hunger authored
    PLATFORMS):
    Instead of int/uint longlong/ulonglong were used, which is working on 64-bit platforms,
    but not on 32-bit platforms as casting from longlong to int differs. I
    changed the (u)longlong to (u)int got affedted_rows and last_insert_id. In sql_get_integer
    I modified %lld in printf format to %d if it is casted to sql_int_value.
    3620e9d2
    Bug #22180131 (TEST_SERVICE_SQL_API SUITE FAILS ON SEVERAL BIG ENDIAN
    Horst Hunger authored
    PLATFORMS):
    Instead of int/uint longlong/ulonglong were used, which is working on 64-bit platforms,
    but not on 32-bit platforms as casting from longlong to int differs. I
    changed the (u)longlong to (u)int got affedted_rows and last_insert_id. In sql_get_integer
    I modified %lld in printf format to %d if it is casted to sql_int_value.
Loading