Fix external table bugs
This commit is contained in:
@ -6080,6 +6080,8 @@ TABLE_MODE opt_equal_mark STRING_VALUE
|
||||
{
|
||||
(void)($2) ; /* make bison mute */
|
||||
malloc_non_terminal_node($$, result->malloc_pool_, T_EXTERNAL_FILE_LOCATION, 1, $3);
|
||||
$3->stmt_loc_.first_column_ = @3.first_column - 1;
|
||||
$3->stmt_loc_.last_column_ = @3.last_column - 1;
|
||||
}
|
||||
| FORMAT opt_equal_mark '(' external_file_format_list ')'
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user