summaryrefslogtreecommitdiffstats
path: root/src/sql/drivers/mysql/qsql_mysql.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Remove bool/my_bool artifact, the 'bool' data type is part of the c++François Andriot2019-11-181-1/+1
| | | | | | language and was added to c compilers with c99. Signed-off-by: Slávek Banko <[email protected]>
* Backport mysql driver mariadb fix - see QTBUG-63108Slávek Banko2018-06-031-12/+22
| | | | | | [taken from RedHat Qt3 patches] Signed-off-by: Slávek Banko <[email protected]>
* Properly implement MySQL reconnect supportTimothy Pearson2016-02-221-2/+5
|
* Properly handle MySQL reconnection optionTimothy Pearson2016-02-211-13/+19
|
* Add ability to set reconnect flag on MySQL connectionsTimothy Pearson2014-09-031-0/+17
| | | | Add database server ping method to SQL classes
* Undo prior accidental commitTimothy Pearson2012-03-021-13/+13
|
* Rename additional global TQt functionsTimothy Pearson2012-03-011-13/+13
|
* Add Qt3 development HEAD versionTimothy Pearson2011-07-101-0/+775