-
Tor Didriksen authored
Several files do #include mysqld.h in order to get current_thd This increases coupling between otherwise independent components. Suggested Fix: Move current_thd to a separate file.
Tor Didriksen authoredSeveral files do #include mysqld.h in order to get current_thd This increases coupling between otherwise independent components. Suggested Fix: Move current_thd to a separate file.
Loading