Comment 3 for bug 621856

Revision history for this message
Akash Sinha (sinha) wrote :

I found a function " join_no_more_records()" in drizzled/sql_select.cc file as well its function definition is in drizzled/sql_select.h. So i want to know should i remove those params from function of .h file also..Or how could i check that .h file is not included in any other .cc file .

I want to ensure that removing those params from drizzled/sql_select.h file would not raise any conflict if that function is being called from somewhere else.