• guilhem@mysql.com's avatar
    Dependency fix. We observed that doing any change to class THD in sql_class.h... · 01ad1bb5
    guilhem@mysql.com authored
    Dependency fix. We observed that doing any change to class THD in sql_class.h resulted in mysqld going crazy (parsing errors,
    query cache errors in query_cache.test). This is because sql_yacc.cc depends on several .h files but those were not listed in
    the dependencies of sql_yacc.o. The present patch does fix the issue; but my auto*-expert colleagues may have a better one.
    01ad1bb5
Makefile.am 4.79 KB