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: Fix Query::Compile from query_compile.cpp #59

Open
andyli029 opened this issue Aug 31, 2022 · 1 comment
Open

TODO: Fix Query::Compile from query_compile.cpp #59

andyli029 opened this issue Aug 31, 2022 · 1 comment
Labels
TODO TODO
Milestone

Comments

@andyli029
Copy link
Owner

No description provided.

@andyli029 andyli029 added the TODO TODO label Aug 31, 2022
@andyli029
Copy link
Owner Author

andyli029 commented Sep 22, 2022

is split into several sub-modules, and they are finished m1
#67
#22

TODO:
Need to verify: sl->join and handle it:

    if (!sl->join)
		{
// stonedb8 start
      TIANMU_LOG(LogCtl_Level::ERROR, "sl->join is nil!!!!");

//            sl->add_active_options(SELECT_NO_UNLOCK);
//            JOIN *join = new JOIN(sl->master_unit()->thd, sl);
//
//            if (!join) {
//
//                sl->cleanup(0);
//                return true;
//            }
//            sl->set_join(join);
// stonedb8 end
     }

@andyli029 andyli029 added this to the Basic Run milestone Sep 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
TODO TODO
Projects
None yet
Development

No branches or pull requests

1 participant