1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

MDEV-31788 Remove spider_file_pos

They are for unnecessary debugging purposes only.
This commit is contained in:
Yuchen Pei
2024-06-17 13:15:42 +08:00
parent a81f419b06
commit e7570c7759
9 changed files with 0 additions and 389 deletions

View File

@@ -477,7 +477,6 @@ SPIDER_CONN *spider_udf_direct_sql_create_conn(
DBUG_RETURN(conn);
error:
DBUG_ASSERT(!conn->mta_conn_mutex_file_pos.file_name);
error_too_many_ipport_count:
spider_conn_done(conn);
error_conn_init: