Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 937328 | Differences between
and this patch

Collapse All | Expand All

(-)a/tools/src/wikipediaImage.cpp (+4 lines)
Lines 25-30 Link Here
25
#define CONN_PASS "123"
25
#define CONN_PASS "123"
26
#define CONN_DB   "wikidb"
26
#define CONN_DB   "wikidb"
27
27
28
/* MariaDB >= 10.2 client does not set MYSQL_PORT */
29
#ifndef MYSQL_PORT
30
#  define MYSQL_PORT 3306
31
#endif
28
32
29
void dump_file()
33
void dump_file()
30
{
34
{

Return to bug 937328