Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TODO: mtr #127

Open
andyli029 opened this issue Sep 16, 2022 · 0 comments
Open

TODO: mtr #127

andyli029 opened this issue Sep 16, 2022 · 0 comments
Milestone

Comments

@andyli029
Copy link
Owner

andyli029 commented Sep 16, 2022

1:./sql/item_sum.h:522:  // stonedb8 TODO
4:./sql/sql_lex.cc:4401:// stonedb8 start TODO: a better way.
25:./sql/field.h:635:  // stonedb8 TODO: fix engine_convert.cpp #42
28:./sql/gen_lex_token.cc:147:const int MY_MAX_TOKEN = 1201; // stonedb8 TODO: org 1200, +1
33:./storage/tianmu/handler/tianmu_handler_com.cpp:66:handler *rcbase_create_handler(handlerton *hton, TABLE_SHARE *table, bool partitio                                                ned, MEM_ROOT *mem_root) {  // stonedb8 TODO
34:./storage/tianmu/handler/tianmu_handler_com.cpp:125:  if (!( /*thd->no_errors != 0 || */ thd->killed || thd->transaction_rollback_req                                                uest)) { // stonedb8 TODO: no_errors is deleted
52:./storage/tianmu/handler/tianmu_handler.cpp:556:int TianmuHandler::rename_table(const char *from, const char *to, const dd::Table *fr                                                om_table_def, dd::Table *to_table_def) {   // stonedb8 TODO
53:./storage/tianmu/handler/tianmu_handler.cpp:672:int TianmuHandler::open(const char *name, [[maybe_unused]] int mode, [[maybe_unused]]                                                 uint test_if_locked, [[maybe_unused]] const dd::Table *table_def) { // stonedb8 TODO
58:./storage/tianmu/handler/tianmu_handler.cpp:1094:  // stonedb8 TODO: HA_EXTRA_NO_CACHE is deleted
59:./storage/tianmu/handler/tianmu_handler.cpp:1129:// stonedb8 TODO: register_query_cache_table is deleted
60:./storage/tianmu/handler/tianmu_handler.cpp:1153:int TianmuHandler::delete_table(const char *name, const dd::Table *table_def) { // s                                                tonedb8 TODO
61:./storage/tianmu/handler/tianmu_handler.cpp:1193:int TianmuHandler::create(const char *name, TABLE *table_arg, [[maybe_unused]] HA_CR                                                EATE_INFO *info, dd::Table *table_def) { // stonedb8 TODO
62:./storage/tianmu/handler/tianmu_handler.cpp:1216:int TianmuHandler::truncate(dd::Table *table_def) { // stonedb8 TODO
63:./storage/tianmu/handler/tianmu_handler.cpp:1459:                                   const dd::Table *old_table_def [[maybe_unused]],                                                 dd::Table *new_table_def [[maybe_unused]]) {  // stonedb8 TODO
64:./storage/tianmu/handler/tianmu_handler.cpp:1482:                                          dd::Table *new_table_def [[maybe_unused]])                                                 {  // stonedb8 TODO
115:./storage/tianmu/core/engine.cpp:1504:    //query_cache.invalidate(thd, table_list, 0);  // stonedb8 TODO: query_cache is deleted by                                                 MySQL8
121:./storage/tianmu/core/engine.cpp:1734:  bool local_load = false; // for_exporter ? false : (bool)(thd.lex)->local_file; // stonedb8                                                 TODO: mysql_load
122:./storage/tianmu/core/engine.cpp:1735:  uint value_list_elements = 0; // (thd.lex)->load_value_list.elements; // stonedb8 TODO: mysq                                                l_load
130:./storage/tianmu/core/query.cpp:1121:    if (!Item2CQTerm(&*ifield, zero_term, tmp_table, filter_type)) return CondID(-1); // stoned                                                b8 TODO
131:./storage/tianmu/core/query.cpp:1124:  if (!Item2CQTerm(&*ifield, first_term, tmp_table, filter_type)) return CondID(-1); // stonedb                                                8 TODO
133:./storage/tianmu/core/query.cpp:1136:    if (!Item2CQTerm(&*ifield, next_term, tmp_table, filter_type)) return CondID(-1); // stoned                                                b8 TODO
146:./storage/tianmu/core/engine_results.cpp:202:  // stonedb8 TODO: fields need convert List<Item> to mem_root_deque<Item *>
147:./storage/tianmu/core/engine_results.cpp:357:  //res->send_data(thd, fields);  // stonedb8 TODO: fields need convert List<Item> to m                                                em_root_deque<Item *>
149:./storage/tianmu/core/engine_results.cpp:465:  // stonedb8 TODO: fields need convert List<Item> to mem_root_deque<Item *>
151:./storage/tianmu/core/aggregation_algorithm.cpp:313:            t->GetAttrP(i)->OverrideStringSize(tianmu_group_concat_max_len); //                                                 TODO: stonedb8
156:./storage/tianmu/core/query_compile.cpp:291:// stonedb8 start fix List<Item> to mem_root_deque<Item *> #49 TODO
172:./storage/tianmu/core/query_compile.cpp:1080:// stonedb8 start  #define is deleted TODO
174:./storage/tianmu/core/query_compile.cpp:1111:// stonedb8 start fix List<Item> to mem_root_deque<Item *> #49 TODO
176:./storage/tianmu/core/engine_execute.cpp:116:  // stonedb8 TODO
186:./storage/tianmu/core/engine_execute.cpp:274:  if (select_lex->join /*&& *Query::IsLOJ(select_lex->join_list)*/) // stonedb8 TODO
194:./storage/tianmu/core/engine_execute.cpp:364:        select_lex->set_join(join); // stonedb8 TODO
196:./storage/tianmu/core/engine_execute.cpp:427:      // stonedb8 start TODO
200:./storage/tianmu/core/engine_execute.cpp:584:                sl->join->select_options = (select_limit_cnt == HA_POS_ERROR /*|| sl->b                                                races*/) // stonedb8 TODO
209:./storage/tianmu/base/fmt/format.h:274:// stonedb8 TODO: maybe boost version

@andyli029 andyli029 modified the milestones: Basic Run, Normal Run Sep 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant