Fixed merge conflict

One function in the query classifier used the old name which led to undefined
symbols.
This commit is contained in:
Markus Makela 2016-01-12 09:19:46 +02:00
parent 54ca1ab2de
commit 985543dbb2

View File

@ -1054,7 +1054,7 @@ static void* skygw_get_affected_tables(void* lexptr)
* @param tblsize Pointer where the number of tables is written
* @return Array of null-terminated strings with the table names
*/
char** skygw_get_table_names(GWBUF* querybuf, int* tblsize, bool fullnames)
char** qc_get_table_names(GWBUF* querybuf, int* tblsize, bool fullnames)
{
LEX* lex;
TABLE_LIST* tbl;