New Command MySQL
I am trying to add new command in MySQL and have made entry in sql_yacc.yy, lex.h , parse_tree_nodes, parse_trees_node_base.h for parsing. However when I try to execute the new command I get the syntax error ERROR 1064 (42000). On debugging it is able to return the new token in sql_lex.find_keyword() but still fails.
I am new to this and trying to understand the flow of the system.
Can you guide as where I can I debug or which file I should look into.
Subject
Views
Written By
Posted
New Command MySQL
645
July 26, 2021 01:39PM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.