Commit Graph

3807 Commits

Author SHA1 Message Date
Guenter Obiltschnig
c4ca7bb732 another attempt at #1187: retry mysql_stmt_prepare if server has gone away 2016-03-11 14:47:30 +01:00
Aleksandar Fabijanic
6e5111d2ba Merge pull request #1188 from Kampbell/MySQLOnTravisAndAppVeyor
Data/MySQL: contineous integration on AppVeyor & Travis
2016-03-10 17:54:48 -08:00
FrancisANDRE
dd7455f4e8 Merge remote-tracking branch 'pocoproject/develop' into MySQLOnTravisAndAppVeyor 2016-03-10 23:16:01 +01:00
Guenter Obiltschnig
a42505b9ed fix for #1187: don't send timeout to zero 2016-03-10 21:30:17 +01:00
FrancisANDRE
34e4748105 Replace DOS variable by PS variable.
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2016-03-10 17:50:16 +01:00
FrancisANDRE
41bbe9a7ea Merge remote-tracking branch 'pocoproject/develop' into MySQLOnTravisAndAppVeyor 2016-03-10 17:36:47 +01:00
FrancisANDRE
1f6ccce76d Put Data/MySQL by end for AppVeyor
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2016-03-10 13:07:20 +01:00
FrancisANDRE
28a40c1c56 Put Data/Postgresql as last component for AppVeyor.
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2016-03-10 12:27:10 +01:00
Guenter Obiltschnig
b2ac870240 fixed GH# 1184: Attempting to connect via a proxy throws a DNS error "Host not found" 2016-03-10 09:55:46 +01:00
Aleksandar Fabijanic
57fa40e15e Merge pull request #1182 from mathausmendel/develop
Fix compiler warnings with Clang/XLC
2016-03-09 21:01:08 -08:00
Mathäus Mendel
9332e886d0 Merge remote-tracking branch 'upstream/develop' into develop 2016-03-09 17:24:47 -03:00
Mathäus Mendel
f634ab8d6d Fixed an inline initialization issue in the constructor
Class members are initialized in the order they are declared.
2016-03-09 17:21:25 -03:00
Mathäus Mendel
ede77f46ee Removed unused variables
When compiling with higher warning levels the compiler warns about
these unused variables.
2016-03-09 17:20:37 -03:00
Guenter Obiltschnig
139649fd61 TaskManager::count() now returns std::size_t; release mutex before posting progress notification 2016-03-09 20:22:44 +01:00
FrancisANDRE
dd936bea53 Merge remote-tracking branch 'pocoproject/develop' into MySQLOnTravisAndAppVeyor 2016-03-09 17:04:44 +01:00
Francis ANDRE
181b8e8aa2 Fix typo 2016-03-09 15:35:04 +01:00
Francis ANDRE
58c5962599 Use from to fpr copy statement 2016-03-09 15:22:03 +01:00
Francis ANDRE
b4ecb76799 Use environement variables 2016-03-09 15:10:13 +01:00
Francis ANDRE
200ade5299 Restore 755 on shell 2016-03-09 14:38:00 +01:00
Francis ANDRE
d8db30cbb6 Restore 755 on shell 2016-03-09 11:38:41 +01:00
Francis ANDRE
4691479f4f Restore 755 on shell 2016-03-09 11:35:32 +01:00
Francis ANDRE
59210ca68e Restore 755 on shell 2016-03-09 11:23:08 +01:00
FrancisANDRE
0b6486cc5d list content of MySQL dir.
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2016-03-09 11:18:14 +01:00
FrancisANDRE
3d897371a8 Exclude Data/MySQL testsuite
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2016-03-09 11:04:45 +01:00
FrancisANDRE
57f22761f5 Test libmysql.dll with Test-Path
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2016-03-09 10:22:05 +01:00
FrancisANDRE
a6f202a37e Copy libmysql.dll to bin
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2016-03-09 10:05:53 +01:00
FrancisANDRE
080302b921 Exclude Data/MySQL testsuite on Win32 for now. Infinite loop.
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2016-03-08 19:04:50 +01:00
Günter Obiltschnig
77c38f47d8 Merge pull request #1176 from mathausmendel/ibm-xlc-aix
Add support for IBM XLC on AIX platforms
2016-03-08 16:44:56 +01:00
FrancisANDRE
2e39c6c874 Stop & Start PostgreSQL service.
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2016-03-08 16:36:08 +01:00
FrancisANDRE
7068c797b3 Fix invalid concatenation.
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2016-03-08 16:28:30 +01:00
FrancisANDRE
97fb4c6e38 Download and install postgreSQL 32 bit versions
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2016-03-08 16:20:12 +01:00
FrancisANDRE
8b6587d0f9 Restore Test-Path "c:\mysql-5.7.9-win32"
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2016-03-08 14:10:15 +01:00
Mathäus Mendel
7dda3867c6 Removed isnan and isinf from the namespace std for IBM XLC
Due to the implication of changing the standard library behavior on IBM XLC
when using the POCO Libraries, the functions from <cmath> previously added
to the namespace std are now guarded by #ifdef directives to cover only
the needed cases (IBM XLC compiler on AIX).
2016-03-08 09:53:46 -03:00
FrancisANDRE
e16a0fa481 PSowerShell does not recognize (Test-Path path) as a boolean!
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2016-03-08 12:52:57 +01:00
FrancisANDRE
d7f8761771 missing parenthesis on Test-Path.
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2016-03-08 12:39:52 +01:00
FrancisANDRE
be1a697791 Merge with pocoproject/develop
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2016-03-08 12:36:00 +01:00
FrancisANDRE
4441b38228 PowerShell false constant is False and not false!
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2016-03-08 12:32:17 +01:00
FrancisANDRE
7f56eac7cb MySQL win32 is empty. Fix proper download URL.
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2016-03-08 11:52:51 +01:00
FrancisANDRE
0cd1d42651 Merge remote-tracking branch 'pocoproj@github/develop' into MySQLOnTravisAndAppVeyor 2016-03-08 11:24:53 +01:00
FrancisANDRE
ec168cad6f Use empty password for root user on Travis.
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2016-03-08 10:55:14 +01:00
Mathäus Mendel
19d1657feb Fixed miscompilation due to missing libraries on AIX
Added the find_packages directive in the right place now.
2016-03-07 17:42:56 -03:00
Mathäus Mendel
70fcca0d58 Fixed miscompilation of File2Page due to missing pthreads libs on AIX 2016-03-07 17:40:09 -03:00
Mathäus Mendel
4b4b3527a0 Fixed PageCompiler miscompilation due to missing pthreads libs on AIX
Added the support for it through CMake.
2016-03-07 17:36:51 -03:00
Mathäus Mendel
80ce6016dd Fixed compilation error due to missing functions from cmath
IBM XLC has no functions from <cmath> under the std namespace. Added
a workaround for XLC on AIX.
2016-03-07 16:39:18 -03:00
Mathäus Mendel
6dcf71dd96 Fixed wrong casing on the CMake script 2016-03-07 16:36:39 -03:00
Mathäus Mendel
5f94a74886 Removed "using std::swap" directive from nested namespace
IBM XLC refuses to compile since it tries to instantiate all the possible
specializations for std::swap, right before one.
2016-03-07 16:33:59 -03:00
Mathäus Mendel
d67c9ea6f2 On AIX, statfs takes a non-const char* as the first parameter. Fixing it.
Since the function does not change the content of the variable, it is safe
to remove the constness of the variable for UNIX platforms.
2016-03-07 16:31:07 -03:00
Mathäus Mendel
db95b94c8c Fixed compilation on IBM XLC due to incorrect function call
Templated functions dependent of a templated class must be prefixed with
the "template" keyword.
2016-03-07 16:28:02 -03:00
Günter Obiltschnig
7ec1cf4c2d remove biicode link 2016-03-07 20:22:32 +01:00
Mathäus Mendel
d17882f6d0 Added initial support for IBM XLC for AIX systems 2016-03-07 15:36:51 -03:00