-
Marko Mäkelä authored
InnoDB implements a rudimentary SQL parser that is internally used for updating the data dictionary, persistent statistics, and to implement full-text indexes. The parser defines a number of predefined functions that are never used. These will be removed: TO_CHAR TO_NUMBER BINARY_TO_NUMBER REPLSTR SYSDATE PRINTF ASSERT RND RND_STR ROW_PRINTF RB: 9004 Reviewed-by:
Jimmy Yang <jimmy.yang@oracle.com>
Marko Mäkelä authoredInnoDB implements a rudimentary SQL parser that is internally used for updating the data dictionary, persistent statistics, and to implement full-text indexes. The parser defines a number of predefined functions that are never used. These will be removed: TO_CHAR TO_NUMBER BINARY_TO_NUMBER REPLSTR SYSDATE PRINTF ASSERT RND RND_STR ROW_PRINTF RB: 9004 Reviewed-by:
Jimmy Yang <jimmy.yang@oracle.com>
Loading