summaryrefslogtreecommitdiff
path: root/sql/structs.h
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 /sql/structs.h
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 'sql/structs.h')
-rw-r--r--sql/structs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/structs.h b/sql/structs.h
index bd058a08e46..be50c8fc24d 100644
--- a/sql/structs.h
+++ b/sql/structs.h
@@ -129,7 +129,7 @@ enum SHOW_TYPE
SHOW_UNDEF,
SHOW_LONG, SHOW_LONGLONG, SHOW_INT, SHOW_CHAR, SHOW_CHAR_PTR, SHOW_BOOL,
SHOW_MY_BOOL, SHOW_OPENTABLES, SHOW_STARTTIME, SHOW_QUESTION,
- SHOW_LONG_CONST, SHOW_INT_CONST, SHOW_HAVE, SHOW_SYS,
+ SHOW_LONG_CONST, SHOW_INT_CONST, SHOW_HAVE, SHOW_SYS, SHOW_HA_ROWS,
#ifdef HAVE_OPENSSL
SHOW_SSL_CTX_SESS_ACCEPT, SHOW_SSL_CTX_SESS_ACCEPT_GOOD,
SHOW_SSL_GET_VERSION, SHOW_SSL_CTX_GET_SESSION_CACHE_MODE,