mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +02:00
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
This commit is contained in:
parent
e2e5d59866
commit
b5aa9ae0c7
20 changed files with 157 additions and 38 deletions
|
|
@ -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"`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue