mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
MDEV-25142: JSON_TABLE: CREATE VIEW involving EXISTS PATH ends up with invalid frm
This commit is contained in:
committed by
Alexey Botchkov
parent
93daad3a1e
commit
98556ef84a
@ -982,7 +982,7 @@ int Json_table_column::print(THD *thd, Field **f, String *str)
|
||||
(*f)->sql_type(column_type);
|
||||
|
||||
if (str->append(column_type) ||
|
||||
str->append(m_column_type == PATH ? " PATH " : " EXISTS ") ||
|
||||
str->append(m_column_type == PATH ? " PATH " : " EXISTS PATH ") ||
|
||||
print_path(str, &m_path))
|
||||
return 1;
|
||||
break;
|
||||
|
Reference in New Issue
Block a user