Hi Alexey,
Just soem thought from my side...
> +const char *ap_get_database(MYSQL_THD thd)
> +{
> + if (!thd)
> +return "";
> +
> + return thd->db;
> +}
I think this should be benchmarked with perf. Things like this ain't good
performance wise (we already fixed a bunch of those). That is wh
Hi, Alexey!
On Oct 23, Alexey Botchkov wrote:
> Hi, Sergei.
>
> I'd like to draw your attention to this old issue:
> https://jira.mariadb.org/browse/MDEV-7389
>
> The idea was to make a bigger thing - to modify the plugin API
> so it is easier to use and let user to do more. Particularly to
> no
Hi, Sergei.
I'd like to draw your attention to this old issue:
https://jira.mariadb.org/browse/MDEV-7389
The idea was to make a bigger thing - to modify the plugin API
so it is easier to use and let user to do more. Particularly to
notify warnings to the audit plugins for this 7389 task.
That wa
3 matches
Mail list logo