Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 634192
Collapse All | Expand All

(-)a/mysql.xs (-2 / +2 lines)
Lines 790-796 Link Here
790
    D_imp_dbh(dbh);
790
    D_imp_dbh(dbh);
791
    IV type = 0;
791
    IV type = 0;
792
    SV* retsv=NULL;
792
    SV* retsv=NULL;
793
#if !defined(MARIADB_BASE_VERSION) && MYSQL_VERSION_ID >= 50709
793
#if ( !defined(MARIADB_BASE_VERSION) && MYSQL_VERSION_ID >= 50709 ) || MYSQL_VERSION_ID >= 100202
794
/* MariaDB 10 is not MySQL source level compatible so this only applies to MySQL*/
794
/* MariaDB 10 is not MySQL source level compatible so this only applies to MySQL*/
795
    IV buffer_len;
795
    IV buffer_len;
796
#endif 
796
#endif 
Lines 822-828 Link Here
822
	    retsv = newSVpvn("`", 1);
822
	    retsv = newSVpvn("`", 1);
823
	    break;
823
	    break;
824
	case SQL_MAXIMUM_STATEMENT_LENGTH:
824
	case SQL_MAXIMUM_STATEMENT_LENGTH:
825
#if !defined(MARIADB_BASE_VERSION) && MYSQL_VERSION_ID >= 50709
825
#if ( !defined(MARIADB_BASE_VERSION) && MYSQL_VERSION_ID >= 50709 ) || MYSQL_VERSION_ID >= 100202
826
        /* MariaDB 10 is not MySQL source level compatible so this
826
        /* MariaDB 10 is not MySQL source level compatible so this
827
           only applies to MySQL*/
827
           only applies to MySQL*/
828
	    /* mysql_get_option() was added in mysql 5.7.3 */
828
	    /* mysql_get_option() was added in mysql 5.7.3 */

Return to bug 634192