Remove bool/my_bool artifact, the 'bool' data type is part of the c++

language and was added to c compilers with c99.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit aa53689da2)
r14.0.x
François Andriot 5 years ago committed by Slávek Banko
parent 84ae294824
commit 2f9841a32b
No known key found for this signature in database
GPG Key ID: 608F5293A04BE668

@ -505,7 +505,7 @@ bool QMYSQLDriver::open( const QString& db,
return FALSE;
}
my_bool reconnect = 0;
bool reconnect = 0;
for ( it = opts.begin(); it != opts.end(); ++it ) {
QString opt( (*it).upper() );
if ( opt == "CLIENT_COMPRESS" )

Loading…
Cancel
Save