~ubuntu-branches/ubuntu/maverick/mysql-5.1/maverick-proposed

« back to all changes in this revision

Viewing changes to scripts/mysqlbug

  • Committer: Package Import Robot
  • Author(s): Marc Deslauriers
  • Date: 2012-02-22 14:16:05 UTC
  • mto: This revision was merged to the branch mainline in revision 20.
  • Revision ID: package-import@ubuntu.com-20120222141605-nxlu9yzc6attylc2
Tags: upstream-5.1.61
ImportĀ upstreamĀ versionĀ 5.1.61

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
 
20
20
echo "Finding system information for a MySQL bug report"
21
21
 
22
 
VERSION="5.1.49"
 
22
VERSION="5.1.61"
23
23
COMPILATION_COMMENT="Source distribution"
24
24
BUGmysql="mysql@lists.mysql.com"
25
25
# This is set by configure
254
254
>Release:       mysql-${VERSION} ($COMPILATION_COMMENT)
255
255
`test -n "$MYSQL_SERVER" && echo ">Server: $MYSQL_SERVER"`
256
256
>C compiler:    
257
 
>C++ compiler:  CC: Sun C++ 5.9 SunOS_sparc Patch 124863-23 2010/04/13
 
257
>C++ compiler:  CC: Sun C++ 5.9 SunOS_i386 Patch 124864-26 2010/10/14
258
258
>Environment:
259
259
        $ENVIRONMENT_C
260
260
`test -n "$SYSTEM"  && echo "System: $SYSTEM"`