summaryrefslogtreecommitdiff
path: root/scripts/mysqlbug.sh
diff options
context:
space:
mode:
authormonty@mashka.mysql.fi <>2002-12-20 14:58:27 +0200
committermonty@mashka.mysql.fi <>2002-12-20 14:58:27 +0200
commitb5aa9ae0c768c92321e99939f5533bcce8382366 (patch)
tree1cf172e757bfa6aca7ae5af20ed7b0c727016120 /scripts/mysqlbug.sh
parente2e5d5986672928d6e01f2bb7815ec5a1bf7c374 (diff)
downloadmariadb-git-b5aa9ae0c768c92321e99939f5533bcce8382366.tar.gz
Changed thd variables max_join_size and select_limit to type ha_rows.
This fixed some optimization problems when using -DBIG_TABLES Portabilty fixes for OpenUnix and HPUX Added C and C++ version numbers to mysqlbug
Diffstat (limited to 'scripts/mysqlbug.sh')
-rw-r--r--scripts/mysqlbug.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/mysqlbug.sh b/scripts/mysqlbug.sh
index 8dbc931b7f6..49ac08d0013 100644
--- a/scripts/mysqlbug.sh
+++ b/scripts/mysqlbug.sh
@@ -231,6 +231,8 @@ ${ORGANIZATION- $ORGANIZATION_C}
>Class: $CLASS_C
>Release: mysql-${VERSION} ($COMPILATION_COMMENT)
`test -n "$MYSQL_SERVER" && echo ">Server: $MYSQL_SERVER"`
+>C compiler: @CC_VERSION@
+>C++ compiler: @CXX_VERSION@
>Environment:
$ENVIRONMENT_C
`test -n "$SYSTEM" && echo "System: $SYSTEM"`