Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
73cf630f
Commit
73cf630f
authored
Jan 06, 2018
by
Sachin Setiya
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix Compile Error while using Flag '-DUSE_ARIA_FOR_TMP_TABLES:BOOL=OFF'
parent
59990747
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
sql/sql_select.cc
sql/sql_select.cc
+3
-3
sql/sql_select.h
sql/sql_select.h
+2
-2
No files found.
sql/sql_select.cc
View file @
73cf630f
...
...
@@ -17799,7 +17799,7 @@ bool create_internal_tmp_table(TABLE *table, KEY *keyinfo,
table
->
in_use
->
inc_status_created_tmp_tables
();
table
->
in_use
->
query_plan_flags
|=
QPLAN_TMP_DISK
;
share
->
db_record_offset
=
1
;
table
->
created
=
TRUE
;
table
->
set_created
()
;
DBUG_RETURN
(
0
);
err:
DBUG_RETURN
(
1
);
...
...
@@ -18299,8 +18299,8 @@ int rr_sequential_and_unpack(READ_RECORD *info)
*/
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
)
{
if
(
table
->
s
->
db_type
()
==
TMP_ENGINE_HTON
)
...
...
sql/sql_select.h
View file @
73cf630f
...
...
@@ -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
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment