Alexander Barkov

Results 6 comments of Alexander Barkov

Hi @DaveGosselin-MariaDB , in the meanwhile the test could be fixed not to use upper case letters in the object names.

Hello. SET PATH is an SQL standard feature to control the order of stored routines resolution. This patch only implements the variable. But the variable value is not used during...

[plus-parser.03.diff.gz](https://github.com/user-attachments/files/18689228/plus-parser.03.diff.gz) This patch makes the '(+)' operator to be parsed by Bison parser instead of the tokenizer.

[plus-parser.04.diff.gz](https://github.com/user-attachments/files/18690269/plus-parser.04.diff.gz) A modified version with minor fixes comparing to the previous one. It adds a new separate rule `opt_expr_list_or_join_operator`, because `(+)` is not applicable in some places of the grammar...

The patch was pushed into the main 11.8 branch as: ``` commit 9f5adf0ce4cc150bba399921eed81a548e50a3ee Author: Iqbal Hassan Date: Thu Sep 12 23:25:40 2024 +0800 MDEV-34317: Implement RECORD type Implement `DECLARE TYPE...