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
1ddff751
Commit
1ddff751
authored
Aug 10, 2020
by
Kentoku SHIBA
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MENT-807 Crash with CREATE TEMPORARY TABLE .. ENGINE=SPIDER .. wrapper "odbc"
parent
09be96ff
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
storage/spider/spd_table.cc
storage/spider/spd_table.cc
+4
-0
No files found.
storage/spider/spd_table.cc
View file @
1ddff751
...
...
@@ -6323,6 +6323,7 @@ int spider_free_share(
#endif
if
(
share
->
sts_init
&&
share
->
table_share
->
tmp_table
==
NO_TMP_TABLE
&&
spider_param_store_last_sts
(
share
->
store_last_sts
)
)
{
if
(
!
thd
)
...
...
@@ -6343,6 +6344,7 @@ int spider_free_share(
}
if
(
share
->
crd_init
&&
share
->
table_share
->
tmp_table
==
NO_TMP_TABLE
&&
spider_param_store_last_crd
(
share
->
store_last_crd
)
)
{
if
(
!
thd
)
...
...
@@ -8171,6 +8173,7 @@ int spider_get_sts(
#endif
if
(
!
share
->
sts_init
&&
share
->
table_share
->
tmp_table
==
NO_TMP_TABLE
&&
spider_param_load_sts_at_startup
(
share
->
load_sts_at_startup
)
&&
(
!
share
->
init
||
share
->
init_error
)
)
{
...
...
@@ -8321,6 +8324,7 @@ int spider_get_crd(
#endif
if
(
!
share
->
crd_init
&&
share
->
table_share
->
tmp_table
==
NO_TMP_TABLE
&&
spider_param_load_sts_at_startup
(
share
->
load_crd_at_startup
)
)
{
error_num
=
spider_sys_get_table_crd
(
...
...
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