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:
@@ -887,6 +887,7 @@ public:
|
||||
) override;
|
||||
int append_key_select(
|
||||
spider_string *str,
|
||||
ulong sql_type,
|
||||
uint idx
|
||||
);
|
||||
int append_minimum_select_part(
|
||||
|
Reference in New Issue
Block a user