summaryrefslogtreecommitdiff
path: root/sql/sql_select.cc
diff options
context:
space:
mode:
authormonty@donna.mysql.fi <>2001-05-09 23:02:36 +0300
committermonty@donna.mysql.fi <>2001-05-09 23:02:36 +0300
commit965cd30f8779bc28a3c7181c64f8880b04b334d7 (patch)
tree288f7cc7d0ca91ae340b7a568971bb02d8eb798d /sql/sql_select.cc
parent33fa6e04cc0ec389d07cf0aa59db59c8d67c41eb (diff)
downloadmariadb-git-965cd30f8779bc28a3c7181c64f8880b04b334d7.tar.gz
Applied patches for BDB tables
Fixes to InnoDB to compile on Windows Fix for temporary InnoDB tables Fixed bug in REPLACE() Fixed sub char keys for InnoDB
Diffstat (limited to 'sql/sql_select.cc')
-rw-r--r--sql/sql_select.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_select.cc b/sql/sql_select.cc
index 398a2ddeec9..95a87e06f2b 100644
--- a/sql/sql_select.cc
+++ b/sql/sql_select.cc
@@ -3358,7 +3358,7 @@ create_tmp_table(THD *thd,TMP_TABLE_PARAM *param,List<Item> &fields,
table->db_stat=HA_OPEN_KEYFILE+HA_OPEN_RNDFILE;
table->blob_ptr_size=mi_portable_sizeof_char_ptr;
table->map=1;
- table->tmp_table=1;
+ table->tmp_table= TMP_TABLE;
table->db_low_byte_first=1; // True for HEAP and MyISAM
table->temp_pool_slot = temp_pool_slot;