diff options
author | monty@mashka.mysql.fi <> | 2002-12-20 14:58:27 +0200 |
---|---|---|
committer | monty@mashka.mysql.fi <> | 2002-12-20 14:58:27 +0200 |
commit | b5aa9ae0c768c92321e99939f5533bcce8382366 (patch) | |
tree | 1cf172e757bfa6aca7ae5af20ed7b0c727016120 /scripts/Makefile.am | |
parent | e2e5d5986672928d6e01f2bb7815ec5a1bf7c374 (diff) | |
download | mariadb-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/Makefile.am')
-rw-r--r-- | scripts/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/Makefile.am b/scripts/Makefile.am index 7ecd00f5b39..8f17d8519b8 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -100,6 +100,8 @@ SUFFIXES = .sh -e 's!@''CC''@!@CC@!'\ -e 's!@''CXX''@!@CXX@!'\ -e 's!@''GXX''@!@GXX@!'\ + -e 's!@''CC_VERSION''@!@CC_VERSION@!'\ + -e 's!@''CXX_VERSION''@!@CXX_VERSION@!'\ -e 's!@''PERL''@!@PERL@!' \ -e 's!@''ASFLAGS''@!@SAVE_ASFLAGS@!'\ -e 's!@''CFLAGS''@!@SAVE_CFLAGS@!'\ |