By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release. View | Details | Raw Unified | Return to bug 637
Collapse All | Expand All

(-)./src/sql/drivers/mysql/qsql_mysql.h.orig (-1 / +1 lines)
Lines 46-52 Link Here
46
#include <qt_windows.h>
46
#include <qt_windows.h>
47
#endif
47
#endif
48
48
49
#include <mysql.h>
49
#include <mysql/mysql.h>
50
50
51
#ifdef QT_PLUGIN
51
#ifdef QT_PLUGIN
52
#define Q_EXPORT_SQLDRIVER_MYSQL
52
#define Q_EXPORT_SQLDRIVER_MYSQL

Return to bug 637