Anel

Results 14 issues of Anel

I tried experimenting with [Schneider PM2200](https://download.schneider-electric.com/files?p_enDocType=User+guide&p_File_Name=NHA2778902-08-EN.pdf&p_Doc_Ref=NHA2778902-01) Modbus register list is [here](https://www.se.com/ng/en/faqs/FA410489/). There are couple of problems when using this library: - **Wrong address compared to vendor register address list** -...

- Windows BB of this MDEV depends on MDEV-33420 so apply changes of PR#3068 before - Remove GetRest occurance (cpprestsdk references) - Drop execv(curl) references - Link to libcurl (Unix/Windows)...

MariaDB Foundation

+ We are trying to extend the command `SHOW REPLICA HOSTS` that is executed on master, with columns `GTID_state_sent` and `GTID_state_ack`. In order to achieve that we have to extend...

MariaDB Foundation

## Basing the PR against the correct MariaDB version - [x] *This is a new feature and the PR is based against the latest MariaDB development branch.* - [ ]...

MariaDB Foundation

- [x] *The Jira issue number for this PR is: MDEV-______* ## Description TODO: fill description here ## How can this PR be tested? Run the test case and check...

enhancement
MariaDB Foundation

- Check which buffer to use as an argument for the call to the function pointer of `mysql` shortcut command. Buffer shouldn't have delimiter. - By default check if shortcut...

MariaDB Foundation

- In order to optimize the call of `ha_table_exists()` for `CREATE` statement that for single statement has 2 paths from `mysql_create_table(()` that are called sequentually: ```mermaid sequenceDiagram box create table...

enhancement
MariaDB Foundation

- [x] *The Jira issue number for this PR is: MDEV-21014* ## Description - Patch is allowing to show more traces to mtr stdout from sanitizer - Patch doesn't output...

MariaDB Foundation

- Patch allows to drop field check constraints using command that was previously used to drop table check constraints `ALTER TABLE DROP CONSTRAINT [IF EXISTS] constraint_name` Reviewer: ## Basing the...

MariaDB Foundation