Fixed merge conflict
One function in the query classifier used the old name which led to undefined symbols.
This commit is contained in:
@ -1054,7 +1054,7 @@ static void* skygw_get_affected_tables(void* lexptr)
|
|||||||
* @param tblsize Pointer where the number of tables is written
|
* @param tblsize Pointer where the number of tables is written
|
||||||
* @return Array of null-terminated strings with the table names
|
* @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;
|
LEX* lex;
|
||||||
TABLE_LIST* tbl;
|
TABLE_LIST* tbl;
|
||||||
|
Reference in New Issue
Block a user