Fixed merge conflict
One function in the query classifier used the old name which led to undefined symbols.
This commit is contained in:
parent
54ca1ab2de
commit
985543dbb2
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user