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
8f905942
Commit
8f905942
authored
Oct 17, 2023
by
Yuchen Pei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[fixup] Spider fixup after merge
- Remove some references to dead macros
parent
515f8de2
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
1 addition
and
36 deletions
+1
-36
storage/spider/ha_spider.cc
storage/spider/ha_spider.cc
+0
-3
storage/spider/spd_copy_tables.cc
storage/spider/spd_copy_tables.cc
+0
-2
storage/spider/spd_db_conn.cc
storage/spider/spd_db_conn.cc
+0
-24
storage/spider/spd_table.cc
storage/spider/spd_table.cc
+1
-7
No files found.
storage/spider/ha_spider.cc
View file @
8f905942
...
...
@@ -432,9 +432,6 @@ int ha_spider::open(
}
else
wide_handler
->
semi_table_lock
=
spider_param_semi_table_lock
(
thd
,
share
->
semi_table_lock
);
#ifdef HA_CAN_BULK_ACCESS
external_lock_cnt
=
0
;
#endif
if
(
reset
())
{
...
...
storage/spider/spd_copy_tables.cc
View file @
8f905942
...
...
@@ -139,9 +139,7 @@ static void spider_minus_1(SPIDER_COPY_TABLES *copy_tables)
copy_tables
->
bulk_insert_rows
=
-
1
;
copy_tables
->
use_table_charset
=
-
1
;
copy_tables
->
use_transaction
=
-
1
;
#ifndef WITHOUT_SPIDER_BG_SEARCH
copy_tables
->
bg_mode
=
-
1
;
#endif
}
int
spider_udf_parse_copy_tables_param
(
...
...
storage/spider/spd_db_conn.cc
View file @
8f905942
...
...
@@ -5452,16 +5452,6 @@ int spider_db_bulk_insert(
}
pthread_mutex_lock
(
&
conn
->
mta_conn_mutex
);
SPIDER_SET_FILE_POS
(
&
conn
->
mta_conn_mutex_file_pos
);
#if defined(HS_HAS_SQLCOM) && defined(HAVE_HANDLERSOCKET)
}
else
{
sql_type
=
SPIDER_SQL_TYPE_INSERT_HS
;
conn
=
spider
->
hs_w_conns
[
roop_count2
];
dbton_handler
=
spider
->
dbton_handler
[
conn
->
dbton_id
];
pthread_mutex_assert_not_owner
(
&
conn
->
mta_conn_mutex
);
pthread_mutex_lock
(
&
conn
->
mta_conn_mutex
);
SPIDER_SET_FILE_POS
(
&
conn
->
mta_conn_mutex_file_pos
);
}
#endif
conn
->
need_mon
=
&
spider
->
need_mons
[
roop_count2
];
DBUG_ASSERT
(
!
conn
->
mta_conn_mutex_lock_already
);
DBUG_ASSERT
(
!
conn
->
mta_conn_mutex_unlock_later
);
...
...
@@ -6175,13 +6165,6 @@ int spider_db_direct_update(
}
pthread_mutex_lock
(
&
conn
->
mta_conn_mutex
);
SPIDER_SET_FILE_POS
(
&
conn
->
mta_conn_mutex_file_pos
);
#ifdef HA_CAN_BULK_ACCESS
if
(
spider
->
is_bulk_access_clone
)
{
spider
->
connection_ids
[
roop_count
]
=
conn
->
connection_id
;
spider_trx_add_bulk_access_conn
(
spider
->
wide_handler
->
trx
,
conn
);
}
else
{
#endif
conn
->
need_mon
=
&
spider
->
need_mons
[
roop_count
];
DBUG_ASSERT
(
!
conn
->
mta_conn_mutex_lock_already
);
DBUG_ASSERT
(
!
conn
->
mta_conn_mutex_unlock_later
);
...
...
@@ -6440,13 +6423,6 @@ int spider_db_direct_delete(
}
pthread_mutex_lock
(
&
conn
->
mta_conn_mutex
);
SPIDER_SET_FILE_POS
(
&
conn
->
mta_conn_mutex_file_pos
);
#ifdef HA_CAN_BULK_ACCESS
if
(
spider
->
is_bulk_access_clone
)
{
spider
->
connection_ids
[
roop_count
]
=
conn
->
connection_id
;
spider_trx_add_bulk_access_conn
(
spider
->
wide_handler
->
trx
,
conn
);
}
else
{
#endif
conn
->
need_mon
=
&
spider
->
need_mons
[
roop_count
];
DBUG_ASSERT
(
!
conn
->
mta_conn_mutex_lock_already
);
DBUG_ASSERT
(
!
conn
->
mta_conn_mutex_unlock_later
);
...
...
storage/spider/spd_table.cc
View file @
8f905942
...
...
@@ -1906,7 +1906,6 @@ static int spider_get_connect_info(const int type,
{
switch
(
type
)
{
#ifdef WITH_PARTITION_STORAGE_ENGINE
case
4
:
if
(
!
sub_elem
||
!
sub_elem
->
part_comment
)
return
1
;
...
...
@@ -1921,7 +1920,6 @@ static int spider_get_connect_info(const int type,
part_elem
->
part_comment
,
strlen
(
part_elem
->
part_comment
))))
return
HA_ERR_OUT_OF_MEM
;
break
;
#endif
case
2
:
if
(
table_share
->
comment
.
length
==
0
)
return
1
;
...
...
@@ -2160,11 +2158,7 @@ int spider_parse_connect_info(
option_struct
=
table_share
->
option_struct
;
spider_minus_1
(
share
,
table_share
);
#ifdef WITH_PARTITION_STORAGE_ENGINE
for
(
int
i
=
4
;
i
>
0
;
i
--
)
#else
for
(
roop_count
=
2
;
roop_count
>
0
;
roop_count
--
)
#endif
{
if
(
connect_string
)
{
...
...
@@ -7917,7 +7911,7 @@ bool spider_check_direct_order_limit(
DBUG_PRINT
(
"info"
,(
"spider with distinct"
));
spider
->
result_list
.
direct_distinct
=
TRUE
;
}
spider
->
result_list
.
direct_aggregate
=
spider_param_direct_aggregate
(
thd
);
spider
->
result_list
.
direct_aggregate
=
spider_param_direct_aggregate
(
thd
);
DBUG_PRINT
(
"info"
,(
"spider select_limit=%lld"
,
select_limit
));
DBUG_PRINT
(
"info"
,(
"spider offset_limit=%lld"
,
offset_limit
));
if
(
...
...
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