1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

MDEV-36324 MDEV-35452 Missing appending FROM ... in spider_mbase_handler::append_key_select

The missing append_from causes ill-formed query construction.

This fixes spider/bugfix.mdev_35874 with --view-protocol.
This commit is contained in:
Yuchen Pei
2025-04-02 14:20:25 +11:00
parent c461188ca6
commit d3c5c47e0e
2 changed files with 4 additions and 1 deletions

View File

@@ -887,6 +887,7 @@ public:
) override;
int append_key_select(
spider_string *str,
ulong sql_type,
uint idx
);
int append_minimum_select_part(