Skip to content

$wpdb->get_col_length always return false #160

@amiut

Description

@amiut

On presence of HyperDB drop-in, $wpdb::get_col_length() always returns false.
This is because the get_col_length() method does an early-return if $wpdb->is_mysql is empty (please see here).
the is_mysql property is never set in hyperdb, which causes this issue, while it is hard-coded in wpdb.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions