MantisBT - CDash
View Issue Details
0010230CDashpublic2010-02-02 04:152010-07-26 04:48
Rolf Eike Beer 
David Cole 
normalmajoralways
closedfixed 
 
 
0010230: r2211 broke viewBuildError.php on PostgreSQL
Fatal error: Call to undefined function mysql_client_encoding() in /.../cdash/viewBuildError.php on line 38

Well, that isn't particularly unexpected on PostgreSQL, is it? Should be pdo_something() for sure.
No tags attached.
Issue History
2010-02-02 04:15Rolf Eike BeerNew Issue
2010-02-02 08:26Julien JomierStatusnew => assigned
2010-02-02 08:26Julien JomierAssigned To => David Cole
2010-02-02 08:27Julien JomierNote Added: 0019427
2010-02-02 10:59David ColeNote Added: 0019433
2010-02-02 10:59David ColeStatusassigned => resolved
2010-02-02 10:59David ColeResolutionopen => fixed
2010-02-21 12:31Julien JomierStatusresolved => closed
2010-07-26 04:48Rolf Eike BeerNote Added: 0021476

Notes
(0019427)
Julien Jomier   
2010-02-02 08:27   
Dave fixed the client_encoding issue last night and might have broken CDash svn. It will be fixed today. Sorry about that.
(0019433)
David Cole   
2010-02-02 10:59   
Fixed in svn trunk of CDash

------------------------------------------------------------------------
r2214 | david.cole | 2010-02-02 10:05:12 -0500 (Tue, 02 Feb 2010) | 3 lines

BUG: Reverse accidental commit of this file.

Yesterday's commit for r2211 accidentally included this file. No change in this file was required for that commit. I simply left some debugging modifications in when I did the commit. Another strike against doing "last minute" commits before leaving the office...
------------------------------------------------------------------------
r2217 | david.cole | 2010-02-02 10:45:45 -0500 (Tue, 02 Feb 2010) | 1 line

BUG: Expected output changed with yesterday's fix for utf-8 encoding.
------------------------------------------------------------------------
(0021476)
Rolf Eike Beer   
2010-07-26 04:48   
Confirmed fixed.