summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDavi Arnaut <Davi.Arnaut@Sun.COM>2010-06-28 17:32:09 -0300
committerDavi Arnaut <Davi.Arnaut@Sun.COM>2010-06-28 17:32:09 -0300
commit22bf4fa650b1a6665f6466bd8df8fde9b8ece452 (patch)
tree92a6e8608973b00094b23f7bdb87c48918dd53c4 /include
parent0fadb6d25bdc3728c872129eba152300ad249674 (diff)
parentaa1dddd5cae5f9e0e950d2bf765c2f08a7327a99 (diff)
downloadmariadb-git-22bf4fa650b1a6665f6466bd8df8fde9b8ece452.tar.gz
Merge of mysql-5.1-bugteam into mysql-trunk-merge.
Diffstat (limited to 'include')
-rw-r--r--include/myisam.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/myisam.h b/include/myisam.h
index d590a29c1b3..7547f6b475e 100644
--- a/include/myisam.h
+++ b/include/myisam.h
@@ -55,8 +55,6 @@ extern "C" {
#define MI_MAX_MSG_BUF 1024 /* used in CHECK TABLE, REPAIR TABLE */
#define MI_NAME_IEXT ".MYI"
#define MI_NAME_DEXT ".MYD"
-/* Max extra space to use when sorting keys */
-#define MI_MAX_TEMP_LENGTH 2*1024L*1024L*1024L
/* Possible values for myisam_block_size (must be power of 2) */
#define MI_KEY_BLOCK_LENGTH 1024 /* default key block length */