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
64581c83
Commit
64581c83
authored
Jun 19, 2024
by
Yuchen Pei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MDEV-28893 Spider: remove #ifdef SPIDER_NET_HAS_THD
net has thd since 2015 in
56aa1998
for MDEV-6152
parent
ba9bebd7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
3 deletions
+0
-3
storage/spider/spd_db_mysql.cc
storage/spider/spd_db_mysql.cc
+0
-2
storage/spider/spd_environ.h
storage/spider/spd_environ.h
+0
-1
No files found.
storage/spider/spd_db_mysql.cc
View file @
64581c83
...
...
@@ -2032,9 +2032,7 @@ int spider_db_mbase::connect(
connect_retry_count
--
;
my_sleep
((
ulong
)
connect_retry_interval
);
}
else
{
#ifdef SPIDER_NET_HAS_THD
db_conn
->
net
.
thd
=
NULL
;
#endif
if
(
connect_mutex
)
pthread_mutex_unlock
(
&
spider_open_conn_mutex
);
break
;
...
...
storage/spider/spd_environ.h
View file @
64581c83
...
...
@@ -23,7 +23,6 @@
#define SPIDER_HANDLER_START_BULK_INSERT_HAS_FLAGS
#define SPIDER_SUPPORT_CREATE_OR_REPLACE_TABLE
#define SPIDER_NET_HAS_THD
#define HANDLER_HAS_TOP_TABLE_FIELDS
#define HANDLER_HAS_DIRECT_UPDATE_ROWS
...
...
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