mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Merge branch '11.1' into 11.2
This commit is contained in:
@@ -1154,7 +1154,7 @@ bool push_table_function_arg_context(LEX *lex, MEM_ROOT *alloc)
|
||||
bool Table_function_json_table::setup(THD *thd, TABLE_LIST *sql_table,
|
||||
SELECT_LEX *s_lex)
|
||||
{
|
||||
thd->where= "JSON_TABLE argument";
|
||||
thd->where= THD_WHERE::JSON_TABLE_ARGUMENT;
|
||||
|
||||
if (!m_context_setup_done)
|
||||
{
|
||||
|
Reference in New Issue
Block a user