Skip to content

Commit 6c4c88d

Browse files
committed
MDEV-18867: Remove an orphan function
1 parent 0a224ed commit 6c4c88d

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

storage/innobase/fts/fts0fts.cc

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -5746,22 +5746,6 @@ fts_savepoint_rollback(
57465746
}
57475747
}
57485748

5749-
/*********************************************************************//**
5750-
Compare two fts_aux_table_t parent_ids.
5751-
@return < 0 if n1 < n2, 0 if n1 == n2, > 0 if n1 > n2 */
5752-
UNIV_INLINE
5753-
int
5754-
fts_check_aux_table_parent_id_cmp(
5755-
/*==============================*/
5756-
const void* p1,/*!< in: id1 */
5757-
const void* p2)/*!< in: id2 */
5758-
{
5759-
const fts_aux_table_t* fa1 = static_cast<const fts_aux_table_t*>(p1);
5760-
const fts_aux_table_t* fa2 = static_cast<const fts_aux_table_t*>(p2);
5761-
5762-
return static_cast<int>(fa1->parent_id - fa2->parent_id);
5763-
}
5764-
57655749
bool fts_check_aux_table(const char *name,
57665750
table_id_t *table_id,
57675751
index_id_t *index_id)

0 commit comments

Comments
 (0)