File tree Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Original file line number Diff line number Diff 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-
57655749bool fts_check_aux_table (const char *name,
57665750 table_id_t *table_id,
57675751 index_id_t *index_id)
You can’t perform that action at this time.
0 commit comments