MySQL Forums
Forum List  »  General

What is mysql internal data structure for set?
Posted by: sean liu
Date: August 07, 2015 08:16PM

MySQL has a lot of internal data structures. I wonder that what is MySQL internal data structure for set.

I am trying to fix a bug, and I need a set to look up some values.
This is what I have
std::set<std::ulint> column_set;
However I did not see anywhere else in the source code use std::set. If anyone can tell me the link or the name of this data structure, I would really appreciate.

Options: ReplyQuote


Subject
Written By
Posted
What is mysql internal data structure for set?
August 07, 2015 08:16PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.