summaryrefslogtreecommitdiff
path: root/sql/sql_select.h
diff options
context:
space:
mode:
authorSachin Setiya <sachinsetia1001@gmail.com>2018-01-06 23:51:37 +0530
committerSachin Setiya <sachinsetia1001@gmail.com>2018-01-07 00:33:17 +0530
commit73cf630ffc2e971fac68addc60c6fbf805665127 (patch)
tree868a4da3e8996874604d0d75c794c1e4fd8b052a /sql/sql_select.h
parent59990747bcc88059d21f1f140ba5ec80f60f38f4 (diff)
downloadmariadb-git-73cf630ffc2e971fac68addc60c6fbf805665127.tar.gz
Fix Compile Error while using Flag '-DUSE_ARIA_FOR_TMP_TABLES:BOOL=OFF'
Diffstat (limited to 'sql/sql_select.h')
-rw-r--r--sql/sql_select.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/sql_select.h b/sql/sql_select.h
index d4daa04f370..017f66a23b8 100644
--- a/sql/sql_select.h
+++ b/sql/sql_select.h
@@ -2264,8 +2264,8 @@ bool create_internal_tmp_table(TABLE *table, KEY *keyinfo,
TMP_ENGINE_COLUMNDEF **recinfo,
ulonglong options);
bool instantiate_tmp_table(TABLE *table, KEY *keyinfo,
- MARIA_COLUMNDEF *start_recinfo,
- MARIA_COLUMNDEF **recinfo,
+ TMP_ENGINE_COLUMNDEF *start_recinfo,
+ TMP_ENGINE_COLUMNDEF **recinfo,
ulonglong options);
bool open_tmp_table(TABLE *table);
void setup_tmp_table_column_bitmaps(TABLE *table, uchar *bitmaps);